ansible-playbook [core 2.17.9] 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-BFu executable location = /usr/local/bin/ansible-playbook python version = 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-4)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_raid_pool_options_scsi_generated.yml *************************** 2 plays in /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options_scsi_generated.yml PLAY [Run test tests_raid_pool_options.yml for scsi] *************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options_scsi_generated.yml:3 Saturday 01 March 2025 18:35:58 -0500 (0:00:00.106) 0:00:00.106 ******** [WARNING]: Platform linux on host managed-node15 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-node15] TASK [Set disk interface for test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options_scsi_generated.yml:8 Saturday 01 March 2025 18:36:04 -0500 (0:00:05.977) 0:00:06.083 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } PLAY [Test raid pool options] ************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:2 Saturday 01 March 2025 18:36:04 -0500 (0:00:00.200) 0:00:06.283 ******** ok: [managed-node15] TASK [Run the role] ************************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:18 Saturday 01 March 2025 18:36:06 -0500 (0:00:01.691) 0:00:07.975 ******** included: fedora.linux_system_roles.storage for managed-node15 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 01 March 2025 18:36:06 -0500 (0:00:00.407) 0:00:08.383 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 01 March 2025 18:36:07 -0500 (0:00:00.337) 0:00:08.721 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 01 March 2025 18:36:07 -0500 (0:00:00.544) 0:00:09.265 ******** skipping: [managed-node15] => (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-node15] => (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-node15] => (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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node15] => (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-BFu/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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 01 March 2025 18:36:08 -0500 (0:00:00.684) 0:00:09.950 ******** ok: [managed-node15] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 01 March 2025 18:36:11 -0500 (0:00:02.589) 0:00:12.539 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 01 March 2025 18:36:11 -0500 (0:00:00.390) 0:00:12.930 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 01 March 2025 18:36:11 -0500 (0:00:00.143) 0:00:13.073 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 01 March 2025 18:36:11 -0500 (0:00:00.139) 0:00:13.213 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 01 March 2025 18:36:12 -0500 (0:00:00.695) 0:00:13.909 ******** ok: [managed-node15] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 01 March 2025 18:36:16 -0500 (0:00:04.412) 0:00:18.321 ******** ok: [managed-node15] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 01 March 2025 18:36:16 -0500 (0:00:00.171) 0:00:18.493 ******** ok: [managed-node15] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 01 March 2025 18:36:17 -0500 (0:00:00.179) 0:00:18.672 ******** ok: [managed-node15] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 01 March 2025 18:36:20 -0500 (0:00:03.206) 0:00:21.878 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 01 March 2025 18:36:20 -0500 (0:00:00.401) 0:00:22.280 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 01 March 2025 18:36:21 -0500 (0:00:00.367) 0:00:22.648 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 01 March 2025 18:36:21 -0500 (0:00:00.419) 0:00:23.068 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 01 March 2025 18:36:22 -0500 (0:00:00.463) 0:00:23.531 ******** ok: [managed-node15] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 01 March 2025 18:36:24 -0500 (0:00:02.357) 0:00:25.889 ******** ok: [managed-node15] => { "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": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 01 March 2025 18:36:28 -0500 (0:00:04.293) 0:00:30.182 ******** ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 01 March 2025 18:36:29 -0500 (0:00:00.804) 0:00:30.986 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 01 March 2025 18:36:29 -0500 (0:00:00.138) 0:00:31.127 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 01 March 2025 18:36:31 -0500 (0:00:01.628) 0:00:32.755 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 01 March 2025 18:36:31 -0500 (0:00:00.543) 0:00:33.299 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740871829.2502673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "eb46f770ed0b40d958b0165ea9be238be4f37b5c", "ctime": 1740871827.983264, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 167772356, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1740871827.983264, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4022920198", "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 01 March 2025 18:36:32 -0500 (0:00:01.155) 0:00:34.454 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 01 March 2025 18:36:33 -0500 (0:00:00.295) 0:00:34.750 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 01 March 2025 18:36:33 -0500 (0:00:00.245) 0:00:34.995 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 01 March 2025 18:36:33 -0500 (0:00:00.271) 0:00:35.267 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 01 March 2025 18:36:34 -0500 (0:00:00.303) 0:00:35.570 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 01 March 2025 18:36:34 -0500 (0:00:00.288) 0:00:35.858 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 01 March 2025 18:36:34 -0500 (0:00:00.594) 0:00:36.453 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 01 March 2025 18:36:35 -0500 (0:00:00.179) 0:00:36.632 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 01 March 2025 18:36:35 -0500 (0:00:00.542) 0:00:37.175 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 01 March 2025 18:36:36 -0500 (0:00:00.559) 0:00:37.735 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 01 March 2025 18:36:36 -0500 (0:00:00.164) 0:00:37.900 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740871841.2862997, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1740871834.6392817, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720527, "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": 1740871834.6406, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4076694234", "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 01 March 2025 18:36:37 -0500 (0:00:01.179) 0:00:39.080 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 01 March 2025 18:36:37 -0500 (0:00:00.134) 0:00:39.215 ******** ok: [managed-node15] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:22 Saturday 01 March 2025 18:36:39 -0500 (0:00:01.978) 0:00:41.193 ******** ok: [managed-node15] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:29 Saturday 01 March 2025 18:36:40 -0500 (0:00:00.602) 0:00:41.795 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node15 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 01 March 2025 18:36:40 -0500 (0:00:00.416) 0:00:42.212 ******** ok: [managed-node15] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 01 March 2025 18:36:43 -0500 (0:00:02.486) 0:00:44.698 ******** ok: [managed-node15] => { "changed": false, "disks": [ "sda", "sdb", "sdc" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] is not an interface [scsi]" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 01 March 2025 18:36:46 -0500 (0:00:03.114) 0:00:47.830 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 01 March 2025 18:36:46 -0500 (0:00:00.196) 0:00:48.026 ******** ok: [managed-node15] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 01 March 2025 18:36:46 -0500 (0:00:00.241) 0:00:48.267 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 01 March 2025 18:36:47 -0500 (0:00:00.640) 0:00:48.907 ******** ok: [managed-node15] => { "unused_disks": [ "sda", "sdb", "sdc" ] } TASK [Create a RAID1 device] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:35 Saturday 01 March 2025 18:36:47 -0500 (0:00:00.249) 0:00:49.157 ******** included: fedora.linux_system_roles.storage for managed-node15 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 01 March 2025 18:36:48 -0500 (0:00:00.640) 0:00:49.798 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 01 March 2025 18:36:48 -0500 (0:00:00.482) 0:00:50.281 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 01 March 2025 18:36:49 -0500 (0:00:00.592) 0:00:50.874 ******** skipping: [managed-node15] => (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-node15] => (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-node15] => (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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node15] => (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-BFu/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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 01 March 2025 18:36:49 -0500 (0:00:00.569) 0:00:51.444 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 01 March 2025 18:36:50 -0500 (0:00:00.293) 0:00:51.737 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 01 March 2025 18:36:50 -0500 (0:00:00.315) 0:00:52.052 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 01 March 2025 18:36:50 -0500 (0:00:00.233) 0:00:52.286 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 01 March 2025 18:36:51 -0500 (0:00:00.301) 0:00:52.587 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 01 March 2025 18:36:51 -0500 (0:00:00.638) 0:00:53.226 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 01 March 2025 18:36:52 -0500 (0:00:00.321) 0:00:53.548 ******** ok: [managed-node15] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "Lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "Lv3", "size": "3g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 01 March 2025 18:36:52 -0500 (0:00:00.301) 0:00:53.850 ******** ok: [managed-node15] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 01 March 2025 18:36:53 -0500 (0:00:00.661) 0:00:54.511 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 01 March 2025 18:36:53 -0500 (0:00:00.278) 0:00:54.790 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 01 March 2025 18:36:53 -0500 (0:00:00.306) 0:00:55.096 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 01 March 2025 18:36:53 -0500 (0:00:00.308) 0:00:55.405 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 01 March 2025 18:36:54 -0500 (0:00:00.256) 0:00:55.662 ******** ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 01 March 2025 18:36:54 -0500 (0:00:00.779) 0:00:56.442 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 01 March 2025 18:36:55 -0500 (0:00:00.191) 0:00:56.634 ******** changed: [managed-node15] => { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" } ], "packages": [ "lvm2", "mdadm", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 01 March 2025 18:37:36 -0500 (0:00:40.896) 0:01:37.530 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 01 March 2025 18:37:36 -0500 (0:00:00.482) 0:01:38.013 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740871829.2502673, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "eb46f770ed0b40d958b0165ea9be238be4f37b5c", "ctime": 1740871827.983264, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 167772356, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1740871827.983264, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4022920198", "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 01 March 2025 18:37:38 -0500 (0:00:01.661) 0:01:39.674 ******** ok: [managed-node15] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 01 March 2025 18:37:41 -0500 (0:00:02.846) 0:01:42.521 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 01 March 2025 18:37:41 -0500 (0:00:00.232) 0:01:42.754 ******** ok: [managed-node15] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" } ], "packages": [ "lvm2", "mdadm", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 01 March 2025 18:37:41 -0500 (0:00:00.480) 0:01:43.234 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 01 March 2025 18:37:42 -0500 (0:00:00.373) 0:01:43.607 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 01 March 2025 18:37:42 -0500 (0:00:00.252) 0:01:43.860 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 01 March 2025 18:37:42 -0500 (0:00:00.562) 0:01:44.423 ******** ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 01 March 2025 18:37:48 -0500 (0:00:05.554) 0:01:49.977 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node15] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node15] => (item={'src': '/dev/mapper/vg1-Lv2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv2" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node15] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv3" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 01 March 2025 18:38:05 -0500 (0:00:16.959) 0:02:06.937 ******** skipping: [managed-node15] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node15] => (item={'src': '/dev/mapper/vg1-Lv2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node15] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 01 March 2025 18:38:06 -0500 (0:00:00.851) 0:02:07.789 ******** ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 01 March 2025 18:38:08 -0500 (0:00:01.803) 0:02:09.592 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740871841.2862997, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1740871834.6392817, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720527, "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": 1740871834.6406, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4076694234", "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 01 March 2025 18:38:09 -0500 (0:00:01.274) 0:02:10.867 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 01 March 2025 18:38:09 -0500 (0:00:00.249) 0:02:11.116 ******** ok: [managed-node15] TASK [Verify role results] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:59 Saturday 01 March 2025 18:38:16 -0500 (0:00:06.864) 0:02:17.980 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node15 TASK [Print out pool information] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 01 March 2025 18:38:17 -0500 (0:00:00.525) 0:02:18.506 ******** ok: [managed-node15] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 01 March 2025 18:38:17 -0500 (0:00:00.807) 0:02:19.314 ******** skipping: [managed-node15] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 01 March 2025 18:38:18 -0500 (0:00:00.547) 0:02:19.862 ******** ok: [managed-node15] => { "changed": false, "info": { "/dev/mapper/vg1-Lv2": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test2", "name": "/dev/mapper/vg1-Lv2", "size": "3G", "type": "lvm", "uuid": "b771e3d0-e087-41ae-9577-3593585548bd" }, "/dev/mapper/vg1-Lv3": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test3", "name": "/dev/mapper/vg1-Lv3", "size": "3G", "type": "lvm", "uuid": "c4278db9-5809-4f4e-866d-40331e979e63" }, "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "e76f5502-cafc-4cfb-902b-1dfccd4a64d4" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "10G", "type": "raid1", "uuid": "2JRCm0-XLts-hLkQ-GroL-dYsb-Sl6f-gWyK9D" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node15:vg1-1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "27d97c40-cc5f-7c91-78c6-0761344be206" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node15:vg1-1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "27d97c40-cc5f-7c91-78c6-0761344be206" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node15:vg1-1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "27d97c40-cc5f-7c91-78c6-0761344be206" }, "/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": "28ad6fdf-bf76-44d2-8c29-c71e744c92f5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 01 March 2025 18:38:20 -0500 (0:00:02.604) 0:02:22.467 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003030", "end": "2025-03-01 18:38:23.575628", "rc": 0, "start": "2025-03-01 18:38:23.572598" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Feb 25 06:55:09 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=28ad6fdf-bf76-44d2-8c29-c71e744c92f5 / 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 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 /dev/mapper/vg1-Lv2 /opt/test2 xfs defaults 0 0 /dev/mapper/vg1-Lv3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 01 March 2025 18:38:23 -0500 (0:00:02.843) 0:02:25.311 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002762", "end": "2025-03-01 18:38:24.821279", "failed_when_result": false, "rc": 0, "start": "2025-03-01 18:38:24.818517" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 01 March 2025 18:38:25 -0500 (0:00:01.254) 0:02:26.565 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node15 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid1', 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}, {'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}, {'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 01 March 2025 18:38:26 -0500 (0:00:01.116) 0:02:27.681 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 01 March 2025 18:38:26 -0500 (0:00:00.320) 0:02:28.001 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.041508", "end": "2025-03-01 18:38:27.663636", "rc": 0, "start": "2025-03-01 18:38:27.622128" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 01 March 2025 18:38:27 -0500 (0:00:01.442) 0:02:29.444 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 01 March 2025 18:38:28 -0500 (0:00:00.425) 0:02:29.869 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node15 => (item=members) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node15 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 01 March 2025 18:38:29 -0500 (0:00:00.647) 0:02:30.517 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 01 March 2025 18:38:29 -0500 (0:00:00.861) 0:02:31.378 ******** ok: [managed-node15] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 01 March 2025 18:38:32 -0500 (0:00:02.817) 0:02:34.195 ******** ok: [managed-node15] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 01 March 2025 18:38:33 -0500 (0:00:00.549) 0:02:34.745 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 01 March 2025 18:38:33 -0500 (0:00:00.653) 0:02:35.399 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 01 March 2025 18:38:34 -0500 (0:00:00.621) 0:02:36.024 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 01 March 2025 18:38:34 -0500 (0:00:00.341) 0:02:36.366 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 01 March 2025 18:38:35 -0500 (0:00:00.642) 0:02:37.008 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 01 March 2025 18:38:35 -0500 (0:00:00.344) 0:02:37.352 ******** ok: [managed-node15] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 01 March 2025 18:38:36 -0500 (0:00:00.376) 0:02:37.729 ******** ok: [managed-node15] => { "changed": false, "failed_when_result": false, "rc": 0 } STDOUT: ** (process:89701): WARNING **: 18:38:37.620: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.190 originally 10.31.41.190 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.190 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.190 originally 10.31.41.190 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.41.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:74 Saturday 01 March 2025 18:38:37 -0500 (0:00:01.765) 0:02:39.495 ******** skipping: [managed-node15] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } skipping: [managed-node15] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:84 Saturday 01 March 2025 18:38:38 -0500 (0:00:00.466) 0:02:39.961 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node15 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 01 March 2025 18:38:39 -0500 (0:00:00.686) 0:02:40.648 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.006196", "end": "2025-03-01 18:38:40.265383", "rc": 0, "start": "2025-03-01 18:38:40.259187" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Sat Mar 1 18:36:58 2025 Raid Level : raid1 Array Size : 10477440 (9.99 GiB 10.73 GB) Used Dev Size : 10477440 (9.99 GiB 10.73 GB) Raid Devices : 2 Total Devices : 3 Persistence : Superblock is persistent Intent Bitmap : Internal Update Time : Sat Mar 1 18:38:39 2025 State : clean, resyncing Active Devices : 2 Working Devices : 3 Failed Devices : 0 Spare Devices : 1 Consistency Policy : bitmap Resync Status : 58% complete Name : managed-node15:vg1-1 (local to host managed-node15) UUID : 27d97c40:cc5f7c91:78c60761:344be206 Events : 29 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 - spare /dev/sdc1 TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 01 March 2025 18:38:40 -0500 (0:00:01.332) 0:02:41.980 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 01 March 2025 18:38:41 -0500 (0:00:00.764) 0:02:42.745 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 01 March 2025 18:38:42 -0500 (0:00:00.785) 0:02:43.530 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 01 March 2025 18:38:42 -0500 (0:00:00.773) 0:02:44.304 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 01 March 2025 18:38:43 -0500 (0:00:00.409) 0:02:44.713 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 01 March 2025 18:38:44 -0500 (0:00:00.809) 0:02:45.523 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 01 March 2025 18:38:44 -0500 (0:00:00.474) 0:02:45.997 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 01 March 2025 18:38:45 -0500 (0:00:00.512) 0:02:46.510 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 01 March 2025 18:38:45 -0500 (0:00:00.557) 0:02:47.068 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size is not none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 01 March 2025 18:38:45 -0500 (0:00:00.409) 0:02:47.477 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Saturday 01 March 2025 18:38:46 -0500 (0:00:00.367) 0:02:47.845 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node15 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 01 March 2025 18:38:46 -0500 (0:00:00.604) 0:02:48.449 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 01 March 2025 18:38:47 -0500 (0:00:01.020) 0:02:49.470 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 01 March 2025 18:38:48 -0500 (0:00:00.322) 0:02:49.793 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 01 March 2025 18:38:48 -0500 (0:00:00.323) 0:02:50.116 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 01 March 2025 18:38:48 -0500 (0:00:00.338) 0:02:50.455 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 01 March 2025 18:38:49 -0500 (0:00:00.358) 0:02:50.813 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 01 March 2025 18:38:49 -0500 (0:00:00.304) 0:02:51.117 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 01 March 2025 18:38:49 -0500 (0:00:00.304) 0:02:51.422 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 01 March 2025 18:38:50 -0500 (0:00:00.293) 0:02:51.716 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 01 March 2025 18:38:50 -0500 (0:00:00.366) 0:02:52.082 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 01 March 2025 18:38:50 -0500 (0:00:00.317) 0:02:52.399 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 01 March 2025 18:38:51 -0500 (0:00:00.316) 0:02:52.716 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 01 March 2025 18:38:51 -0500 (0:00:00.322) 0:02:53.038 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 01 March 2025 18:38:51 -0500 (0:00:00.328) 0:02:53.367 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 01 March 2025 18:38:52 -0500 (0:00:00.252) 0:02:53.619 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 01 March 2025 18:38:52 -0500 (0:00:00.326) 0:02:53.946 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 01 March 2025 18:38:52 -0500 (0:00:00.317) 0:02:54.264 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 01 March 2025 18:38:53 -0500 (0:00:00.333) 0:02:54.597 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 01 March 2025 18:38:53 -0500 (0:00:00.396) 0:02:54.994 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 01 March 2025 18:38:53 -0500 (0:00:00.347) 0:02:55.342 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 01 March 2025 18:38:54 -0500 (0:00:00.346) 0:02:55.689 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 01 March 2025 18:38:54 -0500 (0:00:00.349) 0:02:56.039 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Saturday 01 March 2025 18:38:54 -0500 (0:00:00.270) 0:02:56.310 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node15 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 01 March 2025 18:38:55 -0500 (0:00:00.686) 0:02:56.996 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 01 March 2025 18:38:56 -0500 (0:00:01.049) 0:02:58.045 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 01 March 2025 18:38:56 -0500 (0:00:00.242) 0:02:58.288 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 01 March 2025 18:38:57 -0500 (0:00:00.301) 0:02:58.589 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 01 March 2025 18:38:57 -0500 (0:00:00.251) 0:02:58.841 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 01 March 2025 18:38:57 -0500 (0:00:00.270) 0:02:59.111 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 01 March 2025 18:38:57 -0500 (0:00:00.244) 0:02:59.356 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 01 March 2025 18:38:58 -0500 (0:00:00.257) 0:02:59.614 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 01 March 2025 18:38:58 -0500 (0:00:00.211) 0:02:59.825 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 01 March 2025 18:38:58 -0500 (0:00:00.309) 0:03:00.135 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 01 March 2025 18:38:58 -0500 (0:00:00.314) 0:03:00.450 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 01 March 2025 18:38:59 -0500 (0:00:00.230) 0:03:00.680 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 01 March 2025 18:38:59 -0500 (0:00:00.251) 0:03:00.931 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Saturday 01 March 2025 18:38:59 -0500 (0:00:00.347) 0:03:01.279 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node15 TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 01 March 2025 18:39:00 -0500 (0:00:00.681) 0:03:01.961 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 01 March 2025 18:39:01 -0500 (0:00:00.609) 0:03:02.570 ******** skipping: [managed-node15] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [managed-node15] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 01 March 2025 18:39:01 -0500 (0:00:00.277) 0:03:02.848 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node15 => (item=/dev/md/vg1-1) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 01 March 2025 18:39:01 -0500 (0:00:00.500) 0:03:03.348 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 01 March 2025 18:39:02 -0500 (0:00:00.566) 0:03:03.915 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 01 March 2025 18:39:03 -0500 (0:00:00.620) 0:03:04.535 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 01 March 2025 18:39:03 -0500 (0:00:00.535) 0:03:05.071 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 01 March 2025 18:39:04 -0500 (0:00:00.504) 0:03:05.575 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 01 March 2025 18:39:04 -0500 (0:00:00.514) 0:03:06.089 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 01 March 2025 18:39:04 -0500 (0:00:00.272) 0:03:06.362 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Saturday 01 March 2025 18:39:05 -0500 (0:00:00.293) 0:03:06.656 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node15 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 01 March 2025 18:39:06 -0500 (0:00:01.180) 0:03:07.836 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 01 March 2025 18:39:07 -0500 (0:00:01.020) 0:03:08.857 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 01 March 2025 18:39:07 -0500 (0:00:00.264) 0:03:09.121 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 01 March 2025 18:39:07 -0500 (0:00:00.244) 0:03:09.366 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 01 March 2025 18:39:08 -0500 (0:00:00.298) 0:03:09.664 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 01 March 2025 18:39:08 -0500 (0:00:00.241) 0:03:09.905 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 01 March 2025 18:39:08 -0500 (0:00:00.234) 0:03:10.140 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 01 March 2025 18:39:08 -0500 (0:00:00.251) 0:03:10.391 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 01 March 2025 18:39:09 -0500 (0:00:00.228) 0:03:10.620 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 01 March 2025 18:39:09 -0500 (0:00:00.223) 0:03:10.843 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 01 March 2025 18:39:09 -0500 (0:00:00.302) 0:03:11.145 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 01 March 2025 18:39:09 -0500 (0:00:00.272) 0:03:11.418 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 01 March 2025 18:39:10 -0500 (0:00:00.273) 0:03:11.691 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 01 March 2025 18:39:10 -0500 (0:00:00.323) 0:03:12.015 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 01 March 2025 18:39:10 -0500 (0:00:00.298) 0:03:12.313 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 01 March 2025 18:39:11 -0500 (0:00:00.252) 0:03:12.566 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 01 March 2025 18:39:11 -0500 (0:00:00.287) 0:03:12.853 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 01 March 2025 18:39:11 -0500 (0:00:00.263) 0:03:13.116 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 01 March 2025 18:39:11 -0500 (0:00:00.258) 0:03:13.374 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 01 March 2025 18:39:12 -0500 (0:00:00.290) 0:03:13.664 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 01 March 2025 18:39:12 -0500 (0:00:00.307) 0:03:13.971 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 01 March 2025 18:39:12 -0500 (0:00:00.239) 0:03:14.212 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Saturday 01 March 2025 18:39:12 -0500 (0:00:00.260) 0:03:14.472 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node15 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 01 March 2025 18:39:13 -0500 (0:00:00.944) 0:03:15.417 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 01 March 2025 18:39:14 -0500 (0:00:00.210) 0:03:15.627 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 01 March 2025 18:39:14 -0500 (0:00:00.240) 0:03:15.868 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 01 March 2025 18:39:14 -0500 (0:00:00.259) 0:03:16.127 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 01 March 2025 18:39:14 -0500 (0:00:00.225) 0:03:16.352 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 01 March 2025 18:39:15 -0500 (0:00:00.228) 0:03:16.581 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Saturday 01 March 2025 18:39:15 -0500 (0:00:00.328) 0:03:16.909 ******** ok: [managed-node15] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 01 March 2025 18:39:15 -0500 (0:00:00.205) 0:03:17.114 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 01 March 2025 18:39:16 -0500 (0:00:00.678) 0:03:17.793 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 01 March 2025 18:39:16 -0500 (0:00:00.679) 0:03:18.472 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 => (item=mount) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 => (item=fstab) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 => (item=fs) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 => (item=device) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 => (item=encryption) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 => (item=md) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 => (item=size) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 01 March 2025 18:39:18 -0500 (0:00:01.837) 0:03:20.309 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 01 March 2025 18:39:19 -0500 (0:00:00.328) 0:03:20.638 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 01 March 2025 18:39:19 -0500 (0:00:00.661) 0:03:21.300 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 01 March 2025 18:39:20 -0500 (0:00:00.205) 0:03:21.506 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 01 March 2025 18:39:20 -0500 (0:00:00.297) 0:03:21.803 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 01 March 2025 18:39:20 -0500 (0:00:00.228) 0:03:22.031 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 01 March 2025 18:39:20 -0500 (0:00:00.269) 0:03:22.301 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 01 March 2025 18:39:21 -0500 (0:00:00.282) 0:03:22.583 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 01 March 2025 18:39:21 -0500 (0:00:00.289) 0:03:22.873 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 01 March 2025 18:39:21 -0500 (0:00:00.293) 0:03:23.167 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 01 March 2025 18:39:21 -0500 (0:00:00.285) 0:03:23.452 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 01 March 2025 18:39:22 -0500 (0:00:00.237) 0:03:23.689 ******** ok: [managed-node15] => { "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": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 01 March 2025 18:39:23 -0500 (0:00:00.867) 0:03:24.557 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 01 March 2025 18:39:23 -0500 (0:00:00.721) 0:03:25.278 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 01 March 2025 18:39:24 -0500 (0:00:00.648) 0:03:25.926 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 01 March 2025 18:39:25 -0500 (0:00:00.622) 0:03:26.549 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 01 March 2025 18:39:26 -0500 (0:00:01.906) 0:03:28.455 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 01 March 2025 18:39:27 -0500 (0:00:00.356) 0:03:28.811 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 01 March 2025 18:39:27 -0500 (0:00:00.688) 0:03:29.499 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 01 March 2025 18:39:28 -0500 (0:00:00.661) 0:03:30.161 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740872255.4043834, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1740872255.4043834, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2411, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1740872255.4043834, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 01 March 2025 18:39:30 -0500 (0:00:01.363) 0:03:31.525 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 01 March 2025 18:39:30 -0500 (0:00:00.421) 0:03:31.946 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 01 March 2025 18:39:30 -0500 (0:00:00.298) 0:03:32.245 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 01 March 2025 18:39:31 -0500 (0:00:00.335) 0:03:32.581 ******** ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 01 March 2025 18:39:31 -0500 (0:00:00.332) 0:03:32.913 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 01 March 2025 18:39:31 -0500 (0:00:00.253) 0:03:33.167 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 01 March 2025 18:39:31 -0500 (0:00:00.334) 0:03:33.501 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 01 March 2025 18:39:32 -0500 (0:00:00.254) 0:03:33.756 ******** ok: [managed-node15] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 01 March 2025 18:39:40 -0500 (0:00:08.340) 0:03:42.096 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 01 March 2025 18:39:40 -0500 (0:00:00.276) 0:03:42.373 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 01 March 2025 18:39:41 -0500 (0:00:00.257) 0:03:42.631 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 01 March 2025 18:39:41 -0500 (0:00:00.682) 0:03:43.313 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 01 March 2025 18:39:42 -0500 (0:00:00.300) 0:03:43.614 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 01 March 2025 18:39:42 -0500 (0:00:00.260) 0:03:43.875 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 01 March 2025 18:39:42 -0500 (0:00:00.283) 0:03:44.159 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 01 March 2025 18:39:42 -0500 (0:00:00.247) 0:03:44.406 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 01 March 2025 18:39:43 -0500 (0:00:00.264) 0:03:44.671 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 01 March 2025 18:39:43 -0500 (0:00:00.609) 0:03:45.281 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 01 March 2025 18:39:44 -0500 (0:00:00.693) 0:03:45.974 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 01 March 2025 18:39:45 -0500 (0:00:00.664) 0:03:46.639 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 01 March 2025 18:39:45 -0500 (0:00:00.606) 0:03:47.245 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 01 March 2025 18:39:46 -0500 (0:00:00.470) 0:03:47.716 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 01 March 2025 18:39:46 -0500 (0:00:00.340) 0:03:48.057 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 01 March 2025 18:39:46 -0500 (0:00:00.273) 0:03:48.331 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 01 March 2025 18:39:47 -0500 (0:00:00.253) 0:03:48.584 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 01 March 2025 18:39:47 -0500 (0:00:00.263) 0:03:48.848 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 01 March 2025 18:39:47 -0500 (0:00:00.318) 0:03:49.167 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 01 March 2025 18:39:47 -0500 (0:00:00.266) 0:03:49.433 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 01 March 2025 18:39:48 -0500 (0:00:00.269) 0:03:49.703 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 01 March 2025 18:39:48 -0500 (0:00:00.264) 0:03:49.968 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 01 March 2025 18:39:48 -0500 (0:00:00.260) 0:03:50.228 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 01 March 2025 18:39:48 -0500 (0:00:00.238) 0:03:50.466 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 01 March 2025 18:39:49 -0500 (0:00:00.317) 0:03:50.783 ******** ok: [managed-node15] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 01 March 2025 18:39:52 -0500 (0:00:03.346) 0:03:54.130 ******** ok: [managed-node15] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 01 March 2025 18:39:54 -0500 (0:00:01.517) 0:03:55.648 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 01 March 2025 18:39:54 -0500 (0:00:00.601) 0:03:56.250 ******** ok: [managed-node15] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 01 March 2025 18:39:55 -0500 (0:00:00.253) 0:03:56.504 ******** ok: [managed-node15] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 01 March 2025 18:39:56 -0500 (0:00:01.648) 0:03:58.153 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 01 March 2025 18:39:57 -0500 (0:00:00.780) 0:03:58.933 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 01 March 2025 18:39:58 -0500 (0:00:00.575) 0:03:59.509 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 01 March 2025 18:39:58 -0500 (0:00:00.501) 0:04:00.011 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 01 March 2025 18:39:58 -0500 (0:00:00.450) 0:04:00.461 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 01 March 2025 18:39:59 -0500 (0:00:00.188) 0:04:00.650 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 01 March 2025 18:39:59 -0500 (0:00:00.182) 0:04:00.832 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 01 March 2025 18:39:59 -0500 (0:00:00.286) 0:04:01.119 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 01 March 2025 18:39:59 -0500 (0:00:00.254) 0:04:01.374 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 01 March 2025 18:40:00 -0500 (0:00:00.261) 0:04:01.635 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 01 March 2025 18:40:00 -0500 (0:00:00.225) 0:04:01.861 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 01 March 2025 18:40:00 -0500 (0:00:00.285) 0:04:02.147 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 01 March 2025 18:40:00 -0500 (0:00:00.220) 0:04:02.368 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 01 March 2025 18:40:01 -0500 (0:00:00.250) 0:04:02.618 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 01 March 2025 18:40:01 -0500 (0:00:00.177) 0:04:02.796 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 01 March 2025 18:40:01 -0500 (0:00:00.229) 0:04:03.025 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 01 March 2025 18:40:01 -0500 (0:00:00.301) 0:04:03.327 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 01 March 2025 18:40:02 -0500 (0:00:00.231) 0:04:03.558 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 01 March 2025 18:40:02 -0500 (0:00:00.223) 0:04:03.782 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 01 March 2025 18:40:02 -0500 (0:00:00.280) 0:04:04.062 ******** ok: [managed-node15] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 01 March 2025 18:40:02 -0500 (0:00:00.338) 0:04:04.401 ******** ok: [managed-node15] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 01 March 2025 18:40:03 -0500 (0:00:00.433) 0:04:04.837 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 01 March 2025 18:40:03 -0500 (0:00:00.650) 0:04:05.488 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.029248", "end": "2025-03-01 18:40:04.814212", "rc": 0, "start": "2025-03-01 18:40:04.784964" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 01 March 2025 18:40:04 -0500 (0:00:01.001) 0:04:06.489 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 01 March 2025 18:40:06 -0500 (0:00:01.123) 0:04:07.612 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 01 March 2025 18:40:07 -0500 (0:00:01.766) 0:04:09.379 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 01 March 2025 18:40:08 -0500 (0:00:00.677) 0:04:10.057 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 01 March 2025 18:40:09 -0500 (0:00:00.477) 0:04:10.534 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 01 March 2025 18:40:09 -0500 (0:00:00.432) 0:04:10.967 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 01 March 2025 18:40:09 -0500 (0:00:00.446) 0:04:11.413 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 01 March 2025 18:40:10 -0500 (0:00:00.321) 0:04:11.734 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 01 March 2025 18:40:10 -0500 (0:00:00.749) 0:04:12.483 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 => (item=mount) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 => (item=fstab) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 => (item=fs) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 => (item=device) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 => (item=encryption) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 => (item=md) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 => (item=size) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 01 March 2025 18:40:12 -0500 (0:00:01.744) 0:04:14.228 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 01 March 2025 18:40:13 -0500 (0:00:00.311) 0:04:14.539 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 01 March 2025 18:40:13 -0500 (0:00:00.647) 0:04:15.186 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 01 March 2025 18:40:13 -0500 (0:00:00.264) 0:04:15.450 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 01 March 2025 18:40:14 -0500 (0:00:00.382) 0:04:15.833 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 01 March 2025 18:40:14 -0500 (0:00:00.271) 0:04:16.104 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 01 March 2025 18:40:14 -0500 (0:00:00.293) 0:04:16.398 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 01 March 2025 18:40:15 -0500 (0:00:00.258) 0:04:16.656 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 01 March 2025 18:40:15 -0500 (0:00:00.246) 0:04:16.902 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 01 March 2025 18:40:15 -0500 (0:00:00.283) 0:04:17.186 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 01 March 2025 18:40:15 -0500 (0:00:00.254) 0:04:17.441 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 01 March 2025 18:40:16 -0500 (0:00:00.178) 0:04:17.619 ******** ok: [managed-node15] => { "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": [ "/dev/mapper/vg1-Lv2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 01 March 2025 18:40:16 -0500 (0:00:00.772) 0:04:18.392 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 01 March 2025 18:40:17 -0500 (0:00:00.622) 0:04:19.014 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 01 March 2025 18:40:18 -0500 (0:00:00.650) 0:04:19.665 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 01 March 2025 18:40:18 -0500 (0:00:00.486) 0:04:20.152 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 01 March 2025 18:40:19 -0500 (0:00:00.655) 0:04:20.807 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 01 March 2025 18:40:19 -0500 (0:00:00.346) 0:04:21.155 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 01 March 2025 18:40:20 -0500 (0:00:00.564) 0:04:21.719 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 01 March 2025 18:40:20 -0500 (0:00:00.532) 0:04:22.252 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740872248.4733653, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1740872248.4733653, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2376, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1740872248.4733653, "nlink": 1, "path": "/dev/mapper/vg1-Lv2", "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 01 March 2025 18:40:21 -0500 (0:00:01.145) 0:04:23.397 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 01 March 2025 18:40:22 -0500 (0:00:00.415) 0:04:23.813 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 01 March 2025 18:40:22 -0500 (0:00:00.282) 0:04:24.096 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 01 March 2025 18:40:22 -0500 (0:00:00.379) 0:04:24.475 ******** ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 01 March 2025 18:40:23 -0500 (0:00:00.367) 0:04:24.842 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 01 March 2025 18:40:23 -0500 (0:00:00.182) 0:04:25.025 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 01 March 2025 18:40:23 -0500 (0:00:00.365) 0:04:25.391 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 01 March 2025 18:40:24 -0500 (0:00:00.285) 0:04:25.678 ******** ok: [managed-node15] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 01 March 2025 18:40:26 -0500 (0:00:02.328) 0:04:28.007 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 01 March 2025 18:40:26 -0500 (0:00:00.321) 0:04:28.329 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 01 March 2025 18:40:27 -0500 (0:00:00.276) 0:04:28.606 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 01 March 2025 18:40:27 -0500 (0:00:00.576) 0:04:29.182 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 01 March 2025 18:40:27 -0500 (0:00:00.222) 0:04:29.405 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 01 March 2025 18:40:28 -0500 (0:00:00.207) 0:04:29.612 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 01 March 2025 18:40:28 -0500 (0:00:00.251) 0:04:29.863 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 01 March 2025 18:40:28 -0500 (0:00:00.293) 0:04:30.157 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 01 March 2025 18:40:28 -0500 (0:00:00.267) 0:04:30.425 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 01 March 2025 18:40:29 -0500 (0:00:00.768) 0:04:31.193 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 01 March 2025 18:40:30 -0500 (0:00:00.671) 0:04:31.865 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 01 March 2025 18:40:30 -0500 (0:00:00.550) 0:04:32.415 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 01 March 2025 18:40:31 -0500 (0:00:00.481) 0:04:32.897 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 01 March 2025 18:40:31 -0500 (0:00:00.567) 0:04:33.465 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 01 March 2025 18:40:32 -0500 (0:00:00.346) 0:04:33.811 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 01 March 2025 18:40:32 -0500 (0:00:00.240) 0:04:34.052 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 01 March 2025 18:40:32 -0500 (0:00:00.244) 0:04:34.296 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 01 March 2025 18:40:33 -0500 (0:00:00.244) 0:04:34.541 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 01 March 2025 18:40:33 -0500 (0:00:00.231) 0:04:34.772 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 01 March 2025 18:40:33 -0500 (0:00:00.200) 0:04:34.973 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 01 March 2025 18:40:33 -0500 (0:00:00.283) 0:04:35.257 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 01 March 2025 18:40:33 -0500 (0:00:00.202) 0:04:35.459 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 01 March 2025 18:40:34 -0500 (0:00:00.206) 0:04:35.665 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 01 March 2025 18:40:34 -0500 (0:00:00.203) 0:04:35.869 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 01 March 2025 18:40:34 -0500 (0:00:00.228) 0:04:36.097 ******** ok: [managed-node15] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 01 March 2025 18:40:35 -0500 (0:00:01.393) 0:04:37.490 ******** ok: [managed-node15] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 01 March 2025 18:40:38 -0500 (0:00:02.567) 0:04:40.057 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 01 March 2025 18:40:39 -0500 (0:00:00.601) 0:04:40.659 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 01 March 2025 18:40:39 -0500 (0:00:00.347) 0:04:41.006 ******** ok: [managed-node15] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 01 March 2025 18:40:40 -0500 (0:00:01.184) 0:04:42.191 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 01 March 2025 18:40:41 -0500 (0:00:00.592) 0:04:42.784 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 01 March 2025 18:40:41 -0500 (0:00:00.584) 0:04:43.368 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 01 March 2025 18:40:42 -0500 (0:00:00.568) 0:04:43.937 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 01 March 2025 18:40:43 -0500 (0:00:00.600) 0:04:44.537 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 01 March 2025 18:40:43 -0500 (0:00:00.263) 0:04:44.800 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 01 March 2025 18:40:43 -0500 (0:00:00.242) 0:04:45.043 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 01 March 2025 18:40:43 -0500 (0:00:00.227) 0:04:45.270 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 01 March 2025 18:40:44 -0500 (0:00:00.319) 0:04:45.590 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 01 March 2025 18:40:44 -0500 (0:00:00.272) 0:04:45.862 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 01 March 2025 18:40:44 -0500 (0:00:00.217) 0:04:46.080 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 01 March 2025 18:40:44 -0500 (0:00:00.190) 0:04:46.271 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 01 March 2025 18:40:44 -0500 (0:00:00.204) 0:04:46.475 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 01 March 2025 18:40:45 -0500 (0:00:00.189) 0:04:46.665 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 01 March 2025 18:40:45 -0500 (0:00:00.230) 0:04:46.896 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 01 March 2025 18:40:45 -0500 (0:00:00.294) 0:04:47.191 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 01 March 2025 18:40:45 -0500 (0:00:00.225) 0:04:47.417 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 01 March 2025 18:40:46 -0500 (0:00:00.349) 0:04:47.767 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 01 March 2025 18:40:46 -0500 (0:00:00.225) 0:04:47.992 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 01 March 2025 18:40:46 -0500 (0:00:00.230) 0:04:48.223 ******** ok: [managed-node15] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 01 March 2025 18:40:47 -0500 (0:00:00.314) 0:04:48.538 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 01 March 2025 18:40:47 -0500 (0:00:00.302) 0:04:48.840 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 01 March 2025 18:40:47 -0500 (0:00:00.649) 0:04:49.490 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv2" ], "delta": "0:00:00.030182", "end": "2025-03-01 18:40:48.887226", "rc": 0, "start": "2025-03-01 18:40:48.857044" } STDOUT: LVM2_LV_NAME=Lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 01 March 2025 18:40:49 -0500 (0:00:01.155) 0:04:50.646 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 01 March 2025 18:40:49 -0500 (0:00:00.659) 0:04:51.305 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 01 March 2025 18:40:50 -0500 (0:00:00.662) 0:04:51.968 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 01 March 2025 18:40:51 -0500 (0:00:00.590) 0:04:52.559 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 01 March 2025 18:40:51 -0500 (0:00:00.659) 0:04:53.219 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 01 March 2025 18:40:52 -0500 (0:00:00.546) 0:04:53.765 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 01 March 2025 18:40:52 -0500 (0:00:00.513) 0:04:54.280 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 01 March 2025 18:40:53 -0500 (0:00:00.305) 0:04:54.586 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 01 March 2025 18:40:53 -0500 (0:00:00.561) 0:04:55.147 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 => (item=mount) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 => (item=fstab) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 => (item=fs) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 => (item=device) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 => (item=encryption) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 => (item=md) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 => (item=size) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 01 March 2025 18:40:55 -0500 (0:00:01.636) 0:04:56.784 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 01 March 2025 18:40:55 -0500 (0:00:00.332) 0:04:57.116 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test3", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 01 March 2025 18:40:56 -0500 (0:00:00.558) 0:04:57.675 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 01 March 2025 18:40:56 -0500 (0:00:00.238) 0:04:57.913 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 01 March 2025 18:40:56 -0500 (0:00:00.354) 0:04:58.267 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 01 March 2025 18:40:57 -0500 (0:00:00.286) 0:04:58.554 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 01 March 2025 18:40:57 -0500 (0:00:00.250) 0:04:58.805 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 01 March 2025 18:40:57 -0500 (0:00:00.277) 0:04:59.082 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 01 March 2025 18:40:57 -0500 (0:00:00.261) 0:04:59.344 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 01 March 2025 18:40:58 -0500 (0:00:00.247) 0:04:59.592 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 01 March 2025 18:40:58 -0500 (0:00:00.298) 0:04:59.891 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 01 March 2025 18:40:58 -0500 (0:00:00.352) 0:05:00.243 ******** ok: [managed-node15] => { "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": [ "/dev/mapper/vg1-Lv3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 01 March 2025 18:40:59 -0500 (0:00:01.117) 0:05:01.361 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 01 March 2025 18:41:00 -0500 (0:00:00.749) 0:05:02.111 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 01 March 2025 18:41:01 -0500 (0:00:00.600) 0:05:02.712 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 01 March 2025 18:41:01 -0500 (0:00:00.594) 0:05:03.307 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 01 March 2025 18:41:02 -0500 (0:00:00.538) 0:05:03.845 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 01 March 2025 18:41:02 -0500 (0:00:00.317) 0:05:04.163 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 01 March 2025 18:41:03 -0500 (0:00:00.584) 0:05:04.747 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 01 March 2025 18:41:04 -0500 (0:00:00.792) 0:05:05.539 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740872242.0633485, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1740872242.0633485, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2335, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1740872242.0633485, "nlink": 1, "path": "/dev/mapper/vg1-Lv3", "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 01 March 2025 18:41:05 -0500 (0:00:01.195) 0:05:06.735 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 01 March 2025 18:41:05 -0500 (0:00:00.339) 0:05:07.075 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 01 March 2025 18:41:05 -0500 (0:00:00.331) 0:05:07.406 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 01 March 2025 18:41:06 -0500 (0:00:00.299) 0:05:07.705 ******** ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 01 March 2025 18:41:06 -0500 (0:00:00.253) 0:05:07.959 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 01 March 2025 18:41:06 -0500 (0:00:00.405) 0:05:08.365 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 01 March 2025 18:41:07 -0500 (0:00:00.909) 0:05:09.274 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 01 March 2025 18:41:08 -0500 (0:00:00.270) 0:05:09.545 ******** ok: [managed-node15] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 01 March 2025 18:41:10 -0500 (0:00:02.359) 0:05:11.905 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 01 March 2025 18:41:10 -0500 (0:00:00.285) 0:05:12.190 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 01 March 2025 18:41:10 -0500 (0:00:00.230) 0:05:12.420 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 01 March 2025 18:41:11 -0500 (0:00:00.760) 0:05:13.181 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 01 March 2025 18:41:11 -0500 (0:00:00.275) 0:05:13.457 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 01 March 2025 18:41:12 -0500 (0:00:00.262) 0:05:13.720 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 01 March 2025 18:41:12 -0500 (0:00:00.250) 0:05:13.970 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 01 March 2025 18:41:12 -0500 (0:00:00.261) 0:05:14.232 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 01 March 2025 18:41:12 -0500 (0:00:00.248) 0:05:14.481 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 01 March 2025 18:41:13 -0500 (0:00:00.726) 0:05:15.207 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 01 March 2025 18:41:14 -0500 (0:00:00.675) 0:05:15.882 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 01 March 2025 18:41:15 -0500 (0:00:00.624) 0:05:16.506 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 01 March 2025 18:41:15 -0500 (0:00:00.512) 0:05:17.019 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 01 March 2025 18:41:16 -0500 (0:00:00.576) 0:05:17.595 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 01 March 2025 18:41:16 -0500 (0:00:00.256) 0:05:17.852 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 01 March 2025 18:41:16 -0500 (0:00:00.345) 0:05:18.198 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 01 March 2025 18:41:16 -0500 (0:00:00.267) 0:05:18.465 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 01 March 2025 18:41:17 -0500 (0:00:00.286) 0:05:18.752 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 01 March 2025 18:41:17 -0500 (0:00:00.334) 0:05:19.087 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 01 March 2025 18:41:17 -0500 (0:00:00.270) 0:05:19.358 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 01 March 2025 18:41:18 -0500 (0:00:00.296) 0:05:19.654 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 01 March 2025 18:41:18 -0500 (0:00:00.321) 0:05:19.975 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 01 March 2025 18:41:18 -0500 (0:00:00.252) 0:05:20.227 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 01 March 2025 18:41:18 -0500 (0:00:00.223) 0:05:20.451 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 01 March 2025 18:41:19 -0500 (0:00:00.282) 0:05:20.734 ******** ok: [managed-node15] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 01 March 2025 18:41:20 -0500 (0:00:01.546) 0:05:22.280 ******** ok: [managed-node15] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 01 March 2025 18:41:22 -0500 (0:00:01.530) 0:05:23.827 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 01 March 2025 18:41:23 -0500 (0:00:00.796) 0:05:24.624 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 01 March 2025 18:41:23 -0500 (0:00:00.408) 0:05:25.032 ******** ok: [managed-node15] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 01 March 2025 18:41:25 -0500 (0:00:01.514) 0:05:26.546 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 01 March 2025 18:41:25 -0500 (0:00:00.663) 0:05:27.210 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 01 March 2025 18:41:26 -0500 (0:00:00.555) 0:05:27.766 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 01 March 2025 18:41:26 -0500 (0:00:00.635) 0:05:28.402 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 01 March 2025 18:41:27 -0500 (0:00:00.738) 0:05:29.141 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 01 March 2025 18:41:27 -0500 (0:00:00.284) 0:05:29.425 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 01 March 2025 18:41:28 -0500 (0:00:00.308) 0:05:29.733 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 01 March 2025 18:41:28 -0500 (0:00:00.251) 0:05:29.985 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 01 March 2025 18:41:28 -0500 (0:00:00.268) 0:05:30.253 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 01 March 2025 18:41:29 -0500 (0:00:00.260) 0:05:30.513 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 01 March 2025 18:41:29 -0500 (0:00:00.287) 0:05:30.801 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 01 March 2025 18:41:29 -0500 (0:00:00.239) 0:05:31.041 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 01 March 2025 18:41:29 -0500 (0:00:00.258) 0:05:31.299 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 01 March 2025 18:41:30 -0500 (0:00:00.231) 0:05:31.531 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 01 March 2025 18:41:30 -0500 (0:00:00.251) 0:05:31.783 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 01 March 2025 18:41:30 -0500 (0:00:00.297) 0:05:32.081 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 01 March 2025 18:41:30 -0500 (0:00:00.351) 0:05:32.433 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 01 March 2025 18:41:31 -0500 (0:00:00.263) 0:05:32.696 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 01 March 2025 18:41:31 -0500 (0:00:00.264) 0:05:32.960 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 01 March 2025 18:41:31 -0500 (0:00:00.253) 0:05:33.214 ******** ok: [managed-node15] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 01 March 2025 18:41:31 -0500 (0:00:00.245) 0:05:33.460 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 01 March 2025 18:41:32 -0500 (0:00:00.281) 0:05:33.741 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 01 March 2025 18:41:33 -0500 (0:00:00.787) 0:05:34.529 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3" ], "delta": "0:00:00.030114", "end": "2025-03-01 18:41:33.982257", "rc": 0, "start": "2025-03-01 18:41:33.952143" } STDOUT: LVM2_LV_NAME=Lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 01 March 2025 18:41:34 -0500 (0:00:01.220) 0:05:35.750 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 01 March 2025 18:41:34 -0500 (0:00:00.521) 0:05:36.271 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 01 March 2025 18:41:35 -0500 (0:00:00.628) 0:05:36.899 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 01 March 2025 18:41:36 -0500 (0:00:00.673) 0:05:37.573 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 01 March 2025 18:41:36 -0500 (0:00:00.664) 0:05:38.238 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 01 March 2025 18:41:37 -0500 (0:00:00.697) 0:05:38.936 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 01 March 2025 18:41:37 -0500 (0:00:00.555) 0:05:39.492 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 01 March 2025 18:41:38 -0500 (0:00:00.310) 0:05:39.803 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 01 March 2025 18:41:38 -0500 (0:00:00.239) 0:05:40.043 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation minus the pool raid options] ************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:62 Saturday 01 March 2025 18:41:38 -0500 (0:00:00.264) 0:05:40.307 ******** included: fedora.linux_system_roles.storage for managed-node15 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 01 March 2025 18:41:39 -0500 (0:00:01.050) 0:05:41.358 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 01 March 2025 18:41:40 -0500 (0:00:00.350) 0:05:41.708 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 01 March 2025 18:41:40 -0500 (0:00:00.515) 0:05:42.224 ******** skipping: [managed-node15] => (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-node15] => (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-node15] => (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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node15] => (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-BFu/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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 01 March 2025 18:41:41 -0500 (0:00:00.853) 0:05:43.078 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 01 March 2025 18:41:41 -0500 (0:00:00.364) 0:05:43.442 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 01 March 2025 18:41:42 -0500 (0:00:00.298) 0:05:43.740 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 01 March 2025 18:41:42 -0500 (0:00:00.267) 0:05:44.008 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 01 March 2025 18:41:42 -0500 (0:00:00.316) 0:05:44.325 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 01 March 2025 18:41:43 -0500 (0:00:00.752) 0:05:45.077 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 01 March 2025 18:41:43 -0500 (0:00:00.280) 0:05:45.357 ******** ok: [managed-node15] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "Lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "Lv3", "size": "3g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 01 March 2025 18:41:44 -0500 (0:00:00.328) 0:05:45.685 ******** ok: [managed-node15] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 01 March 2025 18:41:44 -0500 (0:00:00.285) 0:05:45.971 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 01 March 2025 18:41:44 -0500 (0:00:00.313) 0:05:46.285 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 01 March 2025 18:41:45 -0500 (0:00:00.408) 0:05:46.694 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 01 March 2025 18:41:45 -0500 (0:00:00.324) 0:05:47.019 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 01 March 2025 18:41:45 -0500 (0:00:00.337) 0:05:47.356 ******** ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 01 March 2025 18:41:46 -0500 (0:00:00.909) 0:05:48.266 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 01 March 2025 18:41:47 -0500 (0:00:00.251) 0:05:48.518 ******** ok: [managed-node15] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3", "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" } ], "packages": [ "lvm2", "mdadm", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 01 March 2025 18:41:50 -0500 (0:00:03.701) 0:05:52.219 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 01 March 2025 18:41:51 -0500 (0:00:00.542) 0:05:52.762 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740872281.0354505, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "faa8fb26043b50ee62fb4bfc44bfe7e50e69979b", "ctime": 1740872281.0184505, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 167772356, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1740872281.0184505, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1510, "uid": 0, "version": "4022920198", "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 01 March 2025 18:41:52 -0500 (0:00:01.146) 0:05:53.908 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 01 March 2025 18:41:52 -0500 (0:00:00.378) 0:05:54.287 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 01 March 2025 18:41:52 -0500 (0:00:00.213) 0:05:54.500 ******** ok: [managed-node15] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-Lv2", "/dev/mapper/vg1-Lv3", "/dev/mapper/vg1-lv1", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" } ], "packages": [ "lvm2", "mdadm", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 01 March 2025 18:41:53 -0500 (0:00:00.573) 0:05:55.073 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 01 March 2025 18:41:53 -0500 (0:00:00.339) 0:05:55.413 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 01 March 2025 18:41:54 -0500 (0:00:00.268) 0:05:55.681 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 01 March 2025 18:41:54 -0500 (0:00:00.491) 0:05:56.173 ******** ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 01 March 2025 18:41:56 -0500 (0:00:01.535) 0:05:57.709 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [managed-node15] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [managed-node15] => (item={'src': '/dev/mapper/vg1-Lv2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv2" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [managed-node15] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv3" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 01 March 2025 18:41:59 -0500 (0:00:03.544) 0:06:01.253 ******** skipping: [managed-node15] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node15] => (item={'src': '/dev/mapper/vg1-Lv2', 'path': '/opt/test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node15] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 01 March 2025 18:42:00 -0500 (0:00:01.083) 0:06:02.337 ******** ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 01 March 2025 18:42:02 -0500 (0:00:01.596) 0:06:03.934 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740871841.2862997, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1740871834.6392817, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720527, "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": 1740871834.6406, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4076694234", "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 01 March 2025 18:42:03 -0500 (0:00:01.211) 0:06:05.146 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 01 March 2025 18:42:03 -0500 (0:00:00.255) 0:06:05.402 ******** ok: [managed-node15] TASK [Assert to preserve RAID settings for preexisting pool] ******************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:82 Saturday 01 March 2025 18:42:05 -0500 (0:00:02.065) 0:06:07.467 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:87 Saturday 01 March 2025 18:42:06 -0500 (0:00:00.362) 0:06:07.829 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node15 TASK [Print out pool information] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 01 March 2025 18:42:06 -0500 (0:00:00.652) 0:06:08.482 ******** ok: [managed-node15] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 01 March 2025 18:42:07 -0500 (0:00:00.811) 0:06:09.293 ******** skipping: [managed-node15] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 01 March 2025 18:42:08 -0500 (0:00:00.543) 0:06:09.837 ******** ok: [managed-node15] => { "changed": false, "info": { "/dev/mapper/vg1-Lv2": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test2", "name": "/dev/mapper/vg1-Lv2", "size": "3G", "type": "lvm", "uuid": "b771e3d0-e087-41ae-9577-3593585548bd" }, "/dev/mapper/vg1-Lv3": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test3", "name": "/dev/mapper/vg1-Lv3", "size": "3G", "type": "lvm", "uuid": "c4278db9-5809-4f4e-866d-40331e979e63" }, "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "e76f5502-cafc-4cfb-902b-1dfccd4a64d4" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "10G", "type": "raid1", "uuid": "2JRCm0-XLts-hLkQ-GroL-dYsb-Sl6f-gWyK9D" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node15:vg1-1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "27d97c40-cc5f-7c91-78c6-0761344be206" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node15:vg1-1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "27d97c40-cc5f-7c91-78c6-0761344be206" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node15:vg1-1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "27d97c40-cc5f-7c91-78c6-0761344be206" }, "/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": "28ad6fdf-bf76-44d2-8c29-c71e744c92f5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 01 March 2025 18:42:09 -0500 (0:00:01.249) 0:06:11.086 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003631", "end": "2025-03-01 18:42:10.479624", "rc": 0, "start": "2025-03-01 18:42:10.475993" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Feb 25 06:55:09 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=28ad6fdf-bf76-44d2-8c29-c71e744c92f5 / 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 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 /dev/mapper/vg1-Lv2 /opt/test2 xfs defaults 0 0 /dev/mapper/vg1-Lv3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 01 March 2025 18:42:10 -0500 (0:00:01.080) 0:06:12.167 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003168", "end": "2025-03-01 18:42:11.637223", "failed_when_result": false, "rc": 0, "start": "2025-03-01 18:42:11.634055" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 01 March 2025 18:42:11 -0500 (0:00:01.203) 0:06:13.370 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node15 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid1', 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'raid_chunk_size': '0 B', 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}, {'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}, {'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 01 March 2025 18:42:12 -0500 (0:00:01.015) 0:06:14.386 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 01 March 2025 18:42:13 -0500 (0:00:00.246) 0:06:14.633 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.030347", "end": "2025-03-01 18:42:14.147416", "rc": 0, "start": "2025-03-01 18:42:14.117069" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 01 March 2025 18:42:14 -0500 (0:00:01.228) 0:06:15.861 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 01 March 2025 18:42:14 -0500 (0:00:00.372) 0:06:16.233 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node15 => (item=members) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node15 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 01 March 2025 18:42:15 -0500 (0:00:00.623) 0:06:16.856 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 01 March 2025 18:42:15 -0500 (0:00:00.631) 0:06:17.488 ******** ok: [managed-node15] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 01 March 2025 18:42:17 -0500 (0:00:01.199) 0:06:18.687 ******** ok: [managed-node15] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 01 March 2025 18:42:18 -0500 (0:00:01.232) 0:06:19.920 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 01 March 2025 18:42:20 -0500 (0:00:01.996) 0:06:21.916 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 01 March 2025 18:42:20 -0500 (0:00:00.573) 0:06:22.490 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 01 March 2025 18:42:21 -0500 (0:00:00.420) 0:06:22.911 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 01 March 2025 18:42:22 -0500 (0:00:00.610) 0:06:23.522 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 01 March 2025 18:42:22 -0500 (0:00:00.335) 0:06:23.857 ******** ok: [managed-node15] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 01 March 2025 18:42:22 -0500 (0:00:00.408) 0:06:24.265 ******** ok: [managed-node15] => { "changed": false, "failed_when_result": false, "rc": 0 } STDOUT: ** (process:94221): WARNING **: 18:42:23.717: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.190 originally 10.31.41.190 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.190 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.190 originally 10.31.41.190 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.41.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:74 Saturday 01 March 2025 18:42:24 -0500 (0:00:01.382) 0:06:25.648 ******** skipping: [managed-node15] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } skipping: [managed-node15] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:84 Saturday 01 March 2025 18:42:24 -0500 (0:00:00.594) 0:06:26.242 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node15 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 01 March 2025 18:42:25 -0500 (0:00:00.691) 0:06:26.934 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.006195", "end": "2025-03-01 18:42:26.502586", "rc": 0, "start": "2025-03-01 18:42:26.496391" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Sat Mar 1 18:36:58 2025 Raid Level : raid1 Array Size : 10477440 (9.99 GiB 10.73 GB) Used Dev Size : 10477440 (9.99 GiB 10.73 GB) Raid Devices : 2 Total Devices : 3 Persistence : Superblock is persistent Intent Bitmap : Internal Update Time : Sat Mar 1 18:40:03 2025 State : clean Active Devices : 2 Working Devices : 3 Failed Devices : 0 Spare Devices : 1 Consistency Policy : bitmap Name : managed-node15:vg1-1 (local to host managed-node15) UUID : 27d97c40:cc5f7c91:78c60761:344be206 Events : 45 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 - spare /dev/sdc1 TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 01 March 2025 18:42:26 -0500 (0:00:01.371) 0:06:28.306 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 01 March 2025 18:42:27 -0500 (0:00:00.622) 0:06:28.928 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 01 March 2025 18:42:28 -0500 (0:00:00.677) 0:06:29.606 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 01 March 2025 18:42:28 -0500 (0:00:00.785) 0:06:30.392 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size | string != \"0 B\"", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 01 March 2025 18:42:29 -0500 (0:00:00.577) 0:06:30.969 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size | string != \"0 B\"", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 01 March 2025 18:42:30 -0500 (0:00:00.777) 0:06:31.746 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 01 March 2025 18:42:30 -0500 (0:00:00.569) 0:06:32.316 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 01 March 2025 18:42:31 -0500 (0:00:00.484) 0:06:32.800 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 01 March 2025 18:42:31 -0500 (0:00:00.490) 0:06:33.291 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.raid_chunk_size | string != \"0 B\"", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 01 March 2025 18:42:32 -0500 (0:00:00.693) 0:06:33.985 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Saturday 01 March 2025 18:42:32 -0500 (0:00:00.321) 0:06:34.306 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node15 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 01 March 2025 18:42:33 -0500 (0:00:00.732) 0:06:35.038 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 01 March 2025 18:42:34 -0500 (0:00:00.941) 0:06:35.980 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 01 March 2025 18:42:34 -0500 (0:00:00.338) 0:06:36.319 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 01 March 2025 18:42:35 -0500 (0:00:00.364) 0:06:36.683 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 01 March 2025 18:42:35 -0500 (0:00:00.304) 0:06:36.988 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 01 March 2025 18:42:35 -0500 (0:00:00.347) 0:06:37.335 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 01 March 2025 18:42:36 -0500 (0:00:00.351) 0:06:37.687 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 01 March 2025 18:42:36 -0500 (0:00:00.349) 0:06:38.036 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 01 March 2025 18:42:36 -0500 (0:00:00.379) 0:06:38.416 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 01 March 2025 18:42:37 -0500 (0:00:00.314) 0:06:38.731 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 01 March 2025 18:42:37 -0500 (0:00:00.322) 0:06:39.053 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 01 March 2025 18:42:37 -0500 (0:00:00.377) 0:06:39.431 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 01 March 2025 18:42:38 -0500 (0:00:00.345) 0:06:39.776 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 01 March 2025 18:42:38 -0500 (0:00:00.359) 0:06:40.136 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 01 March 2025 18:42:39 -0500 (0:00:00.422) 0:06:40.558 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 01 March 2025 18:42:39 -0500 (0:00:00.355) 0:06:40.914 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 01 March 2025 18:42:39 -0500 (0:00:00.296) 0:06:41.210 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 01 March 2025 18:42:40 -0500 (0:00:00.341) 0:06:41.552 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 01 March 2025 18:42:40 -0500 (0:00:00.265) 0:06:41.818 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 01 March 2025 18:42:40 -0500 (0:00:00.373) 0:06:42.192 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 01 March 2025 18:42:41 -0500 (0:00:00.382) 0:06:42.574 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 01 March 2025 18:42:41 -0500 (0:00:00.392) 0:06:42.967 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Saturday 01 March 2025 18:42:41 -0500 (0:00:00.402) 0:06:43.370 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node15 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 01 March 2025 18:42:42 -0500 (0:00:00.715) 0:06:44.086 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 01 March 2025 18:42:43 -0500 (0:00:00.964) 0:06:45.050 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 01 March 2025 18:42:43 -0500 (0:00:00.236) 0:06:45.286 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 01 March 2025 18:42:44 -0500 (0:00:00.304) 0:06:45.591 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 01 March 2025 18:42:44 -0500 (0:00:00.209) 0:06:45.801 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 01 March 2025 18:42:44 -0500 (0:00:00.300) 0:06:46.101 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 01 March 2025 18:42:44 -0500 (0:00:00.231) 0:06:46.333 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 01 March 2025 18:42:45 -0500 (0:00:00.284) 0:06:46.618 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 01 March 2025 18:42:45 -0500 (0:00:00.257) 0:06:46.875 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 01 March 2025 18:42:45 -0500 (0:00:00.320) 0:06:47.196 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 01 March 2025 18:42:45 -0500 (0:00:00.291) 0:06:47.487 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 01 March 2025 18:42:46 -0500 (0:00:00.284) 0:06:47.771 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 01 March 2025 18:42:47 -0500 (0:00:00.911) 0:06:48.683 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Saturday 01 March 2025 18:42:47 -0500 (0:00:00.309) 0:06:48.993 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node15 TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 01 March 2025 18:42:48 -0500 (0:00:00.759) 0:06:49.752 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 01 March 2025 18:42:48 -0500 (0:00:00.683) 0:06:50.435 ******** skipping: [managed-node15] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [managed-node15] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 01 March 2025 18:42:49 -0500 (0:00:00.371) 0:06:50.807 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node15 => (item=/dev/md/vg1-1) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 01 March 2025 18:42:49 -0500 (0:00:00.505) 0:06:51.313 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 01 March 2025 18:42:50 -0500 (0:00:00.648) 0:06:51.961 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 01 March 2025 18:42:51 -0500 (0:00:00.606) 0:06:52.568 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 01 March 2025 18:42:51 -0500 (0:00:00.647) 0:06:53.215 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 01 March 2025 18:42:52 -0500 (0:00:00.597) 0:06:53.812 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 01 March 2025 18:42:52 -0500 (0:00:00.629) 0:06:54.442 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 01 March 2025 18:42:53 -0500 (0:00:00.264) 0:06:54.707 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Saturday 01 March 2025 18:42:53 -0500 (0:00:00.237) 0:06:54.944 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node15 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 01 March 2025 18:42:54 -0500 (0:00:00.808) 0:06:55.753 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 01 March 2025 18:42:55 -0500 (0:00:00.824) 0:06:56.578 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 01 March 2025 18:42:55 -0500 (0:00:00.246) 0:06:56.824 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 01 March 2025 18:42:55 -0500 (0:00:00.287) 0:06:57.112 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 01 March 2025 18:42:55 -0500 (0:00:00.256) 0:06:57.368 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 01 March 2025 18:42:56 -0500 (0:00:00.230) 0:06:57.598 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 01 March 2025 18:42:56 -0500 (0:00:00.253) 0:06:57.852 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 01 March 2025 18:42:56 -0500 (0:00:00.287) 0:06:58.139 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 01 March 2025 18:42:56 -0500 (0:00:00.295) 0:06:58.436 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 01 March 2025 18:42:57 -0500 (0:00:00.241) 0:06:58.678 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 01 March 2025 18:42:57 -0500 (0:00:00.286) 0:06:58.964 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 01 March 2025 18:42:57 -0500 (0:00:00.293) 0:06:59.258 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 01 March 2025 18:42:58 -0500 (0:00:00.266) 0:06:59.524 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 01 March 2025 18:42:58 -0500 (0:00:00.270) 0:06:59.794 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 01 March 2025 18:42:58 -0500 (0:00:00.292) 0:07:00.087 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 01 March 2025 18:42:58 -0500 (0:00:00.282) 0:07:00.370 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 01 March 2025 18:42:59 -0500 (0:00:00.307) 0:07:00.677 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 01 March 2025 18:42:59 -0500 (0:00:00.272) 0:07:00.950 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 01 March 2025 18:42:59 -0500 (0:00:00.289) 0:07:01.239 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 01 March 2025 18:42:59 -0500 (0:00:00.256) 0:07:01.495 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 01 March 2025 18:43:00 -0500 (0:00:00.291) 0:07:01.787 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 01 March 2025 18:43:00 -0500 (0:00:00.280) 0:07:02.068 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Saturday 01 March 2025 18:43:00 -0500 (0:00:00.269) 0:07:02.337 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node15 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 01 March 2025 18:43:01 -0500 (0:00:00.870) 0:07:03.208 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 01 March 2025 18:43:01 -0500 (0:00:00.280) 0:07:03.489 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 01 March 2025 18:43:02 -0500 (0:00:00.261) 0:07:03.751 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 01 March 2025 18:43:02 -0500 (0:00:00.240) 0:07:03.991 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 01 March 2025 18:43:02 -0500 (0:00:00.254) 0:07:04.246 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 01 March 2025 18:43:02 -0500 (0:00:00.203) 0:07:04.449 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Saturday 01 March 2025 18:43:03 -0500 (0:00:00.228) 0:07:04.678 ******** ok: [managed-node15] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 01 March 2025 18:43:03 -0500 (0:00:00.298) 0:07:04.976 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1', '_kernel_device': '/dev/dm-2', '_raw_kernel_device': '/dev/dm-2'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 01 March 2025 18:43:04 -0500 (0:00:00.764) 0:07:05.741 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 01 March 2025 18:43:04 -0500 (0:00:00.539) 0:07:06.280 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 => (item=mount) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 => (item=fstab) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 => (item=fs) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 => (item=device) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 => (item=encryption) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 => (item=md) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 => (item=size) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 01 March 2025 18:43:06 -0500 (0:00:02.040) 0:07:08.321 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 01 March 2025 18:43:07 -0500 (0:00:00.950) 0:07:09.271 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 01 March 2025 18:43:08 -0500 (0:00:00.673) 0:07:09.945 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 01 March 2025 18:43:08 -0500 (0:00:00.273) 0:07:10.218 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 01 March 2025 18:43:09 -0500 (0:00:00.420) 0:07:10.639 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 01 March 2025 18:43:09 -0500 (0:00:00.229) 0:07:10.869 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 01 March 2025 18:43:09 -0500 (0:00:00.287) 0:07:11.156 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 01 March 2025 18:43:10 -0500 (0:00:00.369) 0:07:11.526 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 01 March 2025 18:43:10 -0500 (0:00:00.263) 0:07:11.789 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 01 March 2025 18:43:10 -0500 (0:00:00.318) 0:07:12.108 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 01 March 2025 18:43:10 -0500 (0:00:00.258) 0:07:12.366 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 01 March 2025 18:43:11 -0500 (0:00:00.320) 0:07:12.686 ******** ok: [managed-node15] => { "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": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 01 March 2025 18:43:12 -0500 (0:00:00.911) 0:07:13.598 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 01 March 2025 18:43:12 -0500 (0:00:00.740) 0:07:14.343 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 01 March 2025 18:43:13 -0500 (0:00:00.707) 0:07:15.051 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 01 March 2025 18:43:14 -0500 (0:00:00.522) 0:07:15.573 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 01 March 2025 18:43:14 -0500 (0:00:00.678) 0:07:16.252 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 01 March 2025 18:43:14 -0500 (0:00:00.237) 0:07:16.490 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 01 March 2025 18:43:15 -0500 (0:00:00.569) 0:07:17.059 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 01 March 2025 18:43:16 -0500 (0:00:00.677) 0:07:17.737 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740872255.4043834, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1740872255.4043834, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2411, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1740872255.4043834, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 01 March 2025 18:43:17 -0500 (0:00:01.236) 0:07:18.973 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 01 March 2025 18:43:17 -0500 (0:00:00.342) 0:07:19.316 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 01 March 2025 18:43:18 -0500 (0:00:00.207) 0:07:19.523 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 01 March 2025 18:43:18 -0500 (0:00:00.389) 0:07:19.913 ******** ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 01 March 2025 18:43:18 -0500 (0:00:00.341) 0:07:20.255 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 01 March 2025 18:43:19 -0500 (0:00:00.265) 0:07:20.521 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 01 March 2025 18:43:19 -0500 (0:00:00.344) 0:07:20.865 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 01 March 2025 18:43:19 -0500 (0:00:00.241) 0:07:21.106 ******** ok: [managed-node15] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 01 March 2025 18:43:21 -0500 (0:00:02.221) 0:07:23.328 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 01 March 2025 18:43:22 -0500 (0:00:00.236) 0:07:23.564 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 01 March 2025 18:43:22 -0500 (0:00:00.240) 0:07:23.805 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 01 March 2025 18:43:23 -0500 (0:00:00.715) 0:07:24.520 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 01 March 2025 18:43:23 -0500 (0:00:00.251) 0:07:24.785 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 01 March 2025 18:43:23 -0500 (0:00:00.241) 0:07:25.027 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 01 March 2025 18:43:23 -0500 (0:00:00.284) 0:07:25.311 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 01 March 2025 18:43:24 -0500 (0:00:00.226) 0:07:25.537 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 01 March 2025 18:43:24 -0500 (0:00:00.212) 0:07:25.750 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 01 March 2025 18:43:24 -0500 (0:00:00.692) 0:07:26.443 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 01 March 2025 18:43:25 -0500 (0:00:00.537) 0:07:26.980 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 01 March 2025 18:43:26 -0500 (0:00:00.525) 0:07:27.505 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 01 March 2025 18:43:26 -0500 (0:00:00.597) 0:07:28.102 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 01 March 2025 18:43:27 -0500 (0:00:00.593) 0:07:28.696 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 01 March 2025 18:43:27 -0500 (0:00:00.349) 0:07:29.046 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 01 March 2025 18:43:27 -0500 (0:00:00.276) 0:07:29.322 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 01 March 2025 18:43:28 -0500 (0:00:00.317) 0:07:29.640 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 01 March 2025 18:43:28 -0500 (0:00:00.235) 0:07:29.876 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 01 March 2025 18:43:28 -0500 (0:00:00.265) 0:07:30.142 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 01 March 2025 18:43:28 -0500 (0:00:00.233) 0:07:30.375 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 01 March 2025 18:43:29 -0500 (0:00:00.290) 0:07:30.665 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 01 March 2025 18:43:29 -0500 (0:00:00.344) 0:07:31.033 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 01 March 2025 18:43:29 -0500 (0:00:00.335) 0:07:31.369 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 01 March 2025 18:43:30 -0500 (0:00:00.197) 0:07:31.567 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 01 March 2025 18:43:30 -0500 (0:00:00.276) 0:07:31.843 ******** ok: [managed-node15] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 01 March 2025 18:43:31 -0500 (0:00:01.417) 0:07:33.279 ******** ok: [managed-node15] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 01 March 2025 18:43:33 -0500 (0:00:01.437) 0:07:34.716 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 01 March 2025 18:43:33 -0500 (0:00:00.746) 0:07:35.463 ******** ok: [managed-node15] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 01 March 2025 18:43:34 -0500 (0:00:00.298) 0:07:35.762 ******** ok: [managed-node15] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 01 March 2025 18:43:35 -0500 (0:00:01.659) 0:07:37.422 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 01 March 2025 18:43:36 -0500 (0:00:00.539) 0:07:37.962 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 01 March 2025 18:43:37 -0500 (0:00:00.580) 0:07:38.543 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 01 March 2025 18:43:37 -0500 (0:00:00.560) 0:07:39.103 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 01 March 2025 18:43:38 -0500 (0:00:00.692) 0:07:39.795 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 01 March 2025 18:43:38 -0500 (0:00:00.233) 0:07:40.029 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 01 March 2025 18:43:38 -0500 (0:00:00.297) 0:07:40.331 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 01 March 2025 18:43:39 -0500 (0:00:00.271) 0:07:40.602 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 01 March 2025 18:43:39 -0500 (0:00:00.279) 0:07:40.882 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 01 March 2025 18:43:39 -0500 (0:00:00.236) 0:07:41.118 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 01 March 2025 18:43:40 -0500 (0:00:00.907) 0:07:42.026 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 01 March 2025 18:43:40 -0500 (0:00:00.286) 0:07:42.313 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 01 March 2025 18:43:41 -0500 (0:00:00.306) 0:07:42.619 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 01 March 2025 18:43:41 -0500 (0:00:00.203) 0:07:42.822 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 01 March 2025 18:43:41 -0500 (0:00:00.308) 0:07:43.131 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 01 March 2025 18:43:41 -0500 (0:00:00.202) 0:07:43.333 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 01 March 2025 18:43:42 -0500 (0:00:00.198) 0:07:43.532 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 01 March 2025 18:43:42 -0500 (0:00:00.206) 0:07:43.739 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 01 March 2025 18:43:42 -0500 (0:00:00.282) 0:07:44.021 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 01 March 2025 18:43:42 -0500 (0:00:00.246) 0:07:44.268 ******** ok: [managed-node15] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 01 March 2025 18:43:43 -0500 (0:00:00.337) 0:07:44.606 ******** ok: [managed-node15] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 01 March 2025 18:43:43 -0500 (0:00:00.353) 0:07:44.959 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 01 March 2025 18:43:44 -0500 (0:00:00.752) 0:07:45.712 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.030314", "end": "2025-03-01 18:43:45.187549", "rc": 0, "start": "2025-03-01 18:43:45.157235" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 01 March 2025 18:43:45 -0500 (0:00:01.185) 0:07:46.898 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 01 March 2025 18:43:46 -0500 (0:00:00.679) 0:07:47.578 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 01 March 2025 18:43:46 -0500 (0:00:00.692) 0:07:48.270 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 01 March 2025 18:43:47 -0500 (0:00:00.519) 0:07:48.789 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 01 March 2025 18:43:47 -0500 (0:00:00.549) 0:07:49.338 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 01 March 2025 18:43:48 -0500 (0:00:00.572) 0:07:49.911 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 01 March 2025 18:43:48 -0500 (0:00:00.530) 0:07:50.442 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 01 March 2025 18:43:49 -0500 (0:00:00.321) 0:07:50.764 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 01 March 2025 18:43:49 -0500 (0:00:00.655) 0:07:51.419 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 => (item=mount) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 => (item=fstab) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 => (item=fs) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 => (item=device) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 => (item=encryption) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 => (item=md) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 => (item=size) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 01 March 2025 18:43:51 -0500 (0:00:01.901) 0:07:53.320 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 01 March 2025 18:43:52 -0500 (0:00:00.427) 0:07:53.748 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 01 March 2025 18:43:52 -0500 (0:00:00.698) 0:07:54.447 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 01 March 2025 18:43:53 -0500 (0:00:00.297) 0:07:54.745 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 01 March 2025 18:43:53 -0500 (0:00:00.411) 0:07:55.156 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 01 March 2025 18:43:53 -0500 (0:00:00.269) 0:07:55.426 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 01 March 2025 18:43:54 -0500 (0:00:00.223) 0:07:55.649 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 01 March 2025 18:43:54 -0500 (0:00:00.272) 0:07:55.921 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 01 March 2025 18:43:54 -0500 (0:00:00.268) 0:07:56.189 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 01 March 2025 18:43:54 -0500 (0:00:00.292) 0:07:56.482 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 01 March 2025 18:43:55 -0500 (0:00:00.311) 0:07:56.793 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 01 March 2025 18:43:55 -0500 (0:00:00.291) 0:07:57.085 ******** ok: [managed-node15] => { "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": [ "/dev/mapper/vg1-Lv2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 01 March 2025 18:43:56 -0500 (0:00:00.782) 0:07:57.868 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 01 March 2025 18:43:57 -0500 (0:00:00.693) 0:07:58.561 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 01 March 2025 18:43:57 -0500 (0:00:00.713) 0:07:59.274 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 01 March 2025 18:43:58 -0500 (0:00:00.628) 0:07:59.902 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 01 March 2025 18:43:59 -0500 (0:00:00.620) 0:08:00.523 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 01 March 2025 18:43:59 -0500 (0:00:00.396) 0:08:00.920 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 01 March 2025 18:44:00 -0500 (0:00:00.736) 0:08:01.657 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 01 March 2025 18:44:00 -0500 (0:00:00.622) 0:08:02.279 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740872248.4733653, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1740872248.4733653, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2376, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1740872248.4733653, "nlink": 1, "path": "/dev/mapper/vg1-Lv2", "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 01 March 2025 18:44:02 -0500 (0:00:01.282) 0:08:03.561 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 01 March 2025 18:44:02 -0500 (0:00:00.412) 0:08:03.974 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 01 March 2025 18:44:02 -0500 (0:00:00.286) 0:08:04.260 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 01 March 2025 18:44:03 -0500 (0:00:00.265) 0:08:04.526 ******** ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 01 March 2025 18:44:03 -0500 (0:00:00.292) 0:08:04.819 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 01 March 2025 18:44:03 -0500 (0:00:00.216) 0:08:05.035 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 01 March 2025 18:44:03 -0500 (0:00:00.313) 0:08:05.349 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 01 March 2025 18:44:04 -0500 (0:00:00.266) 0:08:05.615 ******** ok: [managed-node15] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 01 March 2025 18:44:06 -0500 (0:00:02.322) 0:08:07.937 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 01 March 2025 18:44:06 -0500 (0:00:00.248) 0:08:08.185 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 01 March 2025 18:44:07 -0500 (0:00:00.317) 0:08:08.503 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 01 March 2025 18:44:07 -0500 (0:00:00.805) 0:08:09.309 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 01 March 2025 18:44:08 -0500 (0:00:00.300) 0:08:09.609 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 01 March 2025 18:44:08 -0500 (0:00:00.280) 0:08:09.889 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 01 March 2025 18:44:08 -0500 (0:00:00.273) 0:08:10.163 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 01 March 2025 18:44:08 -0500 (0:00:00.294) 0:08:10.458 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 01 March 2025 18:44:09 -0500 (0:00:00.218) 0:08:10.676 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 01 March 2025 18:44:09 -0500 (0:00:00.628) 0:08:11.305 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 01 March 2025 18:44:10 -0500 (0:00:00.696) 0:08:12.002 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 01 March 2025 18:44:12 -0500 (0:00:02.093) 0:08:14.096 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 01 March 2025 18:44:13 -0500 (0:00:00.630) 0:08:14.726 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 01 March 2025 18:44:13 -0500 (0:00:00.538) 0:08:15.265 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 01 March 2025 18:44:14 -0500 (0:00:00.289) 0:08:15.562 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 01 March 2025 18:44:14 -0500 (0:00:00.215) 0:08:15.778 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 01 March 2025 18:44:14 -0500 (0:00:00.266) 0:08:16.044 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 01 March 2025 18:44:14 -0500 (0:00:00.301) 0:08:16.346 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 01 March 2025 18:44:15 -0500 (0:00:00.264) 0:08:16.611 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 01 March 2025 18:44:15 -0500 (0:00:00.237) 0:08:16.848 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 01 March 2025 18:44:15 -0500 (0:00:00.310) 0:08:17.158 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 01 March 2025 18:44:15 -0500 (0:00:00.207) 0:08:17.366 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 01 March 2025 18:44:16 -0500 (0:00:00.253) 0:08:17.619 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 01 March 2025 18:44:16 -0500 (0:00:00.299) 0:08:17.919 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 01 March 2025 18:44:16 -0500 (0:00:00.274) 0:08:18.193 ******** ok: [managed-node15] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 01 March 2025 18:44:18 -0500 (0:00:01.465) 0:08:19.659 ******** ok: [managed-node15] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 01 March 2025 18:44:19 -0500 (0:00:01.537) 0:08:21.196 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 01 March 2025 18:44:20 -0500 (0:00:00.619) 0:08:21.815 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 01 March 2025 18:44:20 -0500 (0:00:00.311) 0:08:22.127 ******** ok: [managed-node15] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 01 March 2025 18:44:22 -0500 (0:00:01.758) 0:08:23.885 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 01 March 2025 18:44:22 -0500 (0:00:00.583) 0:08:24.468 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 01 March 2025 18:44:23 -0500 (0:00:00.475) 0:08:24.944 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 01 March 2025 18:44:24 -0500 (0:00:00.580) 0:08:25.527 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 01 March 2025 18:44:24 -0500 (0:00:00.524) 0:08:26.051 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 01 March 2025 18:44:24 -0500 (0:00:00.228) 0:08:26.280 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 01 March 2025 18:44:25 -0500 (0:00:00.276) 0:08:26.557 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 01 March 2025 18:44:25 -0500 (0:00:00.255) 0:08:26.812 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 01 March 2025 18:44:25 -0500 (0:00:00.280) 0:08:27.093 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 01 March 2025 18:44:25 -0500 (0:00:00.217) 0:08:27.310 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 01 March 2025 18:44:26 -0500 (0:00:00.268) 0:08:27.578 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 01 March 2025 18:44:26 -0500 (0:00:00.286) 0:08:27.865 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 01 March 2025 18:44:26 -0500 (0:00:00.412) 0:08:28.277 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 01 March 2025 18:44:27 -0500 (0:00:00.261) 0:08:28.539 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 01 March 2025 18:44:27 -0500 (0:00:00.192) 0:08:28.732 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 01 March 2025 18:44:27 -0500 (0:00:00.259) 0:08:28.992 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 01 March 2025 18:44:27 -0500 (0:00:00.236) 0:08:29.228 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 01 March 2025 18:44:27 -0500 (0:00:00.265) 0:08:29.493 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 01 March 2025 18:44:28 -0500 (0:00:00.298) 0:08:29.791 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 01 March 2025 18:44:28 -0500 (0:00:00.249) 0:08:30.041 ******** ok: [managed-node15] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 01 March 2025 18:44:28 -0500 (0:00:00.356) 0:08:30.397 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 01 March 2025 18:44:29 -0500 (0:00:00.341) 0:08:30.739 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 01 March 2025 18:44:29 -0500 (0:00:00.539) 0:08:31.278 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv2" ], "delta": "0:00:00.032109", "end": "2025-03-01 18:44:30.742421", "rc": 0, "start": "2025-03-01 18:44:30.710312" } STDOUT: LVM2_LV_NAME=Lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 01 March 2025 18:44:30 -0500 (0:00:01.171) 0:08:32.450 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 01 March 2025 18:44:31 -0500 (0:00:00.601) 0:08:33.052 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 01 March 2025 18:44:32 -0500 (0:00:00.613) 0:08:33.665 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 01 March 2025 18:44:32 -0500 (0:00:00.503) 0:08:34.169 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 01 March 2025 18:44:33 -0500 (0:00:00.574) 0:08:34.743 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 01 March 2025 18:44:33 -0500 (0:00:00.471) 0:08:35.214 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 01 March 2025 18:44:34 -0500 (0:00:00.527) 0:08:35.742 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 01 March 2025 18:44:34 -0500 (0:00:00.348) 0:08:36.090 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 01 March 2025 18:44:35 -0500 (0:00:00.667) 0:08:36.758 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 => (item=mount) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 => (item=fstab) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 => (item=fs) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 => (item=device) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 => (item=encryption) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 => (item=md) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 => (item=size) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 01 March 2025 18:44:37 -0500 (0:00:01.869) 0:08:38.627 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 01 March 2025 18:44:37 -0500 (0:00:00.458) 0:08:39.086 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test3", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 01 March 2025 18:44:38 -0500 (0:00:00.757) 0:08:39.843 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 01 March 2025 18:44:38 -0500 (0:00:00.291) 0:08:40.135 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 01 March 2025 18:44:38 -0500 (0:00:00.308) 0:08:40.444 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 01 March 2025 18:44:39 -0500 (0:00:00.325) 0:08:40.769 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 01 March 2025 18:44:39 -0500 (0:00:00.309) 0:08:41.079 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 01 March 2025 18:44:39 -0500 (0:00:00.340) 0:08:41.419 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 01 March 2025 18:44:40 -0500 (0:00:00.220) 0:08:41.640 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 01 March 2025 18:44:40 -0500 (0:00:00.260) 0:08:41.901 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 01 March 2025 18:44:40 -0500 (0:00:00.286) 0:08:42.187 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 01 March 2025 18:44:41 -0500 (0:00:00.853) 0:08:43.041 ******** ok: [managed-node15] => { "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": [ "/dev/mapper/vg1-Lv3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 01 March 2025 18:44:42 -0500 (0:00:01.095) 0:08:44.137 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 01 March 2025 18:44:43 -0500 (0:00:00.630) 0:08:44.767 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 01 March 2025 18:44:43 -0500 (0:00:00.645) 0:08:45.413 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 01 March 2025 18:44:44 -0500 (0:00:00.462) 0:08:45.876 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 01 March 2025 18:44:45 -0500 (0:00:00.667) 0:08:46.543 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 01 March 2025 18:44:45 -0500 (0:00:00.366) 0:08:46.910 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 01 March 2025 18:44:46 -0500 (0:00:00.648) 0:08:47.558 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 01 March 2025 18:44:46 -0500 (0:00:00.710) 0:08:48.269 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740872242.0633485, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1740872242.0633485, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2335, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1740872242.0633485, "nlink": 1, "path": "/dev/mapper/vg1-Lv3", "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 01 March 2025 18:44:48 -0500 (0:00:01.302) 0:08:49.572 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 01 March 2025 18:44:48 -0500 (0:00:00.352) 0:08:49.924 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 01 March 2025 18:44:48 -0500 (0:00:00.226) 0:08:50.156 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 01 March 2025 18:44:49 -0500 (0:00:00.383) 0:08:50.540 ******** ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 01 March 2025 18:44:49 -0500 (0:00:00.318) 0:08:50.859 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 01 March 2025 18:44:49 -0500 (0:00:00.284) 0:08:51.144 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 01 March 2025 18:44:49 -0500 (0:00:00.300) 0:08:51.444 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 01 March 2025 18:44:50 -0500 (0:00:00.264) 0:08:51.708 ******** ok: [managed-node15] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 01 March 2025 18:44:52 -0500 (0:00:02.331) 0:08:54.040 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 01 March 2025 18:44:52 -0500 (0:00:00.316) 0:08:54.356 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 01 March 2025 18:44:53 -0500 (0:00:00.293) 0:08:54.649 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 01 March 2025 18:44:53 -0500 (0:00:00.709) 0:08:55.359 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 01 March 2025 18:44:54 -0500 (0:00:00.314) 0:08:55.673 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 01 March 2025 18:44:54 -0500 (0:00:00.223) 0:08:55.897 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 01 March 2025 18:44:54 -0500 (0:00:00.278) 0:08:56.176 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 01 March 2025 18:44:54 -0500 (0:00:00.263) 0:08:56.440 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 01 March 2025 18:44:55 -0500 (0:00:00.287) 0:08:56.728 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 01 March 2025 18:44:55 -0500 (0:00:00.635) 0:08:57.363 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 01 March 2025 18:44:56 -0500 (0:00:00.647) 0:08:58.010 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 01 March 2025 18:44:57 -0500 (0:00:00.505) 0:08:58.516 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 01 March 2025 18:44:57 -0500 (0:00:00.607) 0:08:59.124 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 01 March 2025 18:44:58 -0500 (0:00:00.737) 0:08:59.861 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 01 March 2025 18:44:58 -0500 (0:00:00.344) 0:09:00.206 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 01 March 2025 18:44:58 -0500 (0:00:00.287) 0:09:00.494 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 01 March 2025 18:44:59 -0500 (0:00:00.262) 0:09:00.756 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 01 March 2025 18:44:59 -0500 (0:00:00.290) 0:09:01.046 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 01 March 2025 18:44:59 -0500 (0:00:00.266) 0:09:01.313 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 01 March 2025 18:45:00 -0500 (0:00:00.348) 0:09:01.661 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 01 March 2025 18:45:00 -0500 (0:00:00.283) 0:09:01.945 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 01 March 2025 18:45:00 -0500 (0:00:00.247) 0:09:02.192 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 01 March 2025 18:45:00 -0500 (0:00:00.300) 0:09:02.492 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 01 March 2025 18:45:01 -0500 (0:00:00.272) 0:09:02.764 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 01 March 2025 18:45:01 -0500 (0:00:00.234) 0:09:02.999 ******** ok: [managed-node15] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 01 March 2025 18:45:03 -0500 (0:00:01.699) 0:09:04.699 ******** ok: [managed-node15] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 01 March 2025 18:45:04 -0500 (0:00:01.645) 0:09:06.345 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 01 March 2025 18:45:05 -0500 (0:00:00.581) 0:09:06.926 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 01 March 2025 18:45:05 -0500 (0:00:00.306) 0:09:07.233 ******** ok: [managed-node15] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 01 March 2025 18:45:07 -0500 (0:00:01.512) 0:09:08.746 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 01 March 2025 18:45:07 -0500 (0:00:00.579) 0:09:09.326 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 01 March 2025 18:45:08 -0500 (0:00:00.633) 0:09:09.960 ******** skipping: [managed-node15] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 01 March 2025 18:45:09 -0500 (0:00:00.629) 0:09:10.590 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 01 March 2025 18:45:09 -0500 (0:00:00.562) 0:09:11.152 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 01 March 2025 18:45:09 -0500 (0:00:00.244) 0:09:11.397 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 01 March 2025 18:45:10 -0500 (0:00:00.245) 0:09:11.642 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 01 March 2025 18:45:10 -0500 (0:00:00.232) 0:09:11.875 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 01 March 2025 18:45:10 -0500 (0:00:00.275) 0:09:12.150 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 01 March 2025 18:45:10 -0500 (0:00:00.256) 0:09:12.407 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 01 March 2025 18:45:11 -0500 (0:00:00.243) 0:09:12.651 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 01 March 2025 18:45:11 -0500 (0:00:00.239) 0:09:12.890 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 01 March 2025 18:45:11 -0500 (0:00:00.267) 0:09:13.158 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 01 March 2025 18:45:11 -0500 (0:00:00.281) 0:09:13.440 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 01 March 2025 18:45:12 -0500 (0:00:00.273) 0:09:13.714 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 01 March 2025 18:45:12 -0500 (0:00:00.169) 0:09:13.883 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 01 March 2025 18:45:12 -0500 (0:00:00.207) 0:09:14.093 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 01 March 2025 18:45:12 -0500 (0:00:00.183) 0:09:14.277 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 01 March 2025 18:45:13 -0500 (0:00:00.275) 0:09:14.552 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 01 March 2025 18:45:13 -0500 (0:00:00.208) 0:09:14.760 ******** ok: [managed-node15] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 01 March 2025 18:45:14 -0500 (0:00:01.055) 0:09:15.816 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 01 March 2025 18:45:14 -0500 (0:00:00.366) 0:09:16.183 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 01 March 2025 18:45:15 -0500 (0:00:00.753) 0:09:16.936 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/Lv3" ], "delta": "0:00:00.024835", "end": "2025-03-01 18:45:16.494330", "rc": 0, "start": "2025-03-01 18:45:16.469495" } STDOUT: LVM2_LV_NAME=Lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 01 March 2025 18:45:16 -0500 (0:00:01.305) 0:09:18.242 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 01 March 2025 18:45:17 -0500 (0:00:00.643) 0:09:18.886 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 01 March 2025 18:45:18 -0500 (0:00:00.717) 0:09:19.604 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 01 March 2025 18:45:18 -0500 (0:00:00.572) 0:09:20.176 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 01 March 2025 18:45:19 -0500 (0:00:00.552) 0:09:20.728 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 01 March 2025 18:45:19 -0500 (0:00:00.641) 0:09:21.370 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 01 March 2025 18:45:20 -0500 (0:00:00.648) 0:09:22.018 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 01 March 2025 18:45:20 -0500 (0:00:00.245) 0:09:22.263 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 01 March 2025 18:45:20 -0500 (0:00:00.173) 0:09:22.436 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the pool created above] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:90 Saturday 01 March 2025 18:45:21 -0500 (0:00:00.281) 0:09:22.718 ******** included: fedora.linux_system_roles.storage for managed-node15 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 01 March 2025 18:45:22 -0500 (0:00:00.944) 0:09:23.663 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 01 March 2025 18:45:22 -0500 (0:00:00.517) 0:09:24.180 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 01 March 2025 18:45:23 -0500 (0:00:00.604) 0:09:24.785 ******** skipping: [managed-node15] => (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-node15] => (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-node15] => (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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node15] => (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-BFu/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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 01 March 2025 18:45:23 -0500 (0:00:00.663) 0:09:25.449 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 01 March 2025 18:45:24 -0500 (0:00:00.297) 0:09:25.747 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 01 March 2025 18:45:24 -0500 (0:00:00.297) 0:09:26.044 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 01 March 2025 18:45:24 -0500 (0:00:00.293) 0:09:26.338 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 01 March 2025 18:45:25 -0500 (0:00:00.252) 0:09:26.591 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 01 March 2025 18:45:25 -0500 (0:00:00.729) 0:09:27.321 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 01 March 2025 18:45:26 -0500 (0:00:00.305) 0:09:27.626 ******** ok: [managed-node15] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "Lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "Lv3", "size": "3g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 01 March 2025 18:45:26 -0500 (0:00:00.342) 0:09:27.969 ******** ok: [managed-node15] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 01 March 2025 18:45:26 -0500 (0:00:00.284) 0:09:28.254 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 01 March 2025 18:45:27 -0500 (0:00:00.374) 0:09:28.628 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 01 March 2025 18:45:27 -0500 (0:00:00.305) 0:09:28.933 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 01 March 2025 18:45:27 -0500 (0:00:00.291) 0:09:29.225 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 01 March 2025 18:45:28 -0500 (0:00:00.349) 0:09:29.575 ******** ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 01 March 2025 18:45:28 -0500 (0:00:00.868) 0:09:30.443 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 01 March 2025 18:45:29 -0500 (0:00:00.237) 0:09:30.681 ******** changed: [managed-node15] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 01 March 2025 18:45:34 -0500 (0:00:05.215) 0:09:35.897 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 01 March 2025 18:45:34 -0500 (0:00:00.582) 0:09:36.479 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740872281.0354505, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "faa8fb26043b50ee62fb4bfc44bfe7e50e69979b", "ctime": 1740872281.0184505, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 167772356, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1740872281.0184505, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1510, "uid": 0, "version": "4022920198", "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 01 March 2025 18:45:36 -0500 (0:00:01.249) 0:09:37.728 ******** ok: [managed-node15] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 01 March 2025 18:45:37 -0500 (0:00:01.356) 0:09:39.085 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 01 March 2025 18:45:37 -0500 (0:00:00.285) 0:09:39.370 ******** ok: [managed-node15] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-Lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-Lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-Lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 01 March 2025 18:45:38 -0500 (0:00:00.456) 0:09:39.827 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 01 March 2025 18:45:38 -0500 (0:00:00.408) 0:09:40.235 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 01 March 2025 18:45:39 -0500 (0:00:00.392) 0:09:40.627 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node15] => (item={'src': '/dev/mapper/vg1-Lv3', 'path': '/opt/test3', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-Lv3", "state": "absent" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv3" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node15] => (item={'src': '/dev/mapper/vg1-Lv2', 'path': '/opt/test2', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-Lv2", "state": "absent" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-Lv2" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node15] => (item={'src': '/dev/mapper/vg1-lv1', 'path': '/opt/test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 01 March 2025 18:45:42 -0500 (0:00:03.783) 0:09:44.411 ******** ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 01 March 2025 18:45:44 -0500 (0:00:01.576) 0:09:45.987 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 01 March 2025 18:45:45 -0500 (0:00:00.647) 0:09:46.634 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 01 March 2025 18:45:45 -0500 (0:00:00.595) 0:09:47.229 ******** ok: [managed-node15] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 01 March 2025 18:45:47 -0500 (0:00:01.591) 0:09:48.820 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740871841.2862997, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1740871834.6392817, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720527, "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": 1740871834.6406, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4076694234", "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 01 March 2025 18:45:48 -0500 (0:00:01.272) 0:09:50.093 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 01 March 2025 18:45:48 -0500 (0:00:00.292) 0:09:50.385 ******** ok: [managed-node15] TASK [Verify role results] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:114 Saturday 01 March 2025 18:45:50 -0500 (0:00:01.993) 0:09:52.379 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node15 TASK [Print out pool information] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 01 March 2025 18:45:51 -0500 (0:00:00.696) 0:09:53.075 ******** ok: [managed-node15] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "0 B", "raid_device_count": 2, "raid_level": "raid1", "raid_metadata_version": "1.0", "raid_spare_count": 1, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv2", "_mount_id": "/dev/mapper/vg1-Lv2", "_raw_device": "/dev/mapper/vg1-Lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "Lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-Lv3", "_mount_id": "/dev/mapper/vg1-Lv3", "_raw_device": "/dev/mapper/vg1-Lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "Lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 01 March 2025 18:45:52 -0500 (0:00:00.730) 0:09:53.806 ******** skipping: [managed-node15] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 01 March 2025 18:45:52 -0500 (0:00:00.461) 0:09:54.267 ******** ok: [managed-node15] => { "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": "28ad6fdf-bf76-44d2-8c29-c71e744c92f5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 01 March 2025 18:45:53 -0500 (0:00:01.146) 0:09:55.414 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003196", "end": "2025-03-01 18:45:54.858365", "rc": 0, "start": "2025-03-01 18:45:54.855169" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Feb 25 06:55:09 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=28ad6fdf-bf76-44d2-8c29-c71e744c92f5 / 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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 01 March 2025 18:45:55 -0500 (0:00:01.123) 0:09:56.538 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003093", "end": "2025-03-01 18:45:55.996896", "failed_when_result": false, "rc": 0, "start": "2025-03-01 18:45:55.993803" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 01 March 2025 18:45:56 -0500 (0:00:01.213) 0:09:57.751 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node15 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid1', 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'raid_chunk_size': '0 B', 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}, {'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2'}, {'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 01 March 2025 18:45:58 -0500 (0:00:02.384) 0:10:00.135 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 01 March 2025 18:45:58 -0500 (0:00:00.251) 0:10:00.387 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 01 March 2025 18:45:59 -0500 (0:00:00.259) 0:10:00.647 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 01 March 2025 18:45:59 -0500 (0:00:00.225) 0:10:00.872 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node15 => (item=members) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node15 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 01 March 2025 18:46:00 -0500 (0:00:00.792) 0:10:01.664 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 01 March 2025 18:46:00 -0500 (0:00:00.586) 0:10:02.251 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 01 March 2025 18:46:00 -0500 (0:00:00.213) 0:10:02.465 ******** ok: [managed-node15] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 01 March 2025 18:46:01 -0500 (0:00:00.600) 0:10:03.065 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 01 March 2025 18:46:02 -0500 (0:00:00.737) 0:10:03.803 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 01 March 2025 18:46:03 -0500 (0:00:00.708) 0:10:04.511 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 01 March 2025 18:46:03 -0500 (0:00:00.258) 0:10:04.770 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 01 March 2025 18:46:03 -0500 (0:00:00.627) 0:10:05.397 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid1" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 01 March 2025 18:46:04 -0500 (0:00:00.337) 0:10:05.734 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 01 March 2025 18:46:04 -0500 (0:00:00.235) 0:10:05.969 ******** ok: [managed-node15] => { "changed": false, "failed_when_result": false, "rc": 0 } STDOUT: ** (process:98759): WARNING **: 18:46:05.254: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.190 originally 10.31.41.190 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.190 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.190 originally 10.31.41.190 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.41.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:74 Saturday 01 March 2025 18:46:05 -0500 (0:00:01.106) 0:10:07.076 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:84 Saturday 01 March 2025 18:46:06 -0500 (0:00:00.563) 0:10:07.640 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node15 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 01 March 2025 18:46:06 -0500 (0:00:00.641) 0:10:08.281 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 01 March 2025 18:46:07 -0500 (0:00:00.296) 0:10:08.578 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 01 March 2025 18:46:07 -0500 (0:00:00.283) 0:10:08.862 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 01 March 2025 18:46:07 -0500 (0:00:00.289) 0:10:09.151 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 01 March 2025 18:46:07 -0500 (0:00:00.281) 0:10:09.432 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 01 March 2025 18:46:08 -0500 (0:00:00.233) 0:10:09.666 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 01 March 2025 18:46:08 -0500 (0:00:00.290) 0:10:09.957 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 01 March 2025 18:46:08 -0500 (0:00:00.232) 0:10:10.190 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 01 March 2025 18:46:08 -0500 (0:00:00.244) 0:10:10.434 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 01 March 2025 18:46:09 -0500 (0:00:00.247) 0:10:10.682 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 01 March 2025 18:46:09 -0500 (0:00:00.285) 0:10:10.967 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Saturday 01 March 2025 18:46:09 -0500 (0:00:00.261) 0:10:11.229 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node15 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 01 March 2025 18:46:10 -0500 (0:00:00.639) 0:10:11.869 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3'}) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 01 March 2025 18:46:11 -0500 (0:00:01.012) 0:10:12.881 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 01 March 2025 18:46:11 -0500 (0:00:00.276) 0:10:13.158 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 01 March 2025 18:46:11 -0500 (0:00:00.257) 0:10:13.415 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 01 March 2025 18:46:12 -0500 (0:00:00.279) 0:10:13.695 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 01 March 2025 18:46:12 -0500 (0:00:00.408) 0:10:14.104 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 01 March 2025 18:46:12 -0500 (0:00:00.270) 0:10:14.374 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 01 March 2025 18:46:13 -0500 (0:00:00.258) 0:10:14.680 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 01 March 2025 18:46:13 -0500 (0:00:00.303) 0:10:14.984 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 01 March 2025 18:46:13 -0500 (0:00:00.265) 0:10:15.249 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 01 March 2025 18:46:14 -0500 (0:00:00.330) 0:10:15.579 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 01 March 2025 18:46:14 -0500 (0:00:00.295) 0:10:15.875 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 01 March 2025 18:46:14 -0500 (0:00:00.326) 0:10:16.201 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 01 March 2025 18:46:15 -0500 (0:00:00.308) 0:10:16.510 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 01 March 2025 18:46:15 -0500 (0:00:00.296) 0:10:16.806 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 01 March 2025 18:46:15 -0500 (0:00:00.304) 0:10:17.114 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 01 March 2025 18:46:15 -0500 (0:00:00.303) 0:10:17.418 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 01 March 2025 18:46:16 -0500 (0:00:00.374) 0:10:17.792 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 01 March 2025 18:46:16 -0500 (0:00:00.292) 0:10:18.085 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 01 March 2025 18:46:16 -0500 (0:00:00.294) 0:10:18.379 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 01 March 2025 18:46:17 -0500 (0:00:00.329) 0:10:18.709 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 01 March 2025 18:46:17 -0500 (0:00:00.332) 0:10:19.042 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Saturday 01 March 2025 18:46:17 -0500 (0:00:00.364) 0:10:19.406 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node15 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 01 March 2025 18:46:18 -0500 (0:00:00.766) 0:10:20.173 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 01 March 2025 18:46:19 -0500 (0:00:00.846) 0:10:21.020 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 01 March 2025 18:46:19 -0500 (0:00:00.225) 0:10:21.245 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 01 March 2025 18:46:20 -0500 (0:00:00.972) 0:10:22.217 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 01 March 2025 18:46:20 -0500 (0:00:00.228) 0:10:22.446 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 01 March 2025 18:46:21 -0500 (0:00:00.253) 0:10:22.699 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 01 March 2025 18:46:21 -0500 (0:00:00.270) 0:10:22.970 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 01 March 2025 18:46:21 -0500 (0:00:00.271) 0:10:23.242 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 01 March 2025 18:46:22 -0500 (0:00:00.282) 0:10:23.524 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 01 March 2025 18:46:22 -0500 (0:00:00.277) 0:10:23.801 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 01 March 2025 18:46:22 -0500 (0:00:00.234) 0:10:24.035 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 01 March 2025 18:46:22 -0500 (0:00:00.248) 0:10:24.283 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 01 March 2025 18:46:23 -0500 (0:00:00.246) 0:10:24.530 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Saturday 01 March 2025 18:46:23 -0500 (0:00:00.259) 0:10:24.789 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node15 TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 01 March 2025 18:46:23 -0500 (0:00:00.712) 0:10:25.501 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 01 March 2025 18:46:24 -0500 (0:00:00.615) 0:10:26.117 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 01 March 2025 18:46:24 -0500 (0:00:00.208) 0:10:26.326 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 01 March 2025 18:46:25 -0500 (0:00:00.196) 0:10:26.523 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Saturday 01 March 2025 18:46:25 -0500 (0:00:00.270) 0:10:26.794 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node15 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 01 March 2025 18:46:25 -0500 (0:00:00.644) 0:10:27.438 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3'}) TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 01 March 2025 18:46:26 -0500 (0:00:00.838) 0:10:28.276 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 01 March 2025 18:46:27 -0500 (0:00:00.242) 0:10:28.519 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 01 March 2025 18:46:27 -0500 (0:00:00.273) 0:10:28.792 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 01 March 2025 18:46:27 -0500 (0:00:00.276) 0:10:29.069 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 01 March 2025 18:46:27 -0500 (0:00:00.230) 0:10:29.299 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 01 March 2025 18:46:28 -0500 (0:00:00.216) 0:10:29.516 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 01 March 2025 18:46:28 -0500 (0:00:00.250) 0:10:29.766 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 01 March 2025 18:46:28 -0500 (0:00:00.284) 0:10:30.051 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 01 March 2025 18:46:28 -0500 (0:00:00.239) 0:10:30.290 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 01 March 2025 18:46:29 -0500 (0:00:00.273) 0:10:30.563 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 01 March 2025 18:46:29 -0500 (0:00:00.289) 0:10:30.853 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 01 March 2025 18:46:29 -0500 (0:00:00.209) 0:10:31.062 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 01 March 2025 18:46:29 -0500 (0:00:00.298) 0:10:31.360 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 01 March 2025 18:46:30 -0500 (0:00:00.311) 0:10:31.672 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 01 March 2025 18:46:30 -0500 (0:00:00.259) 0:10:31.932 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 01 March 2025 18:46:30 -0500 (0:00:00.221) 0:10:32.153 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 01 March 2025 18:46:30 -0500 (0:00:00.244) 0:10:32.398 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 01 March 2025 18:46:31 -0500 (0:00:00.271) 0:10:32.669 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 01 March 2025 18:46:31 -0500 (0:00:00.234) 0:10:32.904 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 01 March 2025 18:46:31 -0500 (0:00:00.276) 0:10:33.180 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 01 March 2025 18:46:31 -0500 (0:00:00.252) 0:10:33.432 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Saturday 01 March 2025 18:46:32 -0500 (0:00:00.350) 0:10:33.783 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node15 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 01 March 2025 18:46:33 -0500 (0:00:00.860) 0:10:34.643 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 01 March 2025 18:46:33 -0500 (0:00:00.307) 0:10:34.950 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 01 March 2025 18:46:33 -0500 (0:00:00.259) 0:10:35.209 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 01 March 2025 18:46:34 -0500 (0:00:00.298) 0:10:35.508 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 01 March 2025 18:46:34 -0500 (0:00:00.239) 0:10:35.748 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 01 March 2025 18:46:34 -0500 (0:00:00.247) 0:10:35.995 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Saturday 01 March 2025 18:46:34 -0500 (0:00:00.222) 0:10:36.218 ******** ok: [managed-node15] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 01 March 2025 18:46:34 -0500 (0:00:00.280) 0:10:36.499 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'lv1', 'raid_level': None, 'size': '2g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-lv1', '_raw_device': '/dev/mapper/vg1-lv1', '_mount_id': '/dev/mapper/vg1-lv1'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test2', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv2', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv2', '_raw_device': '/dev/mapper/vg1-Lv2', '_mount_id': '/dev/mapper/vg1-Lv2'}) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node15 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test3', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'Lv3', 'raid_level': None, 'size': '3g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': ['sda', 'sdb', 'sdc'], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/vg1-Lv3', '_raw_device': '/dev/mapper/vg1-Lv3', '_mount_id': '/dev/mapper/vg1-Lv3'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 01 March 2025 18:46:35 -0500 (0:00:00.814) 0:10:37.314 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 01 March 2025 18:46:36 -0500 (0:00:00.613) 0:10:37.927 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 => (item=mount) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 => (item=fstab) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 => (item=fs) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 => (item=device) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 => (item=encryption) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 => (item=md) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 => (item=size) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 01 March 2025 18:46:38 -0500 (0:00:01.891) 0:10:39.819 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 01 March 2025 18:46:38 -0500 (0:00:00.382) 0:10:40.201 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 01 March 2025 18:46:39 -0500 (0:00:00.678) 0:10:40.880 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 01 March 2025 18:46:40 -0500 (0:00:00.956) 0:10:41.836 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 01 March 2025 18:46:40 -0500 (0:00:00.235) 0:10:42.071 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 01 March 2025 18:46:40 -0500 (0:00:00.288) 0:10:42.360 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 01 March 2025 18:46:41 -0500 (0:00:00.232) 0:10:42.592 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 01 March 2025 18:46:41 -0500 (0:00:00.268) 0:10:42.860 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 01 March 2025 18:46:41 -0500 (0:00:00.265) 0:10:43.126 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 01 March 2025 18:46:41 -0500 (0:00:00.344) 0:10:43.471 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 01 March 2025 18:46:42 -0500 (0:00:00.284) 0:10:43.755 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 01 March 2025 18:46:42 -0500 (0:00:00.305) 0:10:44.061 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 01 March 2025 18:46:43 -0500 (0:00:00.993) 0:10:45.055 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 01 March 2025 18:46:44 -0500 (0:00:00.573) 0:10:45.629 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 01 March 2025 18:46:44 -0500 (0:00:00.649) 0:10:46.278 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 01 March 2025 18:46:45 -0500 (0:00:00.746) 0:10:47.024 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 01 March 2025 18:46:46 -0500 (0:00:00.695) 0:10:47.720 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 01 March 2025 18:46:46 -0500 (0:00:00.282) 0:10:48.002 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 01 March 2025 18:46:46 -0500 (0:00:00.229) 0:10:48.232 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 01 March 2025 18:46:47 -0500 (0:00:00.478) 0:10:48.710 ******** ok: [managed-node15] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 01 March 2025 18:46:48 -0500 (0:00:01.051) 0:10:49.761 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 01 March 2025 18:46:48 -0500 (0:00:00.329) 0:10:50.090 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 01 March 2025 18:46:48 -0500 (0:00:00.372) 0:10:50.463 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 01 March 2025 18:46:49 -0500 (0:00:00.298) 0:10:50.761 ******** ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 01 March 2025 18:46:49 -0500 (0:00:00.300) 0:10:51.061 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 01 March 2025 18:46:49 -0500 (0:00:00.270) 0:10:51.332 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 01 March 2025 18:46:50 -0500 (0:00:00.186) 0:10:51.518 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 01 March 2025 18:46:50 -0500 (0:00:00.255) 0:10:51.773 ******** ok: [managed-node15] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 01 March 2025 18:46:52 -0500 (0:00:02.288) 0:10:54.062 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 01 March 2025 18:46:52 -0500 (0:00:00.301) 0:10:54.364 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 01 March 2025 18:46:53 -0500 (0:00:00.204) 0:10:54.569 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 01 March 2025 18:46:53 -0500 (0:00:00.178) 0:10:54.747 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 01 March 2025 18:46:53 -0500 (0:00:00.193) 0:10:54.941 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 01 March 2025 18:46:53 -0500 (0:00:00.256) 0:10:55.197 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 01 March 2025 18:46:53 -0500 (0:00:00.236) 0:10:55.433 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 01 March 2025 18:46:54 -0500 (0:00:00.262) 0:10:55.696 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 01 March 2025 18:46:54 -0500 (0:00:00.161) 0:10:55.857 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 01 March 2025 18:46:54 -0500 (0:00:00.589) 0:10:56.446 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 01 March 2025 18:46:55 -0500 (0:00:00.602) 0:10:57.049 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 01 March 2025 18:46:56 -0500 (0:00:00.612) 0:10:57.671 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 01 March 2025 18:46:56 -0500 (0:00:00.495) 0:10:58.167 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 01 March 2025 18:46:57 -0500 (0:00:00.481) 0:10:58.649 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 01 March 2025 18:46:57 -0500 (0:00:00.274) 0:10:58.923 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 01 March 2025 18:46:57 -0500 (0:00:00.252) 0:10:59.175 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 01 March 2025 18:46:57 -0500 (0:00:00.207) 0:10:59.383 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 01 March 2025 18:46:58 -0500 (0:00:00.342) 0:10:59.726 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 01 March 2025 18:46:58 -0500 (0:00:00.272) 0:10:59.999 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 01 March 2025 18:46:58 -0500 (0:00:00.249) 0:11:00.248 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 01 March 2025 18:46:58 -0500 (0:00:00.216) 0:11:00.486 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 01 March 2025 18:46:59 -0500 (0:00:00.188) 0:11:00.674 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 01 March 2025 18:46:59 -0500 (0:00:00.289) 0:11:00.964 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 01 March 2025 18:46:59 -0500 (0:00:00.275) 0:11:01.240 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 01 March 2025 18:46:59 -0500 (0:00:00.246) 0:11:01.486 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 01 March 2025 18:47:00 -0500 (0:00:00.542) 0:11:02.028 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 01 March 2025 18:47:00 -0500 (0:00:00.428) 0:11:02.457 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 01 March 2025 18:47:01 -0500 (0:00:00.515) 0:11:02.972 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 01 March 2025 18:47:01 -0500 (0:00:00.294) 0:11:03.267 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 01 March 2025 18:47:02 -0500 (0:00:00.514) 0:11:03.781 ******** skipping: [managed-node15] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 01 March 2025 18:47:02 -0500 (0:00:00.395) 0:11:04.177 ******** skipping: [managed-node15] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 01 March 2025 18:47:03 -0500 (0:00:00.541) 0:11:04.719 ******** skipping: [managed-node15] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 01 March 2025 18:47:03 -0500 (0:00:00.562) 0:11:05.281 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 01 March 2025 18:47:04 -0500 (0:00:00.505) 0:11:05.787 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 01 March 2025 18:47:04 -0500 (0:00:00.185) 0:11:05.972 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 01 March 2025 18:47:04 -0500 (0:00:00.287) 0:11:06.259 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 01 March 2025 18:47:05 -0500 (0:00:00.314) 0:11:06.573 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 01 March 2025 18:47:05 -0500 (0:00:00.233) 0:11:06.807 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 01 March 2025 18:47:05 -0500 (0:00:00.280) 0:11:07.087 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 01 March 2025 18:47:05 -0500 (0:00:00.218) 0:11:07.305 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 01 March 2025 18:47:06 -0500 (0:00:00.224) 0:11:07.530 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 01 March 2025 18:47:06 -0500 (0:00:00.246) 0:11:07.776 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 01 March 2025 18:47:07 -0500 (0:00:00.989) 0:11:08.766 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 01 March 2025 18:47:07 -0500 (0:00:00.285) 0:11:09.051 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 01 March 2025 18:47:07 -0500 (0:00:00.252) 0:11:09.303 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 01 March 2025 18:47:08 -0500 (0:00:00.212) 0:11:09.516 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 01 March 2025 18:47:08 -0500 (0:00:00.221) 0:11:09.738 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 01 March 2025 18:47:08 -0500 (0:00:00.254) 0:11:09.992 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 01 March 2025 18:47:08 -0500 (0:00:00.244) 0:11:10.236 ******** ok: [managed-node15] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 01 March 2025 18:47:09 -0500 (0:00:00.376) 0:11:10.614 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 01 March 2025 18:47:09 -0500 (0:00:00.325) 0:11:10.939 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 01 March 2025 18:47:10 -0500 (0:00:00.570) 0:11:11.510 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 01 March 2025 18:47:10 -0500 (0:00:00.254) 0:11:11.764 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 01 March 2025 18:47:10 -0500 (0:00:00.115) 0:11:11.879 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 01 March 2025 18:47:10 -0500 (0:00:00.225) 0:11:12.109 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 01 March 2025 18:47:10 -0500 (0:00:00.236) 0:11:12.346 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 01 March 2025 18:47:11 -0500 (0:00:00.170) 0:11:12.516 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 01 March 2025 18:47:11 -0500 (0:00:00.271) 0:11:12.788 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 01 March 2025 18:47:11 -0500 (0:00:00.221) 0:11:13.010 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 01 March 2025 18:47:11 -0500 (0:00:00.247) 0:11:13.257 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 01 March 2025 18:47:12 -0500 (0:00:00.744) 0:11:14.001 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 => (item=mount) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 => (item=fstab) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 => (item=fs) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 => (item=device) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 => (item=encryption) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 => (item=md) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 => (item=size) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 01 March 2025 18:47:14 -0500 (0:00:01.793) 0:11:15.795 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 01 March 2025 18:47:14 -0500 (0:00:00.397) 0:11:16.193 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 01 March 2025 18:47:15 -0500 (0:00:00.625) 0:11:16.818 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 01 March 2025 18:47:15 -0500 (0:00:00.219) 0:11:17.037 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 01 March 2025 18:47:15 -0500 (0:00:00.245) 0:11:17.283 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 01 March 2025 18:47:16 -0500 (0:00:00.223) 0:11:17.507 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 01 March 2025 18:47:16 -0500 (0:00:00.272) 0:11:17.779 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 01 March 2025 18:47:16 -0500 (0:00:00.229) 0:11:18.009 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 01 March 2025 18:47:16 -0500 (0:00:00.256) 0:11:18.265 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 01 March 2025 18:47:17 -0500 (0:00:00.250) 0:11:18.515 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 01 March 2025 18:47:17 -0500 (0:00:00.267) 0:11:18.783 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 01 March 2025 18:47:17 -0500 (0:00:00.361) 0:11:19.145 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 01 March 2025 18:47:18 -0500 (0:00:00.964) 0:11:20.109 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 01 March 2025 18:47:19 -0500 (0:00:00.507) 0:11:20.616 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 01 March 2025 18:47:19 -0500 (0:00:00.706) 0:11:21.322 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 01 March 2025 18:47:20 -0500 (0:00:00.567) 0:11:21.890 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 01 March 2025 18:47:21 -0500 (0:00:00.643) 0:11:22.534 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 01 March 2025 18:47:21 -0500 (0:00:00.317) 0:11:22.851 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 01 March 2025 18:47:21 -0500 (0:00:00.274) 0:11:23.126 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 01 March 2025 18:47:22 -0500 (0:00:00.555) 0:11:23.681 ******** ok: [managed-node15] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 01 March 2025 18:47:23 -0500 (0:00:01.198) 0:11:24.880 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 01 March 2025 18:47:23 -0500 (0:00:00.244) 0:11:25.124 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 01 March 2025 18:47:23 -0500 (0:00:00.349) 0:11:25.474 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 01 March 2025 18:47:24 -0500 (0:00:00.318) 0:11:25.793 ******** ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 01 March 2025 18:47:24 -0500 (0:00:00.334) 0:11:26.127 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 01 March 2025 18:47:24 -0500 (0:00:00.260) 0:11:26.388 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 01 March 2025 18:47:25 -0500 (0:00:00.321) 0:11:26.709 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 01 March 2025 18:47:25 -0500 (0:00:00.244) 0:11:26.954 ******** ok: [managed-node15] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 01 March 2025 18:47:27 -0500 (0:00:02.158) 0:11:29.113 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 01 March 2025 18:47:27 -0500 (0:00:00.343) 0:11:29.456 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 01 March 2025 18:47:28 -0500 (0:00:00.291) 0:11:29.748 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 01 March 2025 18:47:28 -0500 (0:00:00.258) 0:11:30.006 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 01 March 2025 18:47:28 -0500 (0:00:00.280) 0:11:30.287 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 01 March 2025 18:47:29 -0500 (0:00:00.267) 0:11:30.554 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 01 March 2025 18:47:29 -0500 (0:00:00.238) 0:11:30.792 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 01 March 2025 18:47:29 -0500 (0:00:00.272) 0:11:31.065 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 01 March 2025 18:47:29 -0500 (0:00:00.308) 0:11:31.373 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 01 March 2025 18:47:30 -0500 (0:00:00.753) 0:11:32.127 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 01 March 2025 18:47:31 -0500 (0:00:00.622) 0:11:32.749 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 01 March 2025 18:47:31 -0500 (0:00:00.489) 0:11:33.238 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 01 March 2025 18:47:32 -0500 (0:00:00.470) 0:11:33.709 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 01 March 2025 18:47:33 -0500 (0:00:01.421) 0:11:35.130 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 01 March 2025 18:47:34 -0500 (0:00:00.891) 0:11:36.022 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 01 March 2025 18:47:34 -0500 (0:00:00.253) 0:11:36.276 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 01 March 2025 18:47:35 -0500 (0:00:00.263) 0:11:36.539 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 01 March 2025 18:47:35 -0500 (0:00:00.302) 0:11:36.842 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 01 March 2025 18:47:35 -0500 (0:00:00.296) 0:11:37.138 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 01 March 2025 18:47:35 -0500 (0:00:00.223) 0:11:37.362 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 01 March 2025 18:47:36 -0500 (0:00:00.258) 0:11:37.620 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 01 March 2025 18:47:36 -0500 (0:00:00.230) 0:11:37.850 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 01 March 2025 18:47:36 -0500 (0:00:00.197) 0:11:38.048 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 01 March 2025 18:47:36 -0500 (0:00:00.229) 0:11:38.278 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 01 March 2025 18:47:37 -0500 (0:00:00.254) 0:11:38.532 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 01 March 2025 18:47:37 -0500 (0:00:00.581) 0:11:39.114 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 01 March 2025 18:47:38 -0500 (0:00:00.599) 0:11:39.714 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 01 March 2025 18:47:38 -0500 (0:00:00.611) 0:11:40.325 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 01 March 2025 18:47:39 -0500 (0:00:00.335) 0:11:40.661 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 01 March 2025 18:47:39 -0500 (0:00:00.483) 0:11:41.144 ******** skipping: [managed-node15] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 01 March 2025 18:47:40 -0500 (0:00:00.451) 0:11:41.596 ******** skipping: [managed-node15] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 01 March 2025 18:47:40 -0500 (0:00:00.522) 0:11:42.118 ******** skipping: [managed-node15] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 01 March 2025 18:47:41 -0500 (0:00:00.676) 0:11:42.795 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 01 March 2025 18:47:41 -0500 (0:00:00.532) 0:11:43.328 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 01 March 2025 18:47:42 -0500 (0:00:00.278) 0:11:43.606 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 01 March 2025 18:47:42 -0500 (0:00:00.168) 0:11:43.775 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 01 March 2025 18:47:42 -0500 (0:00:00.243) 0:11:44.019 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 01 March 2025 18:47:42 -0500 (0:00:00.185) 0:11:44.204 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 01 March 2025 18:47:42 -0500 (0:00:00.273) 0:11:44.478 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 01 March 2025 18:47:43 -0500 (0:00:00.283) 0:11:44.761 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 01 March 2025 18:47:43 -0500 (0:00:00.234) 0:11:44.996 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 01 March 2025 18:47:43 -0500 (0:00:00.290) 0:11:45.287 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 01 March 2025 18:47:44 -0500 (0:00:00.294) 0:11:45.581 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 01 March 2025 18:47:44 -0500 (0:00:00.161) 0:11:45.743 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 01 March 2025 18:47:44 -0500 (0:00:00.261) 0:11:46.005 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 01 March 2025 18:47:44 -0500 (0:00:00.181) 0:11:46.187 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 01 March 2025 18:47:44 -0500 (0:00:00.228) 0:11:46.415 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 01 March 2025 18:47:45 -0500 (0:00:00.223) 0:11:46.638 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 01 March 2025 18:47:45 -0500 (0:00:00.241) 0:11:46.880 ******** ok: [managed-node15] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 01 March 2025 18:47:45 -0500 (0:00:00.313) 0:11:47.194 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 01 March 2025 18:47:46 -0500 (0:00:00.384) 0:11:47.578 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 01 March 2025 18:47:46 -0500 (0:00:00.552) 0:11:48.130 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 01 March 2025 18:47:46 -0500 (0:00:00.238) 0:11:48.369 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 01 March 2025 18:47:47 -0500 (0:00:00.221) 0:11:48.590 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 01 March 2025 18:47:47 -0500 (0:00:00.251) 0:11:48.842 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 01 March 2025 18:47:47 -0500 (0:00:00.253) 0:11:49.096 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 01 March 2025 18:47:47 -0500 (0:00:00.251) 0:11:49.347 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 01 March 2025 18:47:48 -0500 (0:00:00.230) 0:11:49.578 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 01 March 2025 18:47:48 -0500 (0:00:00.247) 0:11:49.825 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 01 March 2025 18:47:48 -0500 (0:00:00.253) 0:11:50.079 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 01 March 2025 18:47:49 -0500 (0:00:00.629) 0:11:50.708 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node15 => (item=mount) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node15 => (item=fstab) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node15 => (item=fs) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node15 => (item=device) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node15 => (item=encryption) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node15 => (item=md) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node15 => (item=size) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node15 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 01 March 2025 18:47:50 -0500 (0:00:01.767) 0:11:52.481 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-Lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 01 March 2025 18:47:51 -0500 (0:00:00.245) 0:11:52.727 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test3", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 01 March 2025 18:47:51 -0500 (0:00:00.532) 0:11:53.259 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 01 March 2025 18:47:52 -0500 (0:00:00.251) 0:11:53.516 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 01 March 2025 18:47:52 -0500 (0:00:00.215) 0:11:53.731 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 01 March 2025 18:47:52 -0500 (0:00:00.198) 0:11:53.930 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 01 March 2025 18:47:52 -0500 (0:00:00.217) 0:11:54.148 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 01 March 2025 18:47:52 -0500 (0:00:00.244) 0:11:54.392 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 01 March 2025 18:47:53 -0500 (0:00:00.207) 0:11:54.600 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 01 March 2025 18:47:53 -0500 (0:00:00.209) 0:11:54.810 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 01 March 2025 18:47:53 -0500 (0:00:00.240) 0:11:55.051 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 01 March 2025 18:47:53 -0500 (0:00:00.286) 0:11:55.337 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 01 March 2025 18:47:54 -0500 (0:00:00.743) 0:11:56.081 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 01 March 2025 18:47:55 -0500 (0:00:00.577) 0:11:56.659 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 01 March 2025 18:47:55 -0500 (0:00:00.561) 0:11:57.220 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 01 March 2025 18:47:56 -0500 (0:00:00.550) 0:11:57.770 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 01 March 2025 18:47:56 -0500 (0:00:00.657) 0:11:58.427 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 01 March 2025 18:47:57 -0500 (0:00:00.260) 0:11:58.688 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 01 March 2025 18:47:57 -0500 (0:00:00.333) 0:11:59.021 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 01 March 2025 18:47:58 -0500 (0:00:01.417) 0:12:00.439 ******** ok: [managed-node15] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 01 March 2025 18:48:00 -0500 (0:00:01.887) 0:12:02.326 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 01 March 2025 18:48:01 -0500 (0:00:00.218) 0:12:02.545 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 01 March 2025 18:48:01 -0500 (0:00:00.357) 0:12:02.902 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 01 March 2025 18:48:01 -0500 (0:00:00.207) 0:12:03.115 ******** ok: [managed-node15] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 01 March 2025 18:48:01 -0500 (0:00:00.303) 0:12:03.418 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 01 March 2025 18:48:02 -0500 (0:00:00.237) 0:12:03.656 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 01 March 2025 18:48:02 -0500 (0:00:00.286) 0:12:03.943 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 01 March 2025 18:48:02 -0500 (0:00:00.261) 0:12:04.204 ******** ok: [managed-node15] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 01 March 2025 18:48:05 -0500 (0:00:02.408) 0:12:06.613 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 01 March 2025 18:48:05 -0500 (0:00:00.240) 0:12:06.855 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 01 March 2025 18:48:05 -0500 (0:00:00.293) 0:12:07.149 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 01 March 2025 18:48:05 -0500 (0:00:00.232) 0:12:07.381 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 01 March 2025 18:48:06 -0500 (0:00:00.208) 0:12:07.590 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 01 March 2025 18:48:06 -0500 (0:00:00.214) 0:12:07.804 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 01 March 2025 18:48:06 -0500 (0:00:00.292) 0:12:08.097 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 01 March 2025 18:48:06 -0500 (0:00:00.266) 0:12:08.363 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 01 March 2025 18:48:07 -0500 (0:00:00.270) 0:12:08.634 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 01 March 2025 18:48:07 -0500 (0:00:00.646) 0:12:09.281 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 01 March 2025 18:48:08 -0500 (0:00:00.619) 0:12:09.900 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 01 March 2025 18:48:08 -0500 (0:00:00.483) 0:12:10.384 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 01 March 2025 18:48:09 -0500 (0:00:00.520) 0:12:10.904 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 01 March 2025 18:48:09 -0500 (0:00:00.568) 0:12:11.472 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 01 March 2025 18:48:10 -0500 (0:00:00.322) 0:12:11.795 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 01 March 2025 18:48:10 -0500 (0:00:00.261) 0:12:12.057 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 01 March 2025 18:48:10 -0500 (0:00:00.259) 0:12:12.317 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 01 March 2025 18:48:11 -0500 (0:00:00.222) 0:12:12.539 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 01 March 2025 18:48:11 -0500 (0:00:00.206) 0:12:12.746 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 01 March 2025 18:48:11 -0500 (0:00:00.198) 0:12:12.945 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 01 March 2025 18:48:11 -0500 (0:00:00.211) 0:12:13.156 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 01 March 2025 18:48:11 -0500 (0:00:00.239) 0:12:13.396 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 01 March 2025 18:48:12 -0500 (0:00:00.287) 0:12:13.683 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 01 March 2025 18:48:12 -0500 (0:00:00.203) 0:12:13.887 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 01 March 2025 18:48:12 -0500 (0:00:00.218) 0:12:14.105 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 01 March 2025 18:48:13 -0500 (0:00:00.497) 0:12:14.603 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 01 March 2025 18:48:13 -0500 (0:00:00.486) 0:12:15.090 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 01 March 2025 18:48:14 -0500 (0:00:00.589) 0:12:15.680 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 01 March 2025 18:48:14 -0500 (0:00:00.389) 0:12:16.069 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 01 March 2025 18:48:15 -0500 (0:00:00.460) 0:12:16.544 ******** skipping: [managed-node15] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 01 March 2025 18:48:15 -0500 (0:00:00.616) 0:12:17.160 ******** skipping: [managed-node15] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 01 March 2025 18:48:16 -0500 (0:00:00.466) 0:12:17.627 ******** skipping: [managed-node15] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 01 March 2025 18:48:16 -0500 (0:00:00.485) 0:12:18.112 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 01 March 2025 18:48:17 -0500 (0:00:00.540) 0:12:18.653 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 01 March 2025 18:48:17 -0500 (0:00:00.281) 0:12:18.935 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 01 March 2025 18:48:17 -0500 (0:00:00.229) 0:12:19.164 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 01 March 2025 18:48:17 -0500 (0:00:00.249) 0:12:19.414 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 01 March 2025 18:48:18 -0500 (0:00:00.287) 0:12:19.701 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 01 March 2025 18:48:18 -0500 (0:00:00.269) 0:12:19.971 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 01 March 2025 18:48:18 -0500 (0:00:00.209) 0:12:20.180 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 01 March 2025 18:48:18 -0500 (0:00:00.295) 0:12:20.475 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 01 March 2025 18:48:19 -0500 (0:00:00.226) 0:12:20.702 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 01 March 2025 18:48:19 -0500 (0:00:00.179) 0:12:20.881 ******** skipping: [managed-node15] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 01 March 2025 18:48:19 -0500 (0:00:00.205) 0:12:21.086 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 01 March 2025 18:48:19 -0500 (0:00:00.207) 0:12:21.294 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 01 March 2025 18:48:20 -0500 (0:00:00.263) 0:12:21.558 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 01 March 2025 18:48:20 -0500 (0:00:00.321) 0:12:21.880 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 01 March 2025 18:48:20 -0500 (0:00:00.291) 0:12:22.171 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 01 March 2025 18:48:20 -0500 (0:00:00.244) 0:12:22.416 ******** ok: [managed-node15] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 01 March 2025 18:48:21 -0500 (0:00:00.307) 0:12:22.723 ******** ok: [managed-node15] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 01 March 2025 18:48:21 -0500 (0:00:00.372) 0:12:23.096 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 01 March 2025 18:48:22 -0500 (0:00:00.510) 0:12:23.606 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 01 March 2025 18:48:22 -0500 (0:00:00.281) 0:12:23.888 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 01 March 2025 18:48:22 -0500 (0:00:00.253) 0:12:24.142 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 01 March 2025 18:48:22 -0500 (0:00:00.253) 0:12:24.395 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 01 March 2025 18:48:23 -0500 (0:00:00.253) 0:12:24.649 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 01 March 2025 18:48:23 -0500 (0:00:00.230) 0:12:24.880 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 01 March 2025 18:48:23 -0500 (0:00:00.244) 0:12:25.124 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 01 March 2025 18:48:23 -0500 (0:00:00.301) 0:12:25.426 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 01 March 2025 18:48:24 -0500 (0:00:00.315) 0:12:25.741 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 01 March 2025 18:48:24 -0500 (0:00:00.172) 0:12:25.914 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a RAID0 device] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:117 Saturday 01 March 2025 18:48:24 -0500 (0:00:00.238) 0:12:26.152 ******** included: fedora.linux_system_roles.storage for managed-node15 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 01 March 2025 18:48:25 -0500 (0:00:01.018) 0:12:27.170 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 01 March 2025 18:48:26 -0500 (0:00:00.457) 0:12:27.627 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 01 March 2025 18:48:26 -0500 (0:00:00.609) 0:12:28.236 ******** skipping: [managed-node15] => (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-node15] => (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-node15] => (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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node15] => (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-BFu/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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 01 March 2025 18:48:27 -0500 (0:00:00.797) 0:12:29.034 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 01 March 2025 18:48:28 -0500 (0:00:01.170) 0:12:30.205 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 01 March 2025 18:48:29 -0500 (0:00:00.369) 0:12:30.574 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 01 March 2025 18:48:29 -0500 (0:00:00.272) 0:12:30.847 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 01 March 2025 18:48:29 -0500 (0:00:00.284) 0:12:31.179 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 01 March 2025 18:48:30 -0500 (0:00:00.736) 0:12:31.916 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 01 March 2025 18:48:30 -0500 (0:00:00.270) 0:12:32.186 ******** ok: [managed-node15] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "state": "present", "type": "lvm" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 01 March 2025 18:48:31 -0500 (0:00:00.371) 0:12:32.558 ******** ok: [managed-node15] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 01 March 2025 18:48:31 -0500 (0:00:00.309) 0:12:32.868 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 01 March 2025 18:48:31 -0500 (0:00:00.348) 0:12:33.217 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 01 March 2025 18:48:32 -0500 (0:00:00.356) 0:12:33.573 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 01 March 2025 18:48:32 -0500 (0:00:00.299) 0:12:33.873 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 01 March 2025 18:48:32 -0500 (0:00:00.267) 0:12:34.140 ******** ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 01 March 2025 18:48:33 -0500 (0:00:00.788) 0:12:34.928 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 01 March 2025 18:48:33 -0500 (0:00:00.217) 0:12:35.146 ******** changed: [managed-node15] => { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/vg1" ], "mounts": [], "packages": [ "mdadm", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 01 March 2025 18:48:43 -0500 (0:00:09.370) 0:12:44.517 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 01 March 2025 18:48:43 -0500 (0:00:00.581) 0:12:45.099 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740872744.103668, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "eb46f770ed0b40d958b0165ea9be238be4f37b5c", "ctime": 1740872742.658664, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 167772356, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1740872742.658664, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4022920198", "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 01 March 2025 18:48:44 -0500 (0:00:01.107) 0:12:46.206 ******** ok: [managed-node15] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 01 March 2025 18:48:45 -0500 (0:00:01.158) 0:12:47.364 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 01 March 2025 18:48:46 -0500 (0:00:00.194) 0:12:47.559 ******** ok: [managed-node15] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/vg1" ], "mounts": [], "packages": [ "mdadm", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 01 March 2025 18:48:46 -0500 (0:00:00.277) 0:12:47.837 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 01 March 2025 18:48:46 -0500 (0:00:00.328) 0:12:48.166 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 01 March 2025 18:48:46 -0500 (0:00:00.251) 0:12:48.418 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 01 March 2025 18:48:47 -0500 (0:00:00.644) 0:12:49.063 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 01 March 2025 18:48:47 -0500 (0:00:00.221) 0:12:49.284 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 01 March 2025 18:48:48 -0500 (0:00:00.513) 0:12:49.798 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 01 March 2025 18:48:48 -0500 (0:00:00.483) 0:12:50.281 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 01 March 2025 18:48:49 -0500 (0:00:00.232) 0:12:50.514 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740871841.2862997, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1740871834.6392817, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720527, "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": 1740871834.6406, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4076694234", "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 01 March 2025 18:48:50 -0500 (0:00:01.063) 0:12:51.577 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 01 March 2025 18:48:50 -0500 (0:00:00.230) 0:12:51.807 ******** ok: [managed-node15] TASK [Verify role results] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:131 Saturday 01 March 2025 18:48:52 -0500 (0:00:01.961) 0:12:53.769 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node15 TASK [Print out pool information] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 01 March 2025 18:48:52 -0500 (0:00:00.706) 0:12:54.476 ******** ok: [managed-node15] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 01 March 2025 18:48:53 -0500 (0:00:00.595) 0:12:55.071 ******** skipping: [managed-node15] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 01 March 2025 18:48:54 -0500 (0:00:00.520) 0:12:55.593 ******** ok: [managed-node15] => { "changed": false, "info": { "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "30G", "type": "raid0", "uuid": "cGPDOJ-viSk-oLMj-3FmM-MqpX-D8WD-D2kI1l" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "managed-node15:vg1-1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "b0c2c809-53bd-8c6f-e608-5a1613da3ae3" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "managed-node15:vg1-1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "b0c2c809-53bd-8c6f-e608-5a1613da3ae3" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "linux_raid_member", "label": "managed-node15:vg1-1", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "b0c2c809-53bd-8c6f-e608-5a1613da3ae3" }, "/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": "28ad6fdf-bf76-44d2-8c29-c71e744c92f5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 01 March 2025 18:48:55 -0500 (0:00:01.022) 0:12:56.615 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002954", "end": "2025-03-01 18:48:56.011682", "rc": 0, "start": "2025-03-01 18:48:56.008728" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Feb 25 06:55:09 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=28ad6fdf-bf76-44d2-8c29-c71e744c92f5 / 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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 01 March 2025 18:48:56 -0500 (0:00:01.149) 0:12:57.765 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003067", "end": "2025-03-01 18:48:57.188676", "failed_when_result": false, "rc": 0, "start": "2025-03-01 18:48:57.185609" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 01 March 2025 18:48:57 -0500 (0:00:01.199) 0:12:58.964 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node15 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid0', 'raid_device_count': 3, 'raid_spare_count': None, 'raid_metadata_version': '1.0', 'raid_chunk_size': '1024 KiB', 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 01 March 2025 18:48:58 -0500 (0:00:00.819) 0:12:59.783 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 01 March 2025 18:48:58 -0500 (0:00:00.285) 0:13:00.069 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.028713", "end": "2025-03-01 18:48:59.607309", "rc": 0, "start": "2025-03-01 18:48:59.578596" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 01 March 2025 18:48:59 -0500 (0:00:01.298) 0:13:01.368 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 01 March 2025 18:49:00 -0500 (0:00:00.301) 0:13:01.670 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node15 => (item=members) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node15 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 01 March 2025 18:49:00 -0500 (0:00:00.581) 0:13:02.251 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 01 March 2025 18:49:01 -0500 (0:00:00.636) 0:13:02.888 ******** ok: [managed-node15] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 01 March 2025 18:49:02 -0500 (0:00:01.222) 0:13:04.110 ******** ok: [managed-node15] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 01 March 2025 18:49:03 -0500 (0:00:00.667) 0:13:04.777 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 01 March 2025 18:49:03 -0500 (0:00:00.675) 0:13:05.453 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 01 March 2025 18:49:04 -0500 (0:00:00.651) 0:13:06.105 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 01 March 2025 18:49:04 -0500 (0:00:00.323) 0:13:06.428 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 01 March 2025 18:49:05 -0500 (0:00:00.563) 0:13:06.992 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 01 March 2025 18:49:05 -0500 (0:00:00.307) 0:13:07.299 ******** ok: [managed-node15] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 01 March 2025 18:49:06 -0500 (0:00:00.356) 0:13:07.656 ******** ok: [managed-node15] => { "changed": false, "failed_when_result": false, "rc": 0 } STDOUT: ** (process:101224): WARNING **: 18:49:07.015: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.190 originally 10.31.41.190 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.190 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.190 originally 10.31.41.190 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.41.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:74 Saturday 01 March 2025 18:49:07 -0500 (0:00:01.145) 0:13:08.802 ******** skipping: [managed-node15] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } skipping: [managed-node15] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:84 Saturday 01 March 2025 18:49:08 -0500 (0:00:00.708) 0:13:09.510 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node15 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 01 March 2025 18:49:08 -0500 (0:00:00.717) 0:13:10.228 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.005875", "end": "2025-03-01 18:49:09.756644", "rc": 0, "start": "2025-03-01 18:49:09.750769" } STDOUT: /dev/md/vg1-1: Version : 1.0 Creation Time : Sat Mar 1 18:48:37 2025 Raid Level : raid0 Array Size : 31429632 (29.97 GiB 32.18 GB) Raid Devices : 3 Total Devices : 3 Persistence : Superblock is persistent Update Time : Sat Mar 1 18:48:37 2025 State : clean Active Devices : 3 Working Devices : 3 Failed Devices : 0 Spare Devices : 0 Layout : original Chunk Size : 1024K Consistency Policy : none Name : managed-node15:vg1-1 (local to host managed-node15) UUID : b0c2c809:53bd8c6f:e6085a16:13da3ae3 Events : 0 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 2 8 33 2 active sync /dev/sdc1 TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 01 March 2025 18:49:10 -0500 (0:00:01.291) 0:13:11.519 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 3\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 01 March 2025 18:49:12 -0500 (0:00:02.279) 0:13:13.799 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ None\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 01 March 2025 18:49:12 -0500 (0:00:00.691) 0:13:14.490 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 01 March 2025 18:49:13 -0500 (0:00:00.733) 0:13:15.224 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_chunk_size_re": [ "1024K" ] }, "changed": false } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 01 March 2025 18:49:14 -0500 (0:00:00.693) 0:13:15.917 ******** ok: [managed-node15] => { "bytes": 1048576, "changed": false, "lvm": "1m", "parted": "1MiB", "size": "1 MiB" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 01 March 2025 18:49:16 -0500 (0:00:01.592) 0:13:17.510 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 01 March 2025 18:49:16 -0500 (0:00:00.470) 0:13:17.980 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.raid_spare_count is not none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 01 March 2025 18:49:16 -0500 (0:00:00.498) 0:13:18.478 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 01 March 2025 18:49:17 -0500 (0:00:00.448) 0:13:18.927 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 01 March 2025 18:49:18 -0500 (0:00:00.939) 0:13:19.867 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Saturday 01 March 2025 18:49:18 -0500 (0:00:00.353) 0:13:20.220 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node15 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 01 March 2025 18:49:19 -0500 (0:00:00.613) 0:13:20.834 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Saturday 01 March 2025 18:49:19 -0500 (0:00:00.222) 0:13:21.056 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node15 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 01 March 2025 18:49:20 -0500 (0:00:00.626) 0:13:21.683 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Saturday 01 March 2025 18:49:20 -0500 (0:00:00.228) 0:13:21.912 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node15 TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 01 March 2025 18:49:21 -0500 (0:00:00.693) 0:13:22.605 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 01 March 2025 18:49:21 -0500 (0:00:00.619) 0:13:23.225 ******** skipping: [managed-node15] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [managed-node15] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 01 March 2025 18:49:22 -0500 (0:00:00.283) 0:13:23.508 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node15 => (item=/dev/md/vg1-1) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 01 March 2025 18:49:22 -0500 (0:00:00.502) 0:13:24.011 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 01 March 2025 18:49:23 -0500 (0:00:00.729) 0:13:24.740 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 01 March 2025 18:49:23 -0500 (0:00:00.697) 0:13:25.437 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 01 March 2025 18:49:24 -0500 (0:00:00.577) 0:13:26.015 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 01 March 2025 18:49:25 -0500 (0:00:00.534) 0:13:26.549 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 01 March 2025 18:49:25 -0500 (0:00:00.437) 0:13:26.986 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 01 March 2025 18:49:25 -0500 (0:00:00.288) 0:13:27.274 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Saturday 01 March 2025 18:49:26 -0500 (0:00:00.355) 0:13:27.630 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node15 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 01 March 2025 18:49:26 -0500 (0:00:00.786) 0:13:28.417 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Saturday 01 March 2025 18:49:27 -0500 (0:00:00.263) 0:13:28.680 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node15 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 01 March 2025 18:49:27 -0500 (0:00:00.723) 0:13:29.404 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 01 March 2025 18:49:28 -0500 (0:00:00.273) 0:13:29.677 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 01 March 2025 18:49:28 -0500 (0:00:00.234) 0:13:29.912 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 01 March 2025 18:49:28 -0500 (0:00:00.201) 0:13:30.113 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 01 March 2025 18:49:28 -0500 (0:00:00.262) 0:13:30.376 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 01 March 2025 18:49:29 -0500 (0:00:00.366) 0:13:30.742 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Saturday 01 March 2025 18:49:29 -0500 (0:00:00.313) 0:13:31.056 ******** ok: [managed-node15] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 01 March 2025 18:49:29 -0500 (0:00:00.281) 0:13:31.337 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 01 March 2025 18:49:30 -0500 (0:00:00.232) 0:13:31.570 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 01 March 2025 18:49:30 -0500 (0:00:00.248) 0:13:31.819 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the pool created above] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:134 Saturday 01 March 2025 18:49:30 -0500 (0:00:00.203) 0:13:32.022 ******** included: fedora.linux_system_roles.storage for managed-node15 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 01 March 2025 18:49:31 -0500 (0:00:01.145) 0:13:33.168 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 01 March 2025 18:49:32 -0500 (0:00:00.462) 0:13:33.630 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 01 March 2025 18:49:32 -0500 (0:00:00.575) 0:13:34.206 ******** skipping: [managed-node15] => (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-node15] => (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-node15] => (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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node15] => (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-BFu/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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 01 March 2025 18:49:33 -0500 (0:00:00.683) 0:13:34.890 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 01 March 2025 18:49:33 -0500 (0:00:00.332) 0:13:35.223 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 01 March 2025 18:49:34 -0500 (0:00:00.321) 0:13:35.544 ******** ok: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 01 March 2025 18:49:34 -0500 (0:00:00.255) 0:13:35.799 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 01 March 2025 18:49:34 -0500 (0:00:00.260) 0:13:36.060 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node15 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 01 March 2025 18:49:35 -0500 (0:00:00.690) 0:13:36.750 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 01 March 2025 18:49:35 -0500 (0:00:00.223) 0:13:36.976 ******** ok: [managed-node15] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "state": "absent", "type": "lvm" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 01 March 2025 18:49:35 -0500 (0:00:00.254) 0:13:37.231 ******** ok: [managed-node15] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 01 March 2025 18:49:36 -0500 (0:00:01.036) 0:13:38.267 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 01 March 2025 18:49:37 -0500 (0:00:00.335) 0:13:38.602 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 01 March 2025 18:49:37 -0500 (0:00:00.355) 0:13:38.957 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 01 March 2025 18:49:37 -0500 (0:00:00.332) 0:13:39.290 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 01 March 2025 18:49:38 -0500 (0:00:00.301) 0:13:39.619 ******** ok: [managed-node15] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 01 March 2025 18:49:39 -0500 (0:00:00.941) 0:13:40.560 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 01 March 2025 18:49:39 -0500 (0:00:00.284) 0:13:40.845 ******** changed: [managed-node15] => { "actions": [ { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" } ], "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" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 01 March 2025 18:49:42 -0500 (0:00:03.602) 0:13:44.447 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 01 March 2025 18:49:43 -0500 (0:00:00.577) 0:13:45.025 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740872744.103668, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "eb46f770ed0b40d958b0165ea9be238be4f37b5c", "ctime": 1740872742.658664, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 167772356, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1740872742.658664, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "4022920198", "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 01 March 2025 18:49:44 -0500 (0:00:01.155) 0:13:46.180 ******** ok: [managed-node15] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 01 March 2025 18:49:45 -0500 (0:00:01.124) 0:13:47.305 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 01 March 2025 18:49:45 -0500 (0:00:00.195) 0:13:47.501 ******** ok: [managed-node15] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" } ], "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" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 01 March 2025 18:49:46 -0500 (0:00:00.405) 0:13:47.906 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 01 March 2025 18:49:46 -0500 (0:00:00.437) 0:13:48.344 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 01 March 2025 18:49:47 -0500 (0:00:00.353) 0:13:48.698 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 01 March 2025 18:49:47 -0500 (0:00:00.584) 0:13:49.282 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 01 March 2025 18:49:48 -0500 (0:00:00.279) 0:13:49.561 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 01 March 2025 18:49:48 -0500 (0:00:00.674) 0:13:50.236 ******** skipping: [managed-node15] => { "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 01 March 2025 18:49:49 -0500 (0:00:00.680) 0:13:50.917 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 01 March 2025 18:49:49 -0500 (0:00:00.268) 0:13:51.186 ******** ok: [managed-node15] => { "changed": false, "stat": { "atime": 1740871841.2862997, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1740871834.6392817, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720527, "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": 1740871834.6406, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4076694234", "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-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 01 March 2025 18:49:50 -0500 (0:00:01.198) 0:13:52.384 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 01 March 2025 18:49:51 -0500 (0:00:00.257) 0:13:52.642 ******** ok: [managed-node15] TASK [Verify role results] ***************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options.yml:148 Saturday 01 March 2025 18:49:53 -0500 (0:00:02.028) 0:13:54.670 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node15 TASK [Print out pool information] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 01 March 2025 18:49:54 -0500 (0:00:00.885) 0:13:55.556 ******** ok: [managed-node15] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "1024 KiB", "raid_device_count": 3, "raid_level": "raid0", "raid_metadata_version": "1.0", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 01 March 2025 18:49:54 -0500 (0:00:00.628) 0:13:56.184 ******** skipping: [managed-node15] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 01 March 2025 18:49:55 -0500 (0:00:00.649) 0:13:56.834 ******** ok: [managed-node15] => { "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": "28ad6fdf-bf76-44d2-8c29-c71e744c92f5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 01 March 2025 18:49:56 -0500 (0:00:01.165) 0:13:57.999 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003020", "end": "2025-03-01 18:49:57.423577", "rc": 0, "start": "2025-03-01 18:49:57.420557" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Feb 25 06:55:09 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=28ad6fdf-bf76-44d2-8c29-c71e744c92f5 / 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-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 01 March 2025 18:49:57 -0500 (0:00:01.177) 0:13:59.176 ******** ok: [managed-node15] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004184", "end": "2025-03-01 18:49:59.613091", "failed_when_result": false, "rc": 0, "start": "2025-03-01 18:49:58.608907" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 01 March 2025 18:49:59 -0500 (0:00:02.162) 0:14:01.339 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node15 => (item={'disks': ['sda', 'sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'vg1', 'raid_level': 'raid0', 'raid_device_count': 3, 'raid_spare_count': 0, 'raid_metadata_version': '1.0', 'raid_chunk_size': '1024 KiB', 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 01 March 2025 18:50:00 -0500 (0:00:00.858) 0:14:02.198 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 01 March 2025 18:50:00 -0500 (0:00:00.271) 0:14:02.469 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 01 March 2025 18:50:01 -0500 (0:00:00.267) 0:14:02.737 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 01 March 2025 18:50:01 -0500 (0:00:00.279) 0:14:03.022 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node15 => (item=members) included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node15 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 01 March 2025 18:50:02 -0500 (0:00:00.664) 0:14:03.687 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 01 March 2025 18:50:02 -0500 (0:00:00.812) 0:14:04.499 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 01 March 2025 18:50:03 -0500 (0:00:00.223) 0:14:04.723 ******** ok: [managed-node15] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 01 March 2025 18:50:03 -0500 (0:00:00.567) 0:14:05.291 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 01 March 2025 18:50:04 -0500 (0:00:00.646) 0:14:05.937 ******** ok: [managed-node15] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 01 March 2025 18:50:05 -0500 (0:00:00.575) 0:14:06.512 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 01 March 2025 18:50:05 -0500 (0:00:00.301) 0:14:06.814 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 01 March 2025 18:50:05 -0500 (0:00:00.644) 0:14:07.458 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 01 March 2025 18:50:06 -0500 (0:00:00.356) 0:14:07.815 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 01 March 2025 18:50:06 -0500 (0:00:00.256) 0:14:08.071 ******** ok: [managed-node15] => { "changed": false, "failed_when_result": false, "rc": 0 } STDOUT: ** (process:102820): WARNING **: 18:50:07.506: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.190 originally 10.31.41.190 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.41.190 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.41.190 originally 10.31.41.190 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.41.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:74 Saturday 01 March 2025 18:50:07 -0500 (0:00:01.227) 0:14:09.299 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:84 Saturday 01 March 2025 18:50:08 -0500 (0:00:00.498) 0:14:09.798 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node15 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 01 March 2025 18:50:08 -0500 (0:00:00.630) 0:14:10.428 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 01 March 2025 18:50:09 -0500 (0:00:00.258) 0:14:10.686 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 01 March 2025 18:50:09 -0500 (0:00:00.323) 0:14:11.010 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 01 March 2025 18:50:09 -0500 (0:00:00.242) 0:14:11.252 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 01 March 2025 18:50:09 -0500 (0:00:00.198) 0:14:11.451 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 01 March 2025 18:50:10 -0500 (0:00:00.246) 0:14:11.697 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 01 March 2025 18:50:10 -0500 (0:00:00.298) 0:14:11.995 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 01 March 2025 18:50:10 -0500 (0:00:00.262) 0:14:12.258 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 01 March 2025 18:50:11 -0500 (0:00:00.250) 0:14:12.509 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 01 March 2025 18:50:11 -0500 (0:00:00.234) 0:14:12.743 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 01 March 2025 18:50:11 -0500 (0:00:00.321) 0:14:13.065 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:87 Saturday 01 March 2025 18:50:11 -0500 (0:00:00.289) 0:14:13.355 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node15 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 01 March 2025 18:50:13 -0500 (0:00:01.152) 0:14:14.508 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:90 Saturday 01 March 2025 18:50:13 -0500 (0:00:00.204) 0:14:14.712 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node15 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 01 March 2025 18:50:13 -0500 (0:00:00.658) 0:14:15.371 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:93 Saturday 01 March 2025 18:50:14 -0500 (0:00:00.220) 0:14:15.592 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node15 TASK [Set test variables] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 01 March 2025 18:50:14 -0500 (0:00:00.689) 0:14:16.281 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 01 March 2025 18:50:15 -0500 (0:00:00.626) 0:14:16.908 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 01 March 2025 18:50:15 -0500 (0:00:00.260) 0:14:17.184 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 01 March 2025 18:50:15 -0500 (0:00:00.228) 0:14:17.412 ******** ok: [managed-node15] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:96 Saturday 01 March 2025 18:50:16 -0500 (0:00:00.287) 0:14:17.699 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node15 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 01 March 2025 18:50:16 -0500 (0:00:00.692) 0:14:18.392 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:99 Saturday 01 March 2025 18:50:17 -0500 (0:00:00.245) 0:14:18.637 ******** included: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node15 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 01 March 2025 18:50:17 -0500 (0:00:00.697) 0:14:19.335 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 01 March 2025 18:50:18 -0500 (0:00:00.217) 0:14:19.553 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 01 March 2025 18:50:18 -0500 (0:00:00.233) 0:14:19.786 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 01 March 2025 18:50:18 -0500 (0:00:00.234) 0:14:20.021 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 01 March 2025 18:50:18 -0500 (0:00:00.288) 0:14:20.310 ******** skipping: [managed-node15] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 01 March 2025 18:50:19 -0500 (0:00:00.322) 0:14:20.632 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:102 Saturday 01 March 2025 18:50:19 -0500 (0:00:00.304) 0:14:20.936 ******** ok: [managed-node15] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 01 March 2025 18:50:19 -0500 (0:00:00.260) 0:14:21.197 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 01 March 2025 18:50:19 -0500 (0:00:00.269) 0:14:21.467 ******** skipping: [managed-node15] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 01 March 2025 18:50:20 -0500 (0:00:00.186) 0:14:21.654 ******** ok: [managed-node15] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* managed-node15 : ok=705 changed=6 unreachable=0 failed=0 skipped=867 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 01 March 2025 18:50:20 -0500 (0:00:00.176) 0:14:21.831 ******** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 40.90s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Set up new/current mounts ---------- 16.96s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 9.36s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Ensure cryptsetup is present -------------------------------------------- 8.34s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Update facts ------------------------ 6.86s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Gathering Facts --------------------------------------------------------- 5.98s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/tests_raid_pool_options_scsi_generated.yml:3 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 5.55s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.22s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Make sure blivet is available ------- 4.41s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Get service facts ------------------- 4.29s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Remove obsolete mounts -------------- 3.78s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.70s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.60s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Set up new/current mounts ----------- 3.54s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Parse the actual size of the volume ------------------------------------- 3.35s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 fedora.linux_system_roles.storage : Get required packages --------------- 3.21s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Find unused disks in the system ----------------------------------------- 3.11s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present --- 2.85s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Read the /etc/fstab file for volume existence --------------------------- 2.84s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Get the canonical device path for each member device -------------------- 2.82s /tmp/collections-BFu/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8