[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.2] 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/tmp.G75cCd8e0a executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jul 17 2024, 00:00:00) [GCC 11.4.1 20231218 (Red Hat 11.4.1-3)] (/usr/bin/python3.12) jinja version = 3.1.4 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_lvm_pool_members.yml ******************************************* 1 plays in /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml PLAY [Test lvm pool members] *************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:2 Thursday 01 August 2024 12:55:26 -0400 (0:00:00.008) 0:00:00.008 ******* [WARNING]: Platform linux on host managed_node1 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_node1] TASK [Run the role] ************************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:14 Thursday 01 August 2024 12:55:27 -0400 (0:00:01.179) 0:00:01.188 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 12:55:27 -0400 (0:00:00.023) 0:00:01.212 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 12:55:27 -0400 (0:00:00.019) 0:00:01.231 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 12:55:27 -0400 (0:00:00.034) 0:00:01.265 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 12:55:27 -0400 (0:00:00.038) 0:00:01.304 ******* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 12:55:27 -0400 (0:00:00.442) 0:00:01.747 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 12:55:27 -0400 (0:00:00.021) 0:00:01.769 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 12:55:27 -0400 (0:00:00.014) 0:00:01.783 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 12:55:27 -0400 (0:00:00.013) 0:00:01.797 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 12:55:27 -0400 (0:00:00.041) 0:00:01.838 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 12:55:29 -0400 (0:00:01.028) 0:00:02.867 ******* ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 12:55:29 -0400 (0:00:00.017) 0:00:02.884 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 12:55:29 -0400 (0:00:00.017) 0:00:02.902 ******* ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 12:55:29 -0400 (0:00:00.662) 0:00:03.564 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Thursday 01 August 2024 12:55:29 -0400 (0:00:00.029) 0:00:03.593 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Thursday 01 August 2024 12:55:29 -0400 (0:00:00.030) 0:00:03.623 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Thursday 01 August 2024 12:55:29 -0400 (0:00:00.030) 0:00:03.653 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 12:55:29 -0400 (0:00:00.031) 0:00:03.685 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 12:55:30 -0400 (0:00:00.929) 0:00:04.615 ******* ok: [managed_node1] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "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": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "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@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" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "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": "inactive", "status": "disabled" }, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 12:55:32 -0400 (0:00:02.020) 0:00:06.635 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 12:55:32 -0400 (0:00:00.049) 0:00:06.685 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 12:55:32 -0400 (0:00:00.015) 0:00:06.701 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 12:55:33 -0400 (0:00:00.528) 0:00:07.230 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 12:55:33 -0400 (0:00:00.035) 0:00:07.265 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 12:55:33 -0400 (0:00:00.376) 0:00:07.642 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 12:55:33 -0400 (0:00:00.020) 0:00:07.663 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 12:55:33 -0400 (0:00:00.016) 0:00:07.679 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 12:55:33 -0400 (0:00:00.021) 0:00:07.701 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 12:55:33 -0400 (0:00:00.019) 0:00:07.720 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 12:55:33 -0400 (0:00:00.018) 0:00:07.738 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 12:55:33 -0400 (0:00:00.035) 0:00:07.773 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 12:55:33 -0400 (0:00:00.015) 0:00:07.789 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 12:55:33 -0400 (0:00:00.039) 0:00:07.828 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 12:55:34 -0400 (0:00:00.033) 0:00:07.862 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 12:55:34 -0400 (0:00:00.017) 0:00:07.879 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722530269.237275, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722530267.122253, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 291504325, "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": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "631090437", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 12:55:34 -0400 (0:00:00.371) 0:00:08.250 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 12:55:34 -0400 (0:00:00.015) 0:00:08.265 ******* ok: [managed_node1] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:18 Thursday 01 August 2024 12:55:35 -0400 (0:00:00.897) 0:00:09.162 ******* ok: [managed_node1] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:25 Thursday 01 August 2024 12:55:35 -0400 (0:00:00.038) 0:00:09.201 ******* ok: [managed_node1] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "2.el9", "source": "rpm", "version": "1.48.2" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "2.el9", "source": "rpm", "version": "1.48.2" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "2.el9", "source": "rpm", "version": "1.48.2" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "2.el9", "source": "rpm", "version": "1.48.2" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.el9", "source": "rpm", "version": "1.24" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "8.el9", "source": "rpm", "version": "0.60.8" } ], "attr": [ { "arch": "x86_64", "epoch": null, "name": "attr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "2.el9", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "2.el9", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "20.el9", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.el9", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "9.el9", "source": "rpm", "version": "5.1.8" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "14.el9", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el9", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "35.el9", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "48.el9", "source": "rpm", "version": "2.35.2" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "48.el9", "source": "rpm", "version": "2.35.2" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "5.el9", "source": "rpm", "version": "3.7.4" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "15.el9", "source": "rpm", "version": "3.6.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "8.el9", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "2.el9", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "90.1.el9", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "2.el9", "source": "rpm", "version": "4.5" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "200.el9", "source": "rpm", "version": "20" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "200.el9", "source": "rpm", "version": "20" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "16.el9", "source": "rpm", "version": "23.4" } ], "cloud-utils-growpart": [ { "arch": "x86_64", "epoch": null, "name": "cloud-utils-growpart", "release": "1.el9", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "35.el9", "source": "rpm", "version": "8.32" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "35.el9", "source": "rpm", "version": "8.32" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "16.el9", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "11.el9", "source": "rpm", "version": "1.5.7" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "26.20190603git.el9", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitb1c706d.el9", "source": "rpm", "version": "20240304" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitb1c706d.el9", "source": "rpm", "version": "20240304" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "1.el9", "source": "rpm", "version": "2.7.2" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.el9", "source": "rpm", "version": "2.7.2" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "29.el9", "source": "rpm", "version": "7.76.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "21.el9", "source": "rpm", "version": "2.1.27" } ], "daxctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "daxctl-libs", "release": "8.el9", "source": "rpm", "version": "71.1" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "7.el9", "source": "rpm", "version": "28" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dejavu-sans-fonts": [ { "arch": "noarch", "epoch": null, "name": "dejavu-sans-fonts", "release": "18.el9", "source": "rpm", "version": "2.37" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper", "release": "1.el9", "source": "rpm", "version": "1.02.198" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event", "release": "1.el9", "source": "rpm", "version": "1.02.198" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event-libs", "release": "1.el9", "source": "rpm", "version": "1.02.198" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-libs", "release": "1.el9", "source": "rpm", "version": "1.02.198" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "29.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "29.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "2.el9", "source": "rpm", "version": "1.0.9" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "12.el9", "source": "rpm", "version": "3.7" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "15.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "15.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "53.git20240104.el9", "source": "rpm", "version": "057" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "53.git20240104.el9", "source": "rpm", "version": "057" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "53.git20240104.el9", "source": "rpm", "version": "057" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "53.git20240104.el9", "source": "rpm", "version": "057" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "1.el9", "source": "rpm", "version": "12.1.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "3.el9", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.el9", "source": "rpm", "version": "0.191" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "9.el9", "source": "rpm", "version": "27.2" } ], "epel-next-release": [ { "arch": "noarch", "epoch": null, "name": "epel-next-release", "release": "7.el9", "source": "rpm", "version": "9" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "7.el9", "source": "rpm", "version": "9" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "1.el9", "source": "rpm", "version": "6.2" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.el9", "source": "rpm", "version": "2.5.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "5.el9", "source": "rpm", "version": "3.16" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "7.el9", "source": "rpm", "version": "4.8.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.el9", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.el9", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "9.el9", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.el9.1", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.el9", "source": "rpm", "version": "2.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "1.el9", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.el9", "source": "rpm", "version": "1.0.7" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "15.el9", "source": "rpm", "version": "2.68.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "117.el9", "source": "rpm", "version": "2.34" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "117.el9", "source": "rpm", "version": "2.34" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "117.el9", "source": "rpm", "version": "2.34" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "117.el9", "source": "rpm", "version": "2.34" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "117.el9", "source": "rpm", "version": "2.34" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "117.el9", "source": "rpm", "version": "2.34" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "13.el9", "source": "rpm", "version": "6.2.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "4.el9", "source": "rpm", "version": "2.3.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "4.el9", "source": "rpm", "version": "3.8.3" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "11.el9", "source": "rpm", "version": "1.68.0" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "613798eb", "source": "rpm", "version": "3228467c" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "29.el9", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "5.el9", "source": "rpm", "version": "3.6" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "10.el9", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "82.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "82.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "82.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "82.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "82.el9", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "63.el9", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "6.el9", "source": "rpm", "version": "0.8.4" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "1.el9", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el9", "source": "rpm", "version": "3.23" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "9.13.el9", "source": "rpm", "version": "0.348" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "2.el9", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "6.el9", "source": "rpm", "version": "49" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.el9", "source": "rpm", "version": "10.11.7" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.el9", "source": "rpm", "version": "10.11.7" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "5.el9", "source": "rpm", "version": "1.0.0" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.el9", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.el9", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "9.el9", "source": "rpm", "version": "20210202" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "1.el9", "source": "rpm", "version": "1.9.4" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "145.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "145.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "145.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "145.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "145.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "145.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl3160-firmware", "release": "145.el9", "source": "rpm", "version": "25.30.13.0" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "145.el9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "145.el9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "145.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "145.el9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl7260-firmware", "release": "145.el9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el9", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "1.el9", "source": "rpm", "version": "3.5.0" } ], "jose": [ { "arch": "x86_64", "epoch": null, "name": "jose", "release": "1.el9", "source": "rpm", "version": "14" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.el9", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "11.el9", "source": "rpm", "version": "0.14" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "480.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "480.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "480.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "480.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "480.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "480.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "480.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "480.el9", "source": "rpm", "version": "5.14.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "13.el9", "source": "rpm", "version": "2.0.27" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "9.el9", "source": "rpm", "version": "28" } ], "kmod-kvdo": [ { "arch": "x86_64", "epoch": null, "name": "kmod-kvdo", "release": "135.el9", "source": "rpm", "version": "8.2.4.10" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "9.el9", "source": "rpm", "version": "28" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "29.el9", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.el9", "source": "rpm", "version": "1.21.1" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "3.el9", "source": "rpm", "version": "590" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "13.el9", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.el9", "source": "rpm", "version": "3.5.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el9", "source": "rpm", "version": "2.5.5" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.el9", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-kbd": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-kbd", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-nvdimm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvdimm", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "1.el9", "source": "rpm", "version": "1.4.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "6.el9", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "9.el9", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.el9", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.el9", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "29.el9", "source": "rpm", "version": "7.76.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "23.el9", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "54.el9", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.el9", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "4.el9", "source": "rpm", "version": "0.4.1" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "38.20210216cvs.el9", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "4.el9", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.el9", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "6.el9", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "5.el9", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.el9", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "2.el9", "source": "rpm", "version": "1.13.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "10.el9", "source": "rpm", "version": "1.10.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "5.el9", "source": "rpm", "version": "1.42" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "7.el9", "source": "rpm", "version": "2.3.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.el9", "source": "rpm", "version": "1.3.1" } ], "libjose": [ { "arch": "x86_64", "epoch": null, "name": "libjose", "release": "1.el9", "source": "rpm", "version": "14" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "6.el9", "source": "rpm", "version": "1.5.1" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.el9", "source": "rpm", "version": "2.9.0" } ], "libluksmeta": [ { "arch": "x86_64", "epoch": null, "name": "libluksmeta", "release": "12.el9", "source": "rpm", "version": "9" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "4.el9", "source": "rpm", "version": "1.5.2" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "16.el9", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el9", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "4.el9", "source": "rpm", "version": "1.2.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "1.el9", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.el9", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "26.el9", "source": "rpm", "version": "2.5.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "4.el9", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "6.el9", "source": "rpm", "version": "1.43.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el9", "source": "rpm", "version": "3.9.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.el9", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "4.el9", "source": "rpm", "version": "1.5.3" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.el9", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "8.el9", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.el9", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el9", "source": "rpm", "version": "1.14.5" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "6.el9", "source": "rpm", "version": "2.15.2" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.el9", "source": "rpm", "version": "2.5.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.el9", "source": "rpm", "version": "2.13" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "3.el9", "source": "rpm", "version": "0.7.24" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.el9", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "3.el9", "source": "rpm", "version": "11.4.1" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "10.el9", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el9", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "8.el9", "source": "rpm", "version": "4.16.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el9", "source": "rpm", "version": "1.4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el9", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "6.el9", "source": "rpm", "version": "1.3.3" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "15.el9", "source": "rpm", "version": "0.9.10" } ], "liburing": [ { "arch": "x86_64", "epoch": null, "name": "liburing", "release": "1.el9", "source": "rpm", "version": "2.5" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "13.el9", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.el9", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el9", "source": "rpm", "version": "2.9.13" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "9.el9", "source": "rpm", "version": "1.1.34" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.el9", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "145.el9", "source": "rpm", "version": "20240716" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "145.el9", "source": "rpm", "version": "20240716" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "3.el9", "source": "rpm", "version": "0.9.29" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "8.el9", "source": "rpm", "version": "3.18.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "10.el9", "source": "rpm", "version": "B.02.19.2" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "3.el9", "source": "rpm", "version": "4.94.0" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el9", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "4.el9", "source": "rpm", "version": "5.4.4" } ], "luksmeta": [ { "arch": "x86_64", "epoch": null, "name": "luksmeta", "release": "12.el9", "source": "rpm", "version": "9" } ], "lvm2": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2", "release": "1.el9", "source": "rpm", "version": "2.03.24" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2-libs", "release": "1.el9", "source": "rpm", "version": "2.03.24" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "5.el9", "source": "rpm", "version": "1.9.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "7.el9", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "1.el9", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "8.el9", "source": "rpm", "version": "4.3" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "7.el9", "source": "rpm", "version": "2.9.3" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "2.el9", "source": "rpm", "version": "4.3" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "2.el9", "source": "rpm", "version": "20230808" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "4.el9", "source": "rpm", "version": "0.6.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "7.el9", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ndctl": [ { "arch": "x86_64", "epoch": null, "name": "ndctl", "release": "8.el9", "source": "rpm", "version": "71.1" } ], "ndctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "ndctl-libs", "release": "8.el9", "source": "rpm", "version": "71.1" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.el9", "source": "rpm", "version": "3.9.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el9", "source": "rpm", "version": "0.52.21" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "26.el9", "source": "rpm", "version": "2.5.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.el9", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "7.el9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "7.el9", "source": "rpm", "version": "3.90.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "3.el9", "source": "rpm", "version": "2.0.16" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.el9.6", "source": "rpm", "version": "6.9.6" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "3.el9", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "43.el9", "source": "rpm", "version": "8.7p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.el9", "source": "rpm", "version": "3.2.2" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.el9", "source": "rpm", "version": "3.2.2" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.el9", "source": "rpm", "version": "3.2.2" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "10.el9", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.el9", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "20.el9", "source": "rpm", "version": "1.5.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "2.el9", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.el9", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "5.el9", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "4.el9", "source": "rpm", "version": "8.44" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "5.el9", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "5.el9", "source": "rpm", "version": "10.40" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "481.el9", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "481.el9", "source": "rpm", "version": "1.80" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "460.el9", "source": "rpm", "version": "1.50" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "481.el9", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "462.el9", "source": "rpm", "version": "2.174" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "4.el9", "source": "rpm", "version": "1.19" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "4.el9", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "481.el9", "source": "rpm", "version": "1.47" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "462.el9", "source": "rpm", "version": "3.08" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "481.el9", "source": "rpm", "version": "1.30" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "7.el9", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "461.el9", "source": "rpm", "version": "5.74" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "481.el9", "source": "rpm", "version": "1.13" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "481.el9", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "481.el9", "source": "rpm", "version": "1.37" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "4.el9", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "4.el9", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "481.el9", "source": "rpm", "version": "1.09" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "481.el9", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.el9", "source": "rpm", "version": "2.52" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "481.el9", "source": "rpm", "version": "1.12" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "462.el9", "source": "rpm", "version": "0.076" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "481.el9", "source": "rpm", "version": "1.43" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el9", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.el9", "source": "rpm", "version": "2.073" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "481.el9", "source": "rpm", "version": "1.21" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "4.el9", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "6.el9", "source": "rpm", "version": "20200520" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "481.el9", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "1.el9", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "481.el9", "source": "rpm", "version": "1.94" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "461.el9", "source": "rpm", "version": "3.78" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "460.el9", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "461.el9", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el9", "source": "rpm", "version": "3.42" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.el9", "source": "rpm", "version": "2.01" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Scalar-List-Utils", "release": "462.el9", "source": "rpm", "version": "1.56" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "481.el9", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "4.el9", "source": "rpm", "version": "2.031" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "460.el9", "source": "rpm", "version": "3.21" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "481.el9", "source": "rpm", "version": "1.08" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "461.el9", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "460.el9", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "11.el9", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "460.el9", "source": "rpm", "version": "3.30" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "460.el9", "source": "rpm", "version": "2013.0523" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "7.el9", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el9", "source": "rpm", "version": "5.09" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "481.el9", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "461.el9", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "481.el9", "source": "rpm", "version": "0.60.800" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "481.el9", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "4.el9", "source": "rpm", "version": "3.13" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "481.el9", "source": "rpm", "version": "1.23" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "481.el9", "source": "rpm", "version": "1.31" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "481.el9", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "460.el9", "source": "rpm", "version": "0.238" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "460.el9", "source": "rpm", "version": "4.14" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "481.el9", "source": "rpm", "version": "1.03" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "481.el9", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el9", "source": "rpm", "version": "2.5" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "8.el9", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "8.el9", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "14.el9", "source": "rpm", "version": "3.3.17" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.el9", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "3.el9", "source": "rpm", "version": "20210518" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "4.el9", "source": "rpm", "version": "3.9.19" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "4.el9", "source": "rpm", "version": "3.9.19" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "7.el9", "source": "rpm", "version": "20.3.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "2.el9", "source": "rpm", "version": "3.1.2" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "15.el9", "source": "rpm", "version": "3.6.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "10.el9", "source": "rpm", "version": "2.28" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "5.el9", "source": "rpm", "version": "4.0.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "25.el9", "source": "rpm", "version": "5.0.6" } ], "python3-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python3-configshell", "release": "1.el9", "source": "rpm", "version": "1.1.30" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "7.el9", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.el9", "source": "rpm", "version": "1.2.18" } ], "python3-dbus-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-client-gen", "release": "1.el9", "source": "rpm", "version": "0.5.1" } ], "python3-dbus-python-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-python-client-gen", "release": "1.el9", "source": "rpm", "version": "0.8.3" } ], "python3-dbus-signature-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-signature-pyparsing", "release": "1.el9", "source": "rpm", "version": "0.4.1" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "7.el9", "source": "rpm", "version": "1.5.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "15.el9", "source": "rpm", "version": "4.14.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.el9", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "7.el9.1", "source": "rpm", "version": "2.10" } ], "python3-into-dbus-python": [ { "arch": "noarch", "epoch": null, "name": "python3-into-dbus-python", "release": "1.el9", "source": "rpm", "version": "0.8.2" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "6.el9", "source": "rpm", "version": "2.11.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "16.el9", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "4.el9", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.el9", "source": "rpm", "version": "3.2.0" } ], "python3-justbases": [ { "arch": "noarch", "epoch": null, "name": "python3-justbases", "release": "1.el9", "source": "rpm", "version": "0.15.2" } ], "python3-justbytes": [ { "arch": "noarch", "epoch": null, "name": "python3-justbytes", "release": "1.el9", "source": "rpm", "version": "0.15.2" } ], "python3-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python3-kmod", "release": "32.el9", "source": "rpm", "version": "0.9" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "4.el9", "source": "rpm", "version": "3.9.19" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.el9", "source": "rpm", "version": "4.6.5" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "12.el9", "source": "rpm", "version": "1.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "15.el9", "source": "rpm", "version": "0.10.6" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "5.el9", "source": "rpm", "version": "3.1.1" } ], "python3-packaging": [ { "arch": "noarch", "epoch": null, "name": "python3-packaging", "release": "5.el9", "source": "rpm", "version": "20.9" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "1.el9", "source": "rpm", "version": "21.3.1" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "27.el9", "source": "rpm", "version": "0.7.2" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "12.el9", "source": "rpm", "version": "5.8.0" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "9.el9", "source": "rpm", "version": "2.4.7" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "1.el9", "source": "rpm", "version": "3.12.0" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "8.el9", "source": "rpm", "version": "0.17.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "12.el9", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.el9", "source": "rpm", "version": "1.7.1" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "5.el9", "source": "rpm", "version": "2021.1" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "6.el9", "source": "rpm", "version": "0.22.0" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.el9", "source": "rpm", "version": "5.4.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "8.el9", "source": "rpm", "version": "2.25.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "32.el9", "source": "rpm", "version": "4.16.1.3" } ], "python3-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python3-rtslib", "release": "1.el9", "source": "rpm", "version": "2.1.76" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.el9", "source": "rpm", "version": "4.4.4" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "13.el9", "source": "rpm", "version": "53.0.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "13.el9", "source": "rpm", "version": "53.0.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.el9", "source": "rpm", "version": "1.15.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "19.el9", "source": "rpm", "version": "234" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "6.el9", "source": "rpm", "version": "1.26.5" } ], "python3-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python3-urwid", "release": "4.el9", "source": "rpm", "version": "2.1.2" } ], "python3-wcwidth": [ { "arch": "noarch", "epoch": null, "name": "python3-wcwidth", "release": "8.el9", "source": "rpm", "version": "0.2.5" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 17, "name": "qemu-guest-agent", "release": "7.el9", "source": "rpm", "version": "9.0.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "1.el9", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "1.el9", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "4.el9", "source": "rpm", "version": "8.1" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "7.el9", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.el9", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "7.el9", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "32.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "32.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "32.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "32.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "32.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "32.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "32.el9", "source": "rpm", "version": "4.16.1.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "20.el9", "source": "rpm", "version": "3.2.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "9.el9", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el9", "source": "rpm", "version": "38.1.42" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el9", "source": "rpm", "version": "38.1.42" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "10.el9", "source": "rpm", "version": "2.13.7" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "9.el9", "source": "rpm", "version": "4.9" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el9", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "8.el9", "source": "rpm", "version": "1.1.8" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "7.el9", "source": "rpm", "version": "3.34.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "10.git1.el9", "source": "rpm", "version": "4.4" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "4.el9", "source": "rpm", "version": "2.9.5" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "2.el9", "source": "rpm", "version": "5.18" } ], "stratis-cli": [ { "arch": "noarch", "epoch": null, "name": "stratis-cli", "release": "1.el9", "source": "rpm", "version": "3.6.0" } ], "stratisd": [ { "arch": "x86_64", "epoch": null, "name": "stratisd", "release": "1.el9", "source": "rpm", "version": "3.6.7" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el9", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "38.el9", "source": "rpm", "version": "252" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "38.el9", "source": "rpm", "version": "252" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "38.el9", "source": "rpm", "version": "252" } ], "systemd-rpm-macros": [ { "arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "38.el9", "source": "rpm", "version": "252" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "38.el9", "source": "rpm", "version": "252" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "3.el9", "source": "rpm", "version": "5.1" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "3.el9", "source": "rpm", "version": "5.1" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "3.el9", "source": "rpm", "version": "5.1" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "3.el9", "source": "rpm", "version": "5.1" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "6.el9", "source": "rpm", "version": "1.34" } ], "target-restore": [ { "arch": "noarch", "epoch": null, "name": "target-restore", "release": "1.el9", "source": "rpm", "version": "2.1.76" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "2.el9", "source": "rpm", "version": "2.1.57" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "8.el9", "source": "rpm", "version": "2020.3" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "18.el9", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.el9", "source": "rpm", "version": "5.2" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "1.el9", "source": "rpm", "version": "3.2.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "2.el9", "source": "rpm", "version": "2024a" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "56.el9", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el9", "source": "rpm", "version": "0.12.1" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "18.el9", "source": "rpm", "version": "2.37.4" } ], "vdo": [ { "arch": "x86_64", "epoch": null, "name": "vdo", "release": "1.el9", "source": "rpm", "version": "8.2.2.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "20.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "20.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "20.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "20.el9", "source": "rpm", "version": "8.2.2637" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "15.el9", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "8.el9", "source": "rpm", "version": "1.21.1" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "29.el9", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.el9", "source": "rpm", "version": "6.4.0" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "15.el9", "source": "rpm", "version": "4.14.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "16.el9", "source": "rpm", "version": "4.3.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "35.el9", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:28 Thursday 01 August 2024 12:55:36 -0400 (0:00:01.148) 0:00:10.350 ******* ok: [managed_node1] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:32 Thursday 01 August 2024 12:55:36 -0400 (0:00:00.061) 0:00:10.411 ******* ok: [managed_node1] => { "ansible_facts": { "blivet_pkg_version": "3.6.0-15.el9" }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:46 Thursday 01 August 2024 12:55:36 -0400 (0:00:00.060) 0:00:10.471 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed_node1 TASK [Ensure test packages] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Thursday 01 August 2024 12:55:36 -0400 (0:00:00.090) 0:00:10.562 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Thursday 01 August 2024 12:55:37 -0400 (0:00:00.994) 0:00:11.557 ******* ok: [managed_node1] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Thursday 01 August 2024 12:55:38 -0400 (0:00:00.568) 0:00:12.125 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Thursday 01 August 2024 12:55:38 -0400 (0:00:00.063) 0:00:12.189 ******* ok: [managed_node1] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Thursday 01 August 2024 12:55:38 -0400 (0:00:00.065) 0:00:12.255 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Thursday 01 August 2024 12:55:38 -0400 (0:00:00.080) 0:00:12.336 ******* ok: [managed_node1] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ] } TASK [Create volume group 'foo' with 3 PVs] ************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:53 Thursday 01 August 2024 12:55:38 -0400 (0:00:00.067) 0:00:12.403 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 12:55:38 -0400 (0:00:00.100) 0:00:12.503 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 12:55:38 -0400 (0:00:00.085) 0:00:12.589 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 12:55:38 -0400 (0:00:00.086) 0:00:12.675 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.244) 0:00:12.920 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.062) 0:00:12.983 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.065) 0:00:13.049 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.066) 0:00:13.116 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.065) 0:00:13.181 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.104) 0:00:13.286 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.065) 0:00:13.352 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.069) 0:00:13.422 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.064) 0:00:13.486 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.064) 0:00:13.551 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.064) 0:00:13.616 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.064) 0:00:13.680 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 12:55:39 -0400 (0:00:00.063) 0:00:13.744 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 12:55:40 -0400 (0:00:00.127) 0:00:13.872 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 12:55:40 -0400 (0:00:00.061) 0:00:13.933 ******* changed: [managed_node1] => { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "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": "lvmpv" }, { "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": "lvmpv" }, { "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": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 12:55:47 -0400 (0:00:07.245) 0:00:21.179 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 12:55:47 -0400 (0:00:00.079) 0:00:21.258 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 12:55:47 -0400 (0:00:00.425) 0:00:21.683 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 12:55:48 -0400 (0:00:00.489) 0:00:22.173 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 12:55:48 -0400 (0:00:00.030) 0:00:22.204 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "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": "lvmpv" }, { "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": "lvmpv" }, { "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": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 12:55:48 -0400 (0:00:00.070) 0:00:22.274 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 12:55:48 -0400 (0:00:00.068) 0:00:22.343 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 12:55:48 -0400 (0:00:00.066) 0:00:22.409 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 12:55:48 -0400 (0:00:00.049) 0:00:22.459 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 12:55:48 -0400 (0:00:00.062) 0:00:22.522 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 12:55:48 -0400 (0:00:00.050) 0:00:22.573 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 12:55:48 -0400 (0:00:00.049) 0:00:22.622 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 12:55:48 -0400 (0:00:00.063) 0:00:22.686 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722530269.237275, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722530267.122253, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 291504325, "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": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "631090437", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 12:55:49 -0400 (0:00:00.392) 0:00:23.078 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 12:55:49 -0400 (0:00:00.060) 0:00:23.138 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:61 Thursday 01 August 2024 12:55:50 -0400 (0:00:01.012) 0:00:24.151 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 01 August 2024 12:55:50 -0400 (0:00:00.103) 0:00:24.254 ******* ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 01 August 2024 12:55:50 -0400 (0:00:00.090) 0:00:24.344 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 01 August 2024 12:55:50 -0400 (0:00:00.086) 0:00:24.431 ******* ok: [managed_node1] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "dpezIv-4Y03-CCZq-f1mH-6wtl-Y3qB-QgHfK8" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "5Xfokz-jtnU-oa8c-87h1-9dwL-AT1A-Etp8R5" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "DYlxpJ-AJhB-Leio-ijcA-ag6f-LONp-DwZ2d7" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "caHn7M-0wuR-UetS-dVXm-8bm6-aAtO-OhTkmS" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "k8MPaA-EilA-lTly-C1Ta-gc3Z-h1tL-C0B6XR" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "HH3QvX-lIFc-TQok-vcGx-6r3u-eKPL-Xu9k6d" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "gwN9eZ-JN0Q-Sl8N-NtBz-E1Sy-3lcS-8T3b3F" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "0isPWw-J1mI-LDFX-Jv1u-lhtI-B0ki-1hqrc7" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "d1d1ra-ys2c-Q2UY-KZIo-jNe6-6Xak-wOyjNs" }, "/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": "fa5d09b5-e37a-49b7-81f4-3e79e6e2212c" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 01 August 2024 12:55:51 -0400 (0:00:00.503) 0:00:24.935 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003224", "end": "2024-08-01 12:55:51.497591", "rc": 0, "start": "2024-08-01 12:55:51.494367" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fa5d09b5-e37a-49b7-81f4-3e79e6e2212c / 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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 01 August 2024 12:55:51 -0400 (0:00:00.493) 0:00:25.428 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003266", "end": "2024-08-01 12:55:51.914729", "failed_when_result": false, "rc": 0, "start": "2024-08-01 12:55:51.911463" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 01 August 2024 12:55:51 -0400 (0:00:00.415) 0:00:25.844 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 => (item={'disks': ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 01 August 2024 12:55:52 -0400 (0:00:00.117) 0:00:25.961 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 01 August 2024 12:55:52 -0400 (0:00:00.071) 0:00:26.033 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.033928", "end": "2024-08-01 12:55:52.587503", "rc": 0, "start": "2024-08-01 12:55:52.553575" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 01 August 2024 12:55:52 -0400 (0:00:00.486) 0:00:26.520 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 01 August 2024 12:55:52 -0400 (0:00:00.150) 0:00:26.670 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 01 August 2024 12:55:52 -0400 (0:00:00.137) 0:00:26.808 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 01 August 2024 12:55:53 -0400 (0:00:00.095) 0:00:26.903 ******* ok: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [managed_node1] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } ok: [managed_node1] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdd1", "pv": "/dev/sdd1" } ok: [managed_node1] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sde1", "pv": "/dev/sde1" } ok: [managed_node1] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdf1", "pv": "/dev/sdf1" } ok: [managed_node1] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdg1", "pv": "/dev/sdg1" } ok: [managed_node1] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh1", "pv": "/dev/sdh1" } ok: [managed_node1] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdi1", "pv": "/dev/sdi1" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 01 August 2024 12:55:56 -0400 (0:00:03.453) 0:00:30.356 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 01 August 2024 12:55:56 -0400 (0:00:00.086) 0:00:30.443 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 01 August 2024 12:55:56 -0400 (0:00:00.091) 0:00:30.534 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 01 August 2024 12:55:56 -0400 (0:00:00.086) 0:00:30.621 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 01 August 2024 12:55:56 -0400 (0:00:00.070) 0:00:30.691 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 01 August 2024 12:55:56 -0400 (0:00:00.087) 0:00:30.779 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 01 August 2024 12:55:56 -0400 (0:00:00.068) 0:00:30.847 ******* ok: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdd1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sde1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdf1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdg1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdi1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 01 August 2024 12:55:57 -0400 (0:00:00.382) 0:00:31.229 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:681242): WARNING **: 12:55:57.644: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True 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.9.51 originally 10.31.9.51 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.9.51 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.9.51 originally 10.31.9.51 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.9.51 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 01 August 2024 12:55:57 -0400 (0:00:00.432) 0:00:31.662 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [managed_node1] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [managed_node1] => (item=/dev/sdd1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdd1" } skipping: [managed_node1] => (item=/dev/sde1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sde1" } skipping: [managed_node1] => (item=/dev/sdf1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdf1" } skipping: [managed_node1] => (item=/dev/sdg1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdg1" } skipping: [managed_node1] => (item=/dev/sdh1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh1" } skipping: [managed_node1] => (item=/dev/sdi1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdi1" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 01 August 2024 12:55:58 -0400 (0:00:00.366) 0:00:32.029 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 01 August 2024 12:55:58 -0400 (0:00:00.176) 0:00:32.205 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 01 August 2024 12:55:58 -0400 (0:00:00.066) 0:00:32.272 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 01 August 2024 12:55:58 -0400 (0:00:00.066) 0:00:32.338 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 01 August 2024 12:55:58 -0400 (0:00:00.065) 0:00:32.404 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 01 August 2024 12:55:58 -0400 (0:00:00.070) 0:00:32.474 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 01 August 2024 12:55:58 -0400 (0:00:00.067) 0:00:32.541 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 01 August 2024 12:55:58 -0400 (0:00:00.067) 0:00:32.608 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 01 August 2024 12:55:58 -0400 (0:00:00.063) 0:00:32.672 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 01 August 2024 12:55:58 -0400 (0:00:00.067) 0:00:32.740 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 01 August 2024 12:55:58 -0400 (0:00:00.066) 0:00:32.807 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 01 August 2024 12:55:59 -0400 (0:00:00.066) 0:00:32.874 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 01 August 2024 12:55:59 -0400 (0:00:00.066) 0:00:32.940 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 01 August 2024 12:55:59 -0400 (0:00:00.136) 0:00:33.077 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 01 August 2024 12:55:59 -0400 (0:00:00.030) 0:00:33.107 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 01 August 2024 12:55:59 -0400 (0:00:00.102) 0:00:33.209 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 01 August 2024 12:55:59 -0400 (0:00:00.032) 0:00:33.242 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 01 August 2024 12:55:59 -0400 (0:00:00.104) 0:00:33.346 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 01 August 2024 12:55:59 -0400 (0:00:00.089) 0:00:33.436 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "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_node1] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "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_node1] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "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_node1] => (item=/dev/sdd1) => { "_storage_test_pool_member_path": "/dev/sdd1", "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_node1] => (item=/dev/sde1) => { "_storage_test_pool_member_path": "/dev/sde1", "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_node1] => (item=/dev/sdf1) => { "_storage_test_pool_member_path": "/dev/sdf1", "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_node1] => (item=/dev/sdg1) => { "_storage_test_pool_member_path": "/dev/sdg1", "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_node1] => (item=/dev/sdh1) => { "_storage_test_pool_member_path": "/dev/sdh1", "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_node1] => (item=/dev/sdi1) => { "_storage_test_pool_member_path": "/dev/sdi1", "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_node1] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 01 August 2024 12:55:59 -0400 (0:00:00.344) 0:00:33.780 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sda1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdb1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdc1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdd1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sde1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdf1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdg1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdh1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdi1) TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:00 -0400 (0:00:00.411) 0:00:34.192 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:00 -0400 (0:00:00.089) 0:00:34.282 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:00 -0400 (0:00:00.090) 0:00:34.372 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:00 -0400 (0:00:00.125) 0:00:34.498 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:00 -0400 (0:00:00.162) 0:00:34.660 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:00 -0400 (0:00:00.085) 0:00:34.746 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:00 -0400 (0:00:00.069) 0:00:34.816 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:01 -0400 (0:00:00.089) 0:00:34.906 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:01 -0400 (0:00:00.089) 0:00:34.995 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:01 -0400 (0:00:00.087) 0:00:35.082 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:01 -0400 (0:00:00.084) 0:00:35.167 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:01 -0400 (0:00:00.087) 0:00:35.255 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:01 -0400 (0:00:00.072) 0:00:35.327 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:01 -0400 (0:00:00.090) 0:00:35.417 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:01 -0400 (0:00:00.092) 0:00:35.510 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:01 -0400 (0:00:00.088) 0:00:35.598 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:01 -0400 (0:00:00.086) 0:00:35.685 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:01 -0400 (0:00:00.086) 0:00:35.771 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:02 -0400 (0:00:00.120) 0:00:35.892 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:02 -0400 (0:00:00.183) 0:00:36.075 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:02 -0400 (0:00:00.092) 0:00:36.167 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:02 -0400 (0:00:00.090) 0:00:36.258 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:02 -0400 (0:00:00.086) 0:00:36.344 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:02 -0400 (0:00:00.090) 0:00:36.435 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:02 -0400 (0:00:00.071) 0:00:36.506 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:02 -0400 (0:00:00.091) 0:00:36.598 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:02 -0400 (0:00:00.093) 0:00:36.692 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:02 -0400 (0:00:00.090) 0:00:36.782 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:03 -0400 (0:00:00.087) 0:00:36.870 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:03 -0400 (0:00:00.087) 0:00:36.957 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:03 -0400 (0:00:00.072) 0:00:37.030 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:03 -0400 (0:00:00.091) 0:00:37.122 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:03 -0400 (0:00:00.091) 0:00:37.213 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:03 -0400 (0:00:00.170) 0:00:37.383 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:03 -0400 (0:00:00.084) 0:00:37.468 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:03 -0400 (0:00:00.087) 0:00:37.555 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:03 -0400 (0:00:00.070) 0:00:37.625 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:03 -0400 (0:00:00.090) 0:00:37.716 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:03 -0400 (0:00:00.088) 0:00:37.805 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:04 -0400 (0:00:00.084) 0:00:37.889 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:04 -0400 (0:00:00.085) 0:00:37.975 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:04 -0400 (0:00:00.085) 0:00:38.061 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:04 -0400 (0:00:00.067) 0:00:38.128 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:04 -0400 (0:00:00.091) 0:00:38.220 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:04 -0400 (0:00:00.090) 0:00:38.310 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:04 -0400 (0:00:00.087) 0:00:38.398 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:04 -0400 (0:00:00.082) 0:00:38.481 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:04 -0400 (0:00:00.087) 0:00:38.568 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:04 -0400 (0:00:00.148) 0:00:38.717 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:04 -0400 (0:00:00.091) 0:00:38.808 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:05 -0400 (0:00:00.090) 0:00:38.898 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:05 -0400 (0:00:00.087) 0:00:38.985 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:05 -0400 (0:00:00.085) 0:00:39.071 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:05 -0400 (0:00:00.087) 0:00:39.159 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 01 August 2024 12:56:05 -0400 (0:00:00.072) 0:00:39.231 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 01 August 2024 12:56:05 -0400 (0:00:00.072) 0:00:39.304 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 01 August 2024 12:56:05 -0400 (0:00:00.109) 0:00:39.414 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 01 August 2024 12:56:05 -0400 (0:00:00.031) 0:00:39.445 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 01 August 2024 12:56:05 -0400 (0:00:00.116) 0:00:39.562 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 01 August 2024 12:56:05 -0400 (0:00:00.069) 0:00:39.632 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 01 August 2024 12:56:05 -0400 (0:00:00.112) 0:00:39.744 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 01 August 2024 12:56:06 -0400 (0:00:00.149) 0:00:39.894 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 01 August 2024 12:56:06 -0400 (0:00:00.068) 0:00:39.963 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 01 August 2024 12:56:06 -0400 (0:00:00.070) 0:00:40.033 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 01 August 2024 12:56:06 -0400 (0:00:00.072) 0:00:40.105 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 01 August 2024 12:56:06 -0400 (0:00:00.073) 0:00:40.178 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 01 August 2024 12:56:06 -0400 (0:00:00.032) 0:00:40.211 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 01 August 2024 12:56:06 -0400 (0:00:00.030) 0:00:40.241 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Save UUID of the created volume group] *********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:64 Thursday 01 August 2024 12:56:06 -0400 (0:00:00.068) 0:00:40.310 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.036177", "end": "2024-08-01 12:56:06.828849", "rc": 0, "start": "2024-08-01 12:56:06.792672" } STDOUT: jjIwSP-AXAr-u0Fz-SuoS-tfc6-3cih-L4UGeO TASK [Verify that nothing changes when disks don't change] ********************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:69 Thursday 01 August 2024 12:56:06 -0400 (0:00:00.446) 0:00:40.756 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 12:56:07 -0400 (0:00:00.114) 0:00:40.871 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 12:56:07 -0400 (0:00:00.090) 0:00:40.961 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 12:56:07 -0400 (0:00:00.140) 0:00:41.102 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 12:56:07 -0400 (0:00:00.270) 0:00:41.373 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 12:56:07 -0400 (0:00:00.069) 0:00:41.442 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 12:56:07 -0400 (0:00:00.066) 0:00:41.509 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 12:56:07 -0400 (0:00:00.071) 0:00:41.581 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 12:56:07 -0400 (0:00:00.072) 0:00:41.653 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 12:56:07 -0400 (0:00:00.115) 0:00:41.769 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 12:56:07 -0400 (0:00:00.070) 0:00:41.839 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 12:56:08 -0400 (0:00:00.077) 0:00:41.917 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 12:56:08 -0400 (0:00:00.073) 0:00:41.990 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 12:56:08 -0400 (0:00:00.067) 0:00:42.058 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 12:56:08 -0400 (0:00:00.068) 0:00:42.126 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 12:56:08 -0400 (0:00:00.070) 0:00:42.197 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 12:56:08 -0400 (0:00:00.071) 0:00:42.268 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 12:56:08 -0400 (0:00:00.180) 0:00:42.448 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 12:56:08 -0400 (0:00:00.030) 0:00:42.479 ******* ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/foo", "/dev/xvda1" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 12:56:11 -0400 (0:00:03.188) 0:00:45.667 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 12:56:11 -0400 (0:00:00.085) 0:00:45.753 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 12:56:12 -0400 (0:00:00.419) 0:00:46.173 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 12:56:12 -0400 (0:00:00.068) 0:00:46.241 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 12:56:12 -0400 (0:00:00.031) 0:00:46.273 ******* ok: [managed_node1] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/xvda1" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 12:56:12 -0400 (0:00:00.075) 0:00:46.348 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 12:56:12 -0400 (0:00:00.073) 0:00:46.422 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 12:56:12 -0400 (0:00:00.073) 0:00:46.495 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 12:56:12 -0400 (0:00:00.057) 0:00:46.553 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 12:56:12 -0400 (0:00:00.071) 0:00:46.625 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 12:56:12 -0400 (0:00:00.055) 0:00:46.681 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 12:56:12 -0400 (0:00:00.053) 0:00:46.734 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 12:56:12 -0400 (0:00:00.069) 0:00:46.803 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722530269.237275, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722530267.122253, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 291504325, "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": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "631090437", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 12:56:13 -0400 (0:00:00.494) 0:00:47.298 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 12:56:13 -0400 (0:00:00.031) 0:00:47.330 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:77 Thursday 01 August 2024 12:56:14 -0400 (0:00:00.989) 0:00:48.320 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 01 August 2024 12:56:14 -0400 (0:00:00.107) 0:00:48.427 ******* ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 01 August 2024 12:56:14 -0400 (0:00:00.095) 0:00:48.523 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 01 August 2024 12:56:14 -0400 (0:00:00.087) 0:00:48.610 ******* ok: [managed_node1] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "dpezIv-4Y03-CCZq-f1mH-6wtl-Y3qB-QgHfK8" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "5Xfokz-jtnU-oa8c-87h1-9dwL-AT1A-Etp8R5" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "DYlxpJ-AJhB-Leio-ijcA-ag6f-LONp-DwZ2d7" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "caHn7M-0wuR-UetS-dVXm-8bm6-aAtO-OhTkmS" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "k8MPaA-EilA-lTly-C1Ta-gc3Z-h1tL-C0B6XR" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "HH3QvX-lIFc-TQok-vcGx-6r3u-eKPL-Xu9k6d" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "gwN9eZ-JN0Q-Sl8N-NtBz-E1Sy-3lcS-8T3b3F" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "0isPWw-J1mI-LDFX-Jv1u-lhtI-B0ki-1hqrc7" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "d1d1ra-ys2c-Q2UY-KZIo-jNe6-6Xak-wOyjNs" }, "/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": "fa5d09b5-e37a-49b7-81f4-3e79e6e2212c" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 01 August 2024 12:56:15 -0400 (0:00:00.417) 0:00:49.028 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004174", "end": "2024-08-01 12:56:16.500984", "rc": 0, "start": "2024-08-01 12:56:15.496810" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fa5d09b5-e37a-49b7-81f4-3e79e6e2212c / 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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 01 August 2024 12:56:16 -0400 (0:00:01.402) 0:00:50.431 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003049", "end": "2024-08-01 12:56:16.895851", "failed_when_result": false, "rc": 0, "start": "2024-08-01 12:56:16.892802" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 01 August 2024 12:56:16 -0400 (0:00:00.394) 0:00:50.826 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 => (item={'disks': ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 01 August 2024 12:56:17 -0400 (0:00:00.118) 0:00:50.944 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 01 August 2024 12:56:17 -0400 (0:00:00.071) 0:00:51.016 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.036695", "end": "2024-08-01 12:56:17.575482", "rc": 0, "start": "2024-08-01 12:56:17.538787" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 01 August 2024 12:56:17 -0400 (0:00:00.531) 0:00:51.547 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 01 August 2024 12:56:17 -0400 (0:00:00.075) 0:00:51.623 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 01 August 2024 12:56:17 -0400 (0:00:00.135) 0:00:51.759 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 01 August 2024 12:56:17 -0400 (0:00:00.098) 0:00:51.857 ******* ok: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [managed_node1] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } ok: [managed_node1] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdd1", "pv": "/dev/sdd1" } ok: [managed_node1] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sde1", "pv": "/dev/sde1" } ok: [managed_node1] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdf1", "pv": "/dev/sdf1" } ok: [managed_node1] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdg1", "pv": "/dev/sdg1" } ok: [managed_node1] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh1", "pv": "/dev/sdh1" } ok: [managed_node1] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdi1", "pv": "/dev/sdi1" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 01 August 2024 12:56:21 -0400 (0:00:03.316) 0:00:55.174 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 01 August 2024 12:56:21 -0400 (0:00:00.092) 0:00:55.266 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 01 August 2024 12:56:21 -0400 (0:00:00.091) 0:00:55.357 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 01 August 2024 12:56:21 -0400 (0:00:00.094) 0:00:55.451 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 01 August 2024 12:56:21 -0400 (0:00:00.072) 0:00:55.524 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 01 August 2024 12:56:21 -0400 (0:00:00.087) 0:00:55.612 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 01 August 2024 12:56:21 -0400 (0:00:00.065) 0:00:55.678 ******* ok: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdd1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sde1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdf1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdg1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdi1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 01 August 2024 12:56:22 -0400 (0:00:00.391) 0:00:56.069 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:683474): WARNING **: 12:56:22.490: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True 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.9.51 originally 10.31.9.51 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.9.51 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.9.51 originally 10.31.9.51 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.9.51 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 01 August 2024 12:56:22 -0400 (0:00:00.430) 0:00:56.499 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [managed_node1] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [managed_node1] => (item=/dev/sdd1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdd1" } skipping: [managed_node1] => (item=/dev/sde1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sde1" } skipping: [managed_node1] => (item=/dev/sdf1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdf1" } skipping: [managed_node1] => (item=/dev/sdg1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdg1" } skipping: [managed_node1] => (item=/dev/sdh1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh1" } skipping: [managed_node1] => (item=/dev/sdi1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdi1" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.420) 0:00:56.919 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.104) 0:00:57.024 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.069) 0:00:57.093 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.068) 0:00:57.162 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.067) 0:00:57.229 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.067) 0:00:57.297 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.067) 0:00:57.365 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.068) 0:00:57.433 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.068) 0:00:57.502 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.066) 0:00:57.568 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.071) 0:00:57.639 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.068) 0:00:57.708 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 01 August 2024 12:56:23 -0400 (0:00:00.071) 0:00:57.779 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 01 August 2024 12:56:24 -0400 (0:00:00.200) 0:00:57.980 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 01 August 2024 12:56:24 -0400 (0:00:00.033) 0:00:58.013 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 01 August 2024 12:56:24 -0400 (0:00:00.110) 0:00:58.123 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 01 August 2024 12:56:24 -0400 (0:00:00.032) 0:00:58.156 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 01 August 2024 12:56:24 -0400 (0:00:00.112) 0:00:58.268 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 01 August 2024 12:56:24 -0400 (0:00:00.090) 0:00:58.359 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "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_node1] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "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_node1] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "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_node1] => (item=/dev/sdd1) => { "_storage_test_pool_member_path": "/dev/sdd1", "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_node1] => (item=/dev/sde1) => { "_storage_test_pool_member_path": "/dev/sde1", "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_node1] => (item=/dev/sdf1) => { "_storage_test_pool_member_path": "/dev/sdf1", "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_node1] => (item=/dev/sdg1) => { "_storage_test_pool_member_path": "/dev/sdg1", "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_node1] => (item=/dev/sdh1) => { "_storage_test_pool_member_path": "/dev/sdh1", "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_node1] => (item=/dev/sdi1) => { "_storage_test_pool_member_path": "/dev/sdi1", "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_node1] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 01 August 2024 12:56:24 -0400 (0:00:00.357) 0:00:58.716 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sda1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdb1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdc1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdd1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sde1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdf1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdg1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdh1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdi1) TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:25 -0400 (0:00:00.417) 0:00:59.133 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:25 -0400 (0:00:00.093) 0:00:59.226 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:25 -0400 (0:00:00.093) 0:00:59.320 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:25 -0400 (0:00:00.170) 0:00:59.490 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:25 -0400 (0:00:00.088) 0:00:59.578 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:25 -0400 (0:00:00.087) 0:00:59.665 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:25 -0400 (0:00:00.072) 0:00:59.738 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:25 -0400 (0:00:00.088) 0:00:59.827 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:26 -0400 (0:00:00.090) 0:00:59.917 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:26 -0400 (0:00:00.086) 0:01:00.004 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:26 -0400 (0:00:00.086) 0:01:00.090 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:26 -0400 (0:00:00.083) 0:01:00.174 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:26 -0400 (0:00:00.069) 0:01:00.244 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:26 -0400 (0:00:00.091) 0:01:00.335 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:26 -0400 (0:00:00.089) 0:01:00.424 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:26 -0400 (0:00:00.085) 0:01:00.510 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:26 -0400 (0:00:00.085) 0:01:00.595 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:26 -0400 (0:00:00.087) 0:01:00.683 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:26 -0400 (0:00:00.159) 0:01:00.843 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:27 -0400 (0:00:00.094) 0:01:00.938 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:27 -0400 (0:00:00.093) 0:01:01.031 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:27 -0400 (0:00:00.088) 0:01:01.120 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:27 -0400 (0:00:00.087) 0:01:01.207 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:27 -0400 (0:00:00.087) 0:01:01.294 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:27 -0400 (0:00:00.069) 0:01:01.364 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:27 -0400 (0:00:00.093) 0:01:01.458 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:27 -0400 (0:00:00.090) 0:01:01.548 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:27 -0400 (0:00:00.088) 0:01:01.636 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:27 -0400 (0:00:00.082) 0:01:01.719 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:27 -0400 (0:00:00.086) 0:01:01.806 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:28 -0400 (0:00:00.070) 0:01:01.876 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:28 -0400 (0:00:00.088) 0:01:01.964 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:28 -0400 (0:00:00.132) 0:01:02.097 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:28 -0400 (0:00:00.172) 0:01:02.269 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:28 -0400 (0:00:00.085) 0:01:02.355 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:28 -0400 (0:00:00.083) 0:01:02.439 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:28 -0400 (0:00:00.074) 0:01:02.513 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:28 -0400 (0:00:00.090) 0:01:02.603 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:28 -0400 (0:00:00.093) 0:01:02.697 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:28 -0400 (0:00:00.084) 0:01:02.781 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:29 -0400 (0:00:00.087) 0:01:02.869 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:29 -0400 (0:00:00.085) 0:01:02.954 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:29 -0400 (0:00:00.070) 0:01:03.024 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:29 -0400 (0:00:00.090) 0:01:03.114 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:29 -0400 (0:00:00.089) 0:01:03.204 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:29 -0400 (0:00:00.088) 0:01:03.292 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:29 -0400 (0:00:00.087) 0:01:03.380 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:29 -0400 (0:00:00.135) 0:01:03.515 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:29 -0400 (0:00:00.155) 0:01:03.671 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:29 -0400 (0:00:00.096) 0:01:03.767 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:29 -0400 (0:00:00.088) 0:01:03.856 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:30 -0400 (0:00:00.088) 0:01:03.944 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:30 -0400 (0:00:00.089) 0:01:04.034 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:30 -0400 (0:00:00.088) 0:01:04.122 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 01 August 2024 12:56:30 -0400 (0:00:00.069) 0:01:04.192 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 01 August 2024 12:56:30 -0400 (0:00:00.070) 0:01:04.262 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 01 August 2024 12:56:30 -0400 (0:00:00.114) 0:01:04.376 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 01 August 2024 12:56:30 -0400 (0:00:00.034) 0:01:04.411 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 01 August 2024 12:56:30 -0400 (0:00:00.112) 0:01:04.523 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 01 August 2024 12:56:30 -0400 (0:00:00.069) 0:01:04.593 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 01 August 2024 12:56:30 -0400 (0:00:00.160) 0:01:04.754 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 01 August 2024 12:56:30 -0400 (0:00:00.071) 0:01:04.825 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 01 August 2024 12:56:31 -0400 (0:00:00.068) 0:01:04.894 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 01 August 2024 12:56:31 -0400 (0:00:00.069) 0:01:04.963 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 01 August 2024 12:56:31 -0400 (0:00:00.071) 0:01:05.035 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 01 August 2024 12:56:31 -0400 (0:00:00.071) 0:01:05.106 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 01 August 2024 12:56:31 -0400 (0:00:00.029) 0:01:05.136 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 01 August 2024 12:56:31 -0400 (0:00:00.031) 0:01:05.168 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:80 Thursday 01 August 2024 12:56:31 -0400 (0:00:00.072) 0:01:05.240 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.033124", "end": "2024-08-01 12:56:31.746366", "rc": 0, "start": "2024-08-01 12:56:31.713242" } STDOUT: jjIwSP-AXAr-u0Fz-SuoS-tfc6-3cih-L4UGeO TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:85 Thursday 01 August 2024 12:56:31 -0400 (0:00:00.436) 0:01:05.677 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:89 Thursday 01 August 2024 12:56:31 -0400 (0:00:00.069) 0:01:05.746 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 12:56:32 -0400 (0:00:00.124) 0:01:05.871 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 12:56:32 -0400 (0:00:00.141) 0:01:06.012 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 12:56:32 -0400 (0:00:00.094) 0:01:06.106 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 12:56:32 -0400 (0:00:00.193) 0:01:06.300 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 12:56:32 -0400 (0:00:00.069) 0:01:06.370 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 12:56:32 -0400 (0:00:00.069) 0:01:06.439 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 12:56:32 -0400 (0:00:00.068) 0:01:06.508 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 12:56:32 -0400 (0:00:00.074) 0:01:06.583 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 12:56:32 -0400 (0:00:00.112) 0:01:06.696 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 12:56:32 -0400 (0:00:00.072) 0:01:06.768 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 12:56:32 -0400 (0:00:00.073) 0:01:06.842 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 12:56:33 -0400 (0:00:00.075) 0:01:06.918 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 12:56:33 -0400 (0:00:00.073) 0:01:06.991 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 12:56:33 -0400 (0:00:00.069) 0:01:07.061 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 12:56:33 -0400 (0:00:00.066) 0:01:07.128 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 12:56:33 -0400 (0:00:00.157) 0:01:07.285 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 12:56:33 -0400 (0:00:00.098) 0:01:07.384 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 12:56:33 -0400 (0:00:00.033) 0:01:07.417 ******* changed: [managed_node1] => { "actions": [ { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "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": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/foo", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 12:56:39 -0400 (0:00:05.949) 0:01:13.367 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 12:56:39 -0400 (0:00:00.090) 0:01:13.457 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 12:56:40 -0400 (0:00:00.415) 0:01:13.872 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 12:56:40 -0400 (0:00:00.409) 0:01:14.281 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 12:56:40 -0400 (0:00:00.032) 0:01:14.314 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "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": "lvmpv" }, { "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/foo", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 12:56:40 -0400 (0:00:00.075) 0:01:14.389 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 12:56:40 -0400 (0:00:00.073) 0:01:14.463 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 12:56:40 -0400 (0:00:00.074) 0:01:14.537 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 12:56:40 -0400 (0:00:00.052) 0:01:14.589 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 12:56:40 -0400 (0:00:00.071) 0:01:14.660 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 12:56:40 -0400 (0:00:00.051) 0:01:14.712 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 12:56:40 -0400 (0:00:00.093) 0:01:14.806 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 12:56:41 -0400 (0:00:00.067) 0:01:14.873 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722530269.237275, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722530267.122253, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 291504325, "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": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "631090437", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 12:56:41 -0400 (0:00:00.419) 0:01:15.293 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 12:56:41 -0400 (0:00:00.033) 0:01:15.326 ******* ok: [managed_node1] TASK [Get the partition table type on disk removed from the VG] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:97 Thursday 01 August 2024 12:56:42 -0400 (0:00:01.008) 0:01:16.335 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "lsblk", "-o", "PTTYPE", "--noheadings", "--nodeps", "/dev/sdb" ], "delta": "0:00:00.004174", "end": "2024-08-01 12:56:42.806898", "rc": 0, "start": "2024-08-01 12:56:42.802724" } TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:102 Thursday 01 August 2024 12:56:42 -0400 (0:00:00.402) 0:01:16.738 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:106 Thursday 01 August 2024 12:56:42 -0400 (0:00:00.070) 0:01:16.808 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 01 August 2024 12:56:43 -0400 (0:00:00.106) 0:01:16.915 ******* ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 01 August 2024 12:56:43 -0400 (0:00:00.086) 0:01:17.002 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 01 August 2024 12:56:43 -0400 (0:00:00.084) 0:01:17.086 ******* ok: [managed_node1] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "dpezIv-4Y03-CCZq-f1mH-6wtl-Y3qB-QgHfK8" }, "/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": "fa5d09b5-e37a-49b7-81f4-3e79e6e2212c" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 01 August 2024 12:56:43 -0400 (0:00:00.410) 0:01:17.496 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003043", "end": "2024-08-01 12:56:43.979155", "rc": 0, "start": "2024-08-01 12:56:43.976112" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fa5d09b5-e37a-49b7-81f4-3e79e6e2212c / 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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 01 August 2024 12:56:44 -0400 (0:00:00.410) 0:01:17.906 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003027", "end": "2024-08-01 12:56:44.377294", "failed_when_result": false, "rc": 0, "start": "2024-08-01 12:56:44.374267" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 01 August 2024 12:56:44 -0400 (0:00:00.402) 0:01:18.309 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 01 August 2024 12:56:44 -0400 (0:00:00.215) 0:01:18.524 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 01 August 2024 12:56:44 -0400 (0:00:00.073) 0:01:18.597 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.033380", "end": "2024-08-01 12:56:45.107919", "rc": 0, "start": "2024-08-01 12:56:45.074539" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 01 August 2024 12:56:45 -0400 (0:00:00.438) 0:01:19.036 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 01 August 2024 12:56:45 -0400 (0:00:00.076) 0:01:19.112 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 01 August 2024 12:56:45 -0400 (0:00:00.134) 0:01:19.246 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 01 August 2024 12:56:45 -0400 (0:00:00.093) 0:01:19.340 ******* ok: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 01 August 2024 12:56:45 -0400 (0:00:00.417) 0:01:19.757 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 01 August 2024 12:56:45 -0400 (0:00:00.085) 0:01:19.842 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 01 August 2024 12:56:46 -0400 (0:00:00.089) 0:01:19.932 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 01 August 2024 12:56:46 -0400 (0:00:00.085) 0:01:20.018 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 01 August 2024 12:56:46 -0400 (0:00:00.071) 0:01:20.090 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 01 August 2024 12:56:46 -0400 (0:00:00.086) 0:01:20.177 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 01 August 2024 12:56:46 -0400 (0:00:00.153) 0:01:20.331 ******* ok: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 01 August 2024 12:56:46 -0400 (0:00:00.072) 0:01:20.404 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:685337): WARNING **: 12:56:46.819: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True 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.9.51 originally 10.31.9.51 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.9.51 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.9.51 originally 10.31.9.51 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.9.51 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 01 August 2024 12:56:46 -0400 (0:00:00.434) 0:01:20.839 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.087) 0:01:20.926 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.102) 0:01:21.029 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.066) 0:01:21.096 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.066) 0:01:21.163 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.065) 0:01:21.229 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.065) 0:01:21.295 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.068) 0:01:21.363 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.067) 0:01:21.431 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.065) 0:01:21.497 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.066) 0:01:21.564 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.065) 0:01:21.630 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.154) 0:01:21.784 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 01 August 2024 12:56:47 -0400 (0:00:00.072) 0:01:21.857 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 01 August 2024 12:56:48 -0400 (0:00:00.101) 0:01:21.958 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 01 August 2024 12:56:48 -0400 (0:00:00.032) 0:01:21.990 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 01 August 2024 12:56:48 -0400 (0:00:00.105) 0:01:22.096 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 01 August 2024 12:56:48 -0400 (0:00:00.032) 0:01:22.128 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 01 August 2024 12:56:48 -0400 (0:00:00.109) 0:01:22.237 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 01 August 2024 12:56:48 -0400 (0:00:00.091) 0:01:22.329 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "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_node1] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 01 August 2024 12:56:48 -0400 (0:00:00.069) 0:01:22.399 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sda1) TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:56:48 -0400 (0:00:00.097) 0:01:22.497 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:56:48 -0400 (0:00:00.151) 0:01:22.648 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:56:48 -0400 (0:00:00.188) 0:01:22.836 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:56:49 -0400 (0:00:00.088) 0:01:22.925 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:56:49 -0400 (0:00:00.084) 0:01:23.009 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:56:49 -0400 (0:00:00.085) 0:01:23.094 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 01 August 2024 12:56:49 -0400 (0:00:00.073) 0:01:23.167 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 01 August 2024 12:56:49 -0400 (0:00:00.070) 0:01:23.238 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 01 August 2024 12:56:49 -0400 (0:00:00.107) 0:01:23.345 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 01 August 2024 12:56:49 -0400 (0:00:00.030) 0:01:23.376 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 01 August 2024 12:56:49 -0400 (0:00:00.110) 0:01:23.487 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 01 August 2024 12:56:49 -0400 (0:00:00.070) 0:01:23.557 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 01 August 2024 12:56:49 -0400 (0:00:00.069) 0:01:23.627 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 01 August 2024 12:56:49 -0400 (0:00:00.069) 0:01:23.696 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 01 August 2024 12:56:49 -0400 (0:00:00.161) 0:01:23.857 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 01 August 2024 12:56:50 -0400 (0:00:00.069) 0:01:23.927 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 01 August 2024 12:56:50 -0400 (0:00:00.070) 0:01:23.998 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 01 August 2024 12:56:50 -0400 (0:00:00.068) 0:01:24.067 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 01 August 2024 12:56:50 -0400 (0:00:00.032) 0:01:24.099 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 01 August 2024 12:56:50 -0400 (0:00:00.028) 0:01:24.128 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:109 Thursday 01 August 2024 12:56:50 -0400 (0:00:00.069) 0:01:24.197 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028964", "end": "2024-08-01 12:56:50.697441", "rc": 0, "start": "2024-08-01 12:56:50.668477" } STDOUT: jjIwSP-AXAr-u0Fz-SuoS-tfc6-3cih-L4UGeO TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:114 Thursday 01 August 2024 12:56:50 -0400 (0:00:00.429) 0:01:24.626 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Add the second disk back to the 'foo' volume group] ********************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:118 Thursday 01 August 2024 12:56:50 -0400 (0:00:00.071) 0:01:24.698 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 12:56:50 -0400 (0:00:00.125) 0:01:24.823 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 12:56:51 -0400 (0:00:00.089) 0:01:24.912 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 12:56:51 -0400 (0:00:00.093) 0:01:25.006 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 12:56:51 -0400 (0:00:00.245) 0:01:25.252 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 12:56:51 -0400 (0:00:00.170) 0:01:25.422 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 12:56:51 -0400 (0:00:00.069) 0:01:25.492 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 12:56:51 -0400 (0:00:00.070) 0:01:25.563 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 12:56:51 -0400 (0:00:00.069) 0:01:25.633 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 12:56:51 -0400 (0:00:00.109) 0:01:25.742 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 12:56:51 -0400 (0:00:00.070) 0:01:25.813 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 12:56:52 -0400 (0:00:00.070) 0:01:25.884 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 12:56:52 -0400 (0:00:00.070) 0:01:25.954 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 12:56:52 -0400 (0:00:00.069) 0:01:26.024 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 12:56:52 -0400 (0:00:00.070) 0:01:26.095 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 12:56:52 -0400 (0:00:00.072) 0:01:26.167 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 12:56:52 -0400 (0:00:00.068) 0:01:26.236 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 12:56:52 -0400 (0:00:00.153) 0:01:26.390 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 12:56:52 -0400 (0:00:00.080) 0:01:26.470 ******* changed: [managed_node1] => { "actions": [ { "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": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/foo", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 12:56:54 -0400 (0:00:01.947) 0:01:28.418 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 12:56:54 -0400 (0:00:00.084) 0:01:28.502 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 12:56:55 -0400 (0:00:00.412) 0:01:28.914 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 12:56:55 -0400 (0:00:00.407) 0:01:29.322 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 12:56:55 -0400 (0:00:00.032) 0:01:29.354 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "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": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 12:56:55 -0400 (0:00:00.070) 0:01:29.424 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 12:56:55 -0400 (0:00:00.073) 0:01:29.498 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 12:56:55 -0400 (0:00:00.071) 0:01:29.569 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 12:56:55 -0400 (0:00:00.051) 0:01:29.621 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 12:56:55 -0400 (0:00:00.068) 0:01:29.689 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 12:56:55 -0400 (0:00:00.055) 0:01:29.745 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 12:56:55 -0400 (0:00:00.053) 0:01:29.798 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 12:56:56 -0400 (0:00:00.068) 0:01:29.867 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722530269.237275, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722530267.122253, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 291504325, "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": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "631090437", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 12:56:56 -0400 (0:00:00.406) 0:01:30.273 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 12:56:56 -0400 (0:00:00.075) 0:01:30.349 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:126 Thursday 01 August 2024 12:56:57 -0400 (0:00:00.983) 0:01:31.332 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 01 August 2024 12:56:57 -0400 (0:00:00.107) 0:01:31.440 ******* ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 01 August 2024 12:56:57 -0400 (0:00:00.087) 0:01:31.528 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 01 August 2024 12:56:57 -0400 (0:00:00.085) 0:01:31.613 ******* ok: [managed_node1] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "dpezIv-4Y03-CCZq-f1mH-6wtl-Y3qB-QgHfK8" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "NbX2uS-1i2r-KyXq-vlnX-JzU3-2XC8-oBRNCe" }, "/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": "fa5d09b5-e37a-49b7-81f4-3e79e6e2212c" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 01 August 2024 12:56:58 -0400 (0:00:00.414) 0:01:32.028 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003101", "end": "2024-08-01 12:56:58.504245", "rc": 0, "start": "2024-08-01 12:56:58.501144" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fa5d09b5-e37a-49b7-81f4-3e79e6e2212c / 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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 01 August 2024 12:56:58 -0400 (0:00:00.406) 0:01:32.434 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003075", "end": "2024-08-01 12:56:58.904062", "failed_when_result": false, "rc": 0, "start": "2024-08-01 12:56:58.900987" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 01 August 2024 12:56:58 -0400 (0:00:00.398) 0:01:32.833 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 => (item={'disks': ['sda', 'sdb'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 01 August 2024 12:56:59 -0400 (0:00:00.110) 0:01:32.944 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 01 August 2024 12:56:59 -0400 (0:00:00.069) 0:01:33.013 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.029115", "end": "2024-08-01 12:56:59.513516", "rc": 0, "start": "2024-08-01 12:56:59.484401" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 01 August 2024 12:56:59 -0400 (0:00:00.429) 0:01:33.443 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 01 August 2024 12:56:59 -0400 (0:00:00.165) 0:01:33.609 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 01 August 2024 12:56:59 -0400 (0:00:00.130) 0:01:33.739 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 01 August 2024 12:56:59 -0400 (0:00:00.094) 0:01:33.834 ******* ok: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 01 August 2024 12:57:00 -0400 (0:00:00.751) 0:01:34.585 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 01 August 2024 12:57:00 -0400 (0:00:00.089) 0:01:34.675 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 01 August 2024 12:57:00 -0400 (0:00:00.087) 0:01:34.762 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 01 August 2024 12:57:00 -0400 (0:00:00.090) 0:01:34.852 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 01 August 2024 12:57:01 -0400 (0:00:00.071) 0:01:34.924 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 01 August 2024 12:57:01 -0400 (0:00:00.084) 0:01:35.008 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 01 August 2024 12:57:01 -0400 (0:00:00.068) 0:01:35.076 ******* ok: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 01 August 2024 12:57:01 -0400 (0:00:00.107) 0:01:35.184 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:686901): WARNING **: 12:57:01.594: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True 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.9.51 originally 10.31.9.51 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.9.51 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.9.51 originally 10.31.9.51 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.9.51 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 01 August 2024 12:57:01 -0400 (0:00:00.430) 0:01:35.614 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 01 August 2024 12:57:01 -0400 (0:00:00.176) 0:01:35.791 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.151) 0:01:35.942 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.072) 0:01:36.015 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.069) 0:01:36.084 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.068) 0:01:36.153 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.070) 0:01:36.223 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.070) 0:01:36.294 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.070) 0:01:36.364 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.069) 0:01:36.433 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.071) 0:01:36.505 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.069) 0:01:36.574 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.069) 0:01:36.643 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.070) 0:01:36.713 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 01 August 2024 12:57:02 -0400 (0:00:00.105) 0:01:36.818 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 01 August 2024 12:57:03 -0400 (0:00:00.081) 0:01:36.900 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 01 August 2024 12:57:03 -0400 (0:00:00.103) 0:01:37.003 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 01 August 2024 12:57:03 -0400 (0:00:00.033) 0:01:37.037 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 01 August 2024 12:57:03 -0400 (0:00:00.110) 0:01:37.148 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 01 August 2024 12:57:03 -0400 (0:00:00.088) 0:01:37.236 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "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_node1] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "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_node1] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 01 August 2024 12:57:03 -0400 (0:00:00.101) 0:01:37.338 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sda1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdb1) TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:57:03 -0400 (0:00:00.129) 0:01:37.468 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:57:03 -0400 (0:00:00.089) 0:01:37.557 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:57:03 -0400 (0:00:00.090) 0:01:37.648 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:57:03 -0400 (0:00:00.087) 0:01:37.735 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:57:03 -0400 (0:00:00.082) 0:01:37.818 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:57:04 -0400 (0:00:00.129) 0:01:37.948 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:57:04 -0400 (0:00:00.162) 0:01:38.111 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:57:04 -0400 (0:00:00.090) 0:01:38.201 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:57:04 -0400 (0:00:00.088) 0:01:38.290 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:57:04 -0400 (0:00:00.082) 0:01:38.372 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:57:04 -0400 (0:00:00.085) 0:01:38.458 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:57:04 -0400 (0:00:00.083) 0:01:38.542 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 01 August 2024 12:57:04 -0400 (0:00:00.070) 0:01:38.612 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 01 August 2024 12:57:04 -0400 (0:00:00.067) 0:01:38.679 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 01 August 2024 12:57:04 -0400 (0:00:00.109) 0:01:38.789 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 01 August 2024 12:57:04 -0400 (0:00:00.030) 0:01:38.820 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 01 August 2024 12:57:05 -0400 (0:00:00.108) 0:01:38.928 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 01 August 2024 12:57:05 -0400 (0:00:00.067) 0:01:38.996 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 01 August 2024 12:57:05 -0400 (0:00:00.163) 0:01:39.159 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 01 August 2024 12:57:05 -0400 (0:00:00.067) 0:01:39.227 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 01 August 2024 12:57:05 -0400 (0:00:00.067) 0:01:39.295 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 01 August 2024 12:57:05 -0400 (0:00:00.066) 0:01:39.361 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 01 August 2024 12:57:05 -0400 (0:00:00.066) 0:01:39.428 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 01 August 2024 12:57:05 -0400 (0:00:00.067) 0:01:39.496 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 01 August 2024 12:57:05 -0400 (0:00:00.029) 0:01:39.525 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 01 August 2024 12:57:05 -0400 (0:00:00.031) 0:01:39.557 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:129 Thursday 01 August 2024 12:57:05 -0400 (0:00:00.066) 0:01:39.623 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.029207", "end": "2024-08-01 12:57:06.117486", "rc": 0, "start": "2024-08-01 12:57:06.088279" } STDOUT: jjIwSP-AXAr-u0Fz-SuoS-tfc6-3cih-L4UGeO TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:134 Thursday 01 August 2024 12:57:06 -0400 (0:00:00.422) 0:01:40.045 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV and add the third disk to the 'foo' volume group] **** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:138 Thursday 01 August 2024 12:57:06 -0400 (0:00:00.071) 0:01:40.117 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 12:57:06 -0400 (0:00:00.127) 0:01:40.244 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 12:57:06 -0400 (0:00:00.092) 0:01:40.336 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 12:57:06 -0400 (0:00:00.184) 0:01:40.521 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 12:57:06 -0400 (0:00:00.189) 0:01:40.710 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 12:57:06 -0400 (0:00:00.069) 0:01:40.779 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 12:57:06 -0400 (0:00:00.067) 0:01:40.847 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 12:57:07 -0400 (0:00:00.073) 0:01:40.921 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 12:57:07 -0400 (0:00:00.068) 0:01:40.990 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 12:57:07 -0400 (0:00:00.108) 0:01:41.098 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 12:57:07 -0400 (0:00:00.064) 0:01:41.163 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sdb", "sdc" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 12:57:07 -0400 (0:00:00.072) 0:01:41.235 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 12:57:07 -0400 (0:00:00.070) 0:01:41.306 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 12:57:07 -0400 (0:00:00.069) 0:01:41.376 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 12:57:07 -0400 (0:00:00.065) 0:01:41.441 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 12:57:07 -0400 (0:00:00.070) 0:01:41.512 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 12:57:07 -0400 (0:00:00.159) 0:01:41.672 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 12:57:07 -0400 (0:00:00.102) 0:01:41.774 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 12:57:07 -0400 (0:00:00.032) 0:01:41.806 ******* changed: [managed_node1] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "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": "lvmpv" }, { "action": "add container member", "device": "/dev/sdc1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/foo", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 12:57:10 -0400 (0:00:02.510) 0:01:44.317 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 12:57:10 -0400 (0:00:00.086) 0:01:44.403 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 12:57:10 -0400 (0:00:00.420) 0:01:44.824 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 12:57:11 -0400 (0:00:00.402) 0:01:45.226 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 12:57:11 -0400 (0:00:00.030) 0:01:45.257 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "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": "lvmpv" }, { "action": "add container member", "device": "/dev/sdc1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/foo", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 12:57:11 -0400 (0:00:00.072) 0:01:45.330 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 12:57:11 -0400 (0:00:00.071) 0:01:45.402 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 12:57:11 -0400 (0:00:00.068) 0:01:45.470 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 12:57:11 -0400 (0:00:00.056) 0:01:45.526 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 12:57:11 -0400 (0:00:00.066) 0:01:45.593 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 12:57:11 -0400 (0:00:00.050) 0:01:45.644 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 12:57:11 -0400 (0:00:00.050) 0:01:45.694 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 12:57:12 -0400 (0:00:00.165) 0:01:45.860 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722530269.237275, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722530267.122253, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 291504325, "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": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "631090437", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 12:57:12 -0400 (0:00:00.412) 0:01:46.272 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 12:57:12 -0400 (0:00:00.032) 0:01:46.304 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:147 Thursday 01 August 2024 12:57:13 -0400 (0:00:00.992) 0:01:47.297 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 01 August 2024 12:57:13 -0400 (0:00:00.112) 0:01:47.409 ******* ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 01 August 2024 12:57:13 -0400 (0:00:00.088) 0:01:47.497 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 01 August 2024 12:57:13 -0400 (0:00:00.083) 0:01:47.581 ******* ok: [managed_node1] => { "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/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "NbX2uS-1i2r-KyXq-vlnX-JzU3-2XC8-oBRNCe" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "9fNRJB-r5Xy-0m46-LtcP-OMNH-rou5-mxFER5" }, "/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": "fa5d09b5-e37a-49b7-81f4-3e79e6e2212c" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 01 August 2024 12:57:14 -0400 (0:00:00.407) 0:01:47.989 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002972", "end": "2024-08-01 12:57:14.455140", "rc": 0, "start": "2024-08-01 12:57:14.452168" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fa5d09b5-e37a-49b7-81f4-3e79e6e2212c / 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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 01 August 2024 12:57:14 -0400 (0:00:00.392) 0:01:48.382 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003142", "end": "2024-08-01 12:57:14.846417", "failed_when_result": false, "rc": 0, "start": "2024-08-01 12:57:14.843275" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 01 August 2024 12:57:14 -0400 (0:00:00.396) 0:01:48.779 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 => (item={'disks': ['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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 01 August 2024 12:57:15 -0400 (0:00:00.113) 0:01:48.892 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 01 August 2024 12:57:15 -0400 (0:00:00.170) 0:01:49.062 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.028925", "end": "2024-08-01 12:57:15.565460", "rc": 0, "start": "2024-08-01 12:57:15.536535" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 01 August 2024 12:57:15 -0400 (0:00:00.436) 0:01:49.499 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 01 August 2024 12:57:15 -0400 (0:00:00.071) 0:01:49.571 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 01 August 2024 12:57:15 -0400 (0:00:00.132) 0:01:49.704 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 01 August 2024 12:57:15 -0400 (0:00:00.092) 0:01:49.796 ******* ok: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [managed_node1] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 01 August 2024 12:57:16 -0400 (0:00:00.766) 0:01:50.563 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 01 August 2024 12:57:16 -0400 (0:00:00.086) 0:01:50.650 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 01 August 2024 12:57:16 -0400 (0:00:00.090) 0:01:50.741 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 01 August 2024 12:57:16 -0400 (0:00:00.089) 0:01:50.830 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 01 August 2024 12:57:17 -0400 (0:00:00.070) 0:01:50.901 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 01 August 2024 12:57:17 -0400 (0:00:00.084) 0:01:50.986 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 01 August 2024 12:57:17 -0400 (0:00:00.067) 0:01:51.053 ******* ok: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 01 August 2024 12:57:17 -0400 (0:00:00.158) 0:01:51.211 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:688512): WARNING **: 12:57:17.682: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True 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.9.51 originally 10.31.9.51 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.9.51 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.9.51 originally 10.31.9.51 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.9.51 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 01 August 2024 12:57:17 -0400 (0:00:00.491) 0:01:51.703 ******* skipping: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [managed_node1] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.216) 0:01:51.920 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.104) 0:01:52.024 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.070) 0:01:52.095 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.065) 0:01:52.161 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.069) 0:01:52.230 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.069) 0:01:52.299 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.066) 0:01:52.366 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.065) 0:01:52.431 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.066) 0:01:52.498 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.067) 0:01:52.565 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.067) 0:01:52.632 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.064) 0:01:52.697 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 01 August 2024 12:57:18 -0400 (0:00:00.068) 0:01:52.765 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 01 August 2024 12:57:19 -0400 (0:00:00.200) 0:01:52.965 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 01 August 2024 12:57:19 -0400 (0:00:00.030) 0:01:52.996 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 01 August 2024 12:57:19 -0400 (0:00:00.103) 0:01:53.099 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 01 August 2024 12:57:19 -0400 (0:00:00.032) 0:01:53.131 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 01 August 2024 12:57:19 -0400 (0:00:00.103) 0:01:53.234 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 01 August 2024 12:57:19 -0400 (0:00:00.087) 0:01:53.321 ******* skipping: [managed_node1] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "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_node1] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "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_node1] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 01 August 2024 12:57:19 -0400 (0:00:00.096) 0:01:53.418 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdb1) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdc1) TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:57:19 -0400 (0:00:00.130) 0:01:53.548 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:57:19 -0400 (0:00:00.088) 0:01:53.637 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:57:19 -0400 (0:00:00.089) 0:01:53.726 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:57:20 -0400 (0:00:00.133) 0:01:53.860 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:57:20 -0400 (0:00:00.183) 0:01:54.044 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:57:20 -0400 (0:00:00.088) 0:01:54.133 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:57:20 -0400 (0:00:00.068) 0:01:54.202 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:57:20 -0400 (0:00:00.087) 0:01:54.289 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:57:20 -0400 (0:00:00.091) 0:01:54.381 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:57:20 -0400 (0:00:00.082) 0:01:54.464 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:57:20 -0400 (0:00:00.084) 0:01:54.549 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:57:20 -0400 (0:00:00.083) 0:01:54.632 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 01 August 2024 12:57:20 -0400 (0:00:00.069) 0:01:54.701 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 01 August 2024 12:57:20 -0400 (0:00:00.070) 0:01:54.771 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.105) 0:01:54.877 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.032) 0:01:54.910 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.154) 0:01:55.065 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.069) 0:01:55.134 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.069) 0:01:55.204 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.066) 0:01:55.270 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.067) 0:01:55.338 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.064) 0:01:55.402 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.069) 0:01:55.472 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.069) 0:01:55.541 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.031) 0:01:55.573 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.028) 0:01:55.602 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:150 Thursday 01 August 2024 12:57:21 -0400 (0:00:00.071) 0:01:55.673 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031604", "end": "2024-08-01 12:57:22.180499", "rc": 0, "start": "2024-08-01 12:57:22.148895" } STDOUT: jjIwSP-AXAr-u0Fz-SuoS-tfc6-3cih-L4UGeO TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:155 Thursday 01 August 2024 12:57:22 -0400 (0:00:00.441) 0:01:56.114 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Create volume group 'foo' with 3 encrypted PVs] ************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:159 Thursday 01 August 2024 12:57:22 -0400 (0:00:00.068) 0:01:56.183 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 12:57:22 -0400 (0:00:00.183) 0:01:56.366 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 12:57:22 -0400 (0:00:00.093) 0:01:56.459 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 12:57:22 -0400 (0:00:00.092) 0:01:56.552 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 12:57:22 -0400 (0:00:00.184) 0:01:56.736 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 12:57:22 -0400 (0:00:00.065) 0:01:56.802 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.069) 0:01:56.871 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.069) 0:01:56.941 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.067) 0:01:57.008 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.107) 0:01:57.116 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.067) 0:01:57.184 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.072) 0:01:57.256 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.070) 0:01:57.327 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.064) 0:01:57.392 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.174) 0:01:57.566 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.069) 0:01:57.636 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.068) 0:01:57.704 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.096) 0:01:57.800 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 12:57:23 -0400 (0:00:00.031) 0:01:57.832 ******* changed: [managed_node1] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "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": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-29affb75-fe98-456f-ab24-2f145095f568", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-29affb75-fe98-456f-ab24-2f145095f568", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "fs_type": "lvmpv" }, { "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": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "fs_type": "lvmpv" }, { "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": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-9b79dadb-a23d-4638-b673-b5745e266fef", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-9b79dadb-a23d-4638-b673-b5745e266fef", "fs_type": "lvmpv" }, { "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": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-29affb75-fe98-456f-ab24-2f145095f568", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-9b79dadb-a23d-4638-b673-b5745e266fef", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-68d2c330-6894-45bd-9a1b-55f60d075820", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 12:59:02 -0400 (0:01:38.284) 0:03:36.116 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 12:59:02 -0400 (0:00:00.090) 0:03:36.207 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 12:59:02 -0400 (0:00:00.415) 0:03:36.622 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 12:59:03 -0400 (0:00:00.424) 0:03:37.047 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 12:59:03 -0400 (0:00:00.034) 0:03:37.081 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "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": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-29affb75-fe98-456f-ab24-2f145095f568", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-29affb75-fe98-456f-ab24-2f145095f568", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "fs_type": "lvmpv" }, { "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": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "fs_type": "lvmpv" }, { "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": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-9b79dadb-a23d-4638-b673-b5745e266fef", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-9b79dadb-a23d-4638-b673-b5745e266fef", "fs_type": "lvmpv" }, { "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": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-29affb75-fe98-456f-ab24-2f145095f568", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-9b79dadb-a23d-4638-b673-b5745e266fef", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-68d2c330-6894-45bd-9a1b-55f60d075820", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 12:59:03 -0400 (0:00:00.082) 0:03:37.164 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 12:59:03 -0400 (0:00:00.076) 0:03:37.240 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 12:59:03 -0400 (0:00:00.073) 0:03:37.313 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 12:59:03 -0400 (0:00:00.060) 0:03:37.374 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 12:59:03 -0400 (0:00:00.187) 0:03:37.561 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 12:59:03 -0400 (0:00:00.055) 0:03:37.616 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 12:59:03 -0400 (0:00:00.058) 0:03:37.675 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 12:59:03 -0400 (0:00:00.070) 0:03:37.745 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722530269.237275, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722530267.122253, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 291504325, "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": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "631090437", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 12:59:04 -0400 (0:00:00.424) 0:03:38.170 ******* changed: [managed_node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-d91dff9b-3d34-4983-acc4-db7a37670fd1', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-29affb75-fe98-456f-ab24-2f145095f568', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-29affb75-fe98-456f-ab24-2f145095f568", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-6317fba8-11fc-4f4b-9406-e76bbcb84379', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-9b79dadb-a23d-4638-b673-b5745e266fef', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-9b79dadb-a23d-4638-b673-b5745e266fef", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sda1', 'name': 'luks-68d2c330-6894-45bd-9a1b-55f60d075820', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-68d2c330-6894-45bd-9a1b-55f60d075820", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 12:59:07 -0400 (0:00:03.537) 0:03:41.707 ******* ok: [managed_node1] TASK [Save UUID of the created volume group] *********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:170 Thursday 01 August 2024 12:59:08 -0400 (0:00:01.078) 0:03:42.785 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.032384", "end": "2024-08-01 12:59:09.290465", "rc": 0, "start": "2024-08-01 12:59:09.258081" } STDOUT: wsE1Hj-BMjX-PPiH-p3jH-2L7p-Ehro-xoJ7OI TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:175 Thursday 01 August 2024 12:59:09 -0400 (0:00:00.437) 0:03:43.223 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 12:59:09 -0400 (0:00:00.146) 0:03:43.370 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 12:59:09 -0400 (0:00:00.097) 0:03:43.467 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 12:59:09 -0400 (0:00:00.207) 0:03:43.674 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 12:59:10 -0400 (0:00:00.199) 0:03:43.874 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 12:59:10 -0400 (0:00:00.072) 0:03:43.947 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 12:59:10 -0400 (0:00:00.073) 0:03:44.021 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 12:59:10 -0400 (0:00:00.077) 0:03:44.098 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 12:59:10 -0400 (0:00:00.080) 0:03:44.179 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 12:59:10 -0400 (0:00:00.120) 0:03:44.300 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 12:59:10 -0400 (0:00:00.073) 0:03:44.373 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 12:59:10 -0400 (0:00:00.079) 0:03:44.453 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 12:59:10 -0400 (0:00:00.077) 0:03:44.531 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 12:59:10 -0400 (0:00:00.069) 0:03:44.600 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 12:59:10 -0400 (0:00:00.072) 0:03:44.673 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 12:59:10 -0400 (0:00:00.180) 0:03:44.853 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 12:59:11 -0400 (0:00:00.073) 0:03:44.927 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 12:59:11 -0400 (0:00:00.104) 0:03:45.031 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 12:59:11 -0400 (0:00:00.034) 0:03:45.066 ******* changed: [managed_node1] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-9b79dadb-a23d-4638-b673-b5745e266fef", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-9b79dadb-a23d-4638-b673-b5745e266fef", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-29affb75-fe98-456f-ab24-2f145095f568", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-29affb75-fe98-456f-ab24-2f145095f568", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdb1", "name": "luks-9b79dadb-a23d-4638-b673-b5745e266fef", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-29affb75-fe98-456f-ab24-2f145095f568", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 12:59:18 -0400 (0:00:06.950) 0:03:52.017 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 12:59:18 -0400 (0:00:00.090) 0:03:52.107 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 12:59:18 -0400 (0:00:00.423) 0:03:52.531 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 12:59:19 -0400 (0:00:00.410) 0:03:52.941 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 12:59:19 -0400 (0:00:00.033) 0:03:52.975 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-9b79dadb-a23d-4638-b673-b5745e266fef", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-9b79dadb-a23d-4638-b673-b5745e266fef", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-29affb75-fe98-456f-ab24-2f145095f568", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-29affb75-fe98-456f-ab24-2f145095f568", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdb1", "name": "luks-9b79dadb-a23d-4638-b673-b5745e266fef", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-29affb75-fe98-456f-ab24-2f145095f568", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 12:59:19 -0400 (0:00:00.080) 0:03:53.055 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 12:59:19 -0400 (0:00:00.073) 0:03:53.129 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 12:59:19 -0400 (0:00:00.076) 0:03:53.205 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 12:59:19 -0400 (0:00:00.056) 0:03:53.261 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 12:59:19 -0400 (0:00:00.186) 0:03:53.448 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 12:59:19 -0400 (0:00:00.056) 0:03:53.504 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 12:59:19 -0400 (0:00:00.058) 0:03:53.562 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 12:59:19 -0400 (0:00:00.070) 0:03:53.633 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531547.7664502, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e25362cd286c201dce49afccb9070678b576ab67", "ctime": 1722531547.76745, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 568677, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "2296434948", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 12:59:20 -0400 (0:00:00.428) 0:03:54.061 ******* changed: [managed_node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-9b79dadb-a23d-4638-b673-b5745e266fef', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-9b79dadb-a23d-4638-b673-b5745e266fef", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-03eec24d-f97f-4ae4-8f4b-09dd0bcc4e2e", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-04ad227e-6e7f-4f6e-9d45-bf87e66b2df0", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-3a47057b-f2b9-44bc-a9b8-4aa315d06fc0", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-f18ae39c-8730-46b7-99fe-54cf6f8a7cc5", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-6317fba8-11fc-4f4b-9406-e76bbcb84379', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-6317fba8-11fc-4f4b-9406-e76bbcb84379", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-29affb75-fe98-456f-ab24-2f145095f568', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-29affb75-fe98-456f-ab24-2f145095f568", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-d91dff9b-3d34-4983-acc4-db7a37670fd1', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-d91dff9b-3d34-4983-acc4-db7a37670fd1", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 12:59:23 -0400 (0:00:03.103) 0:03:57.164 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:185 Thursday 01 August 2024 12:59:24 -0400 (0:00:01.016) 0:03:58.180 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 01 August 2024 12:59:24 -0400 (0:00:00.120) 0:03:58.301 ******* ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 01 August 2024 12:59:24 -0400 (0:00:00.094) 0:03:58.396 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 01 August 2024 12:59:24 -0400 (0:00:00.087) 0:03:58.483 ******* ok: [managed_node1] => { "changed": false, "info": { "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "size": "10G", "type": "crypt", "uuid": "UU7ok0-gKhz-aCfk-XP7Z-o0Ow-RVfr-5zGa5q" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "68d2c330-6894-45bd-9a1b-55f60d075820" }, "/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": "fa5d09b5-e37a-49b7-81f4-3e79e6e2212c" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 01 August 2024 12:59:25 -0400 (0:00:00.418) 0:03:58.902 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003084", "end": "2024-08-01 12:59:25.443796", "rc": 0, "start": "2024-08-01 12:59:25.440712" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fa5d09b5-e37a-49b7-81f4-3e79e6e2212c / 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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 01 August 2024 12:59:25 -0400 (0:00:00.528) 0:03:59.430 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002992", "end": "2024-08-01 12:59:25.911930", "failed_when_result": false, "rc": 0, "start": "2024-08-01 12:59:25.908938" } STDOUT: luks-68d2c330-6894-45bd-9a1b-55f60d075820 /dev/sda1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 01 August 2024 12:59:25 -0400 (0:00:00.411) 0:03:59.842 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 => (item={'disks': ['sda'], 'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 01 August 2024 12:59:26 -0400 (0:00:00.115) 0:03:59.958 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 01 August 2024 12:59:26 -0400 (0:00:00.071) 0:04:00.030 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.032105", "end": "2024-08-01 12:59:26.531500", "rc": 0, "start": "2024-08-01 12:59:26.499395" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 01 August 2024 12:59:26 -0400 (0:00:00.433) 0:04:00.463 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 01 August 2024 12:59:26 -0400 (0:00:00.076) 0:04:00.540 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 01 August 2024 12:59:26 -0400 (0:00:00.133) 0:04:00.673 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 01 August 2024 12:59:26 -0400 (0:00:00.095) 0:04:00.769 ******* ok: [managed_node1] => (item=/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "pv": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 01 August 2024 12:59:27 -0400 (0:00:00.398) 0:04:01.168 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 01 August 2024 12:59:27 -0400 (0:00:00.090) 0:04:01.258 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 01 August 2024 12:59:27 -0400 (0:00:00.094) 0:04:01.353 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 01 August 2024 12:59:27 -0400 (0:00:00.088) 0:04:01.442 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 01 August 2024 12:59:27 -0400 (0:00:00.074) 0:04:01.516 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and not storage_test_pool.encryption", "skip_reason": "Conditional result was False" } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 01 August 2024 12:59:27 -0400 (0:00:00.179) 0:04:01.696 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 01 August 2024 12:59:27 -0400 (0:00:00.070) 0:04:01.766 ******* ok: [managed_node1] => (item=/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 01 August 2024 12:59:27 -0400 (0:00:00.075) 0:04:01.841 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:701480): WARNING **: 12:59:28.257: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True 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.9.51 originally 10.31.9.51 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.9.51 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.9.51 originally 10.31.9.51 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.9.51 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 01 August 2024 12:59:28 -0400 (0:00:00.438) 0:04:02.280 ******* skipping: [managed_node1] => (item=/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 01 August 2024 12:59:28 -0400 (0:00:00.090) 0:04:02.371 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 01 August 2024 12:59:28 -0400 (0:00:00.103) 0:04:02.474 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 01 August 2024 12:59:28 -0400 (0:00:00.068) 0:04:02.542 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 01 August 2024 12:59:28 -0400 (0:00:00.068) 0:04:02.611 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 01 August 2024 12:59:28 -0400 (0:00:00.066) 0:04:02.678 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 01 August 2024 12:59:28 -0400 (0:00:00.066) 0:04:02.745 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 01 August 2024 12:59:28 -0400 (0:00:00.072) 0:04:02.818 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 01 August 2024 12:59:29 -0400 (0:00:00.067) 0:04:02.885 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 01 August 2024 12:59:29 -0400 (0:00:00.067) 0:04:02.953 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 01 August 2024 12:59:29 -0400 (0:00:00.125) 0:04:03.078 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 01 August 2024 12:59:29 -0400 (0:00:00.177) 0:04:03.256 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 01 August 2024 12:59:29 -0400 (0:00:00.070) 0:04:03.327 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 01 August 2024 12:59:29 -0400 (0:00:00.075) 0:04:03.402 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 01 August 2024 12:59:29 -0400 (0:00:00.102) 0:04:03.504 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 01 August 2024 12:59:29 -0400 (0:00:00.033) 0:04:03.538 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 01 August 2024 12:59:29 -0400 (0:00:00.105) 0:04:03.643 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 01 August 2024 12:59:29 -0400 (0:00:00.031) 0:04:03.674 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 01 August 2024 12:59:29 -0400 (0:00:00.112) 0:04:03.786 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "1", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 01 August 2024 12:59:30 -0400 (0:00:00.089) 0:04:03.876 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820) TASK [Get the backing device path] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 01 August 2024 12:59:30 -0400 (0:00:00.098) 0:04:03.975 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/68d2c330-6894-45bd-9a1b-55f60d075820" ], "delta": "0:00:00.003370", "end": "2024-08-01 12:59:30.546858", "rc": 0, "start": "2024-08-01 12:59:30.543488" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 01 August 2024 12:59:30 -0400 (0:00:00.569) 0:04:04.544 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 01 August 2024 12:59:31 -0400 (0:00:00.973) 0:04:05.518 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.006925", "end": "2024-08-01 12:59:32.009027", "rc": 0, "start": "2024-08-01 12:59:32.002102" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 68d2c330-6894-45bd-9a1b-55f60d075820 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 27 Memory: 104538 Threads: 2 Salt: ed 89 5f 0a 9e f6 5a af 1e b8 60 fe 5f 78 d9 3d 50 9c 7d fd ec 99 e8 a3 98 c1 ab 4a 42 1c 77 69 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 102560 Salt: c0 f6 c7 d5 46 34 d4 5e 90 72 bd 0e f0 c8 88 67 36 cd bd 7c 95 1f 36 4c 04 6f c2 ec de 69 d1 66 Digest: cb 95 ef da 20 00 5e 2c a4 7d f7 45 5c 99 70 1f 61 05 59 8f fb 7f e7 7b 01 54 1e 80 a0 a8 4c e0 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 01 August 2024 12:59:32 -0400 (0:00:00.424) 0:04:05.942 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 01 August 2024 12:59:32 -0400 (0:00:00.094) 0:04:06.037 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 01 August 2024 12:59:32 -0400 (0:00:00.076) 0:04:06.114 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 01 August 2024 12:59:32 -0400 (0:00:00.074) 0:04:06.188 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820) TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 12:59:32 -0400 (0:00:00.105) 0:04:06.293 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-68d2c330-6894-45bd-9a1b-55f60d075820 /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 12:59:32 -0400 (0:00:00.093) 0:04:06.386 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 12:59:32 -0400 (0:00:00.091) 0:04:06.478 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 12:59:32 -0400 (0:00:00.089) 0:04:06.567 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 12:59:32 -0400 (0:00:00.087) 0:04:06.655 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 12:59:32 -0400 (0:00:00.089) 0:04:06.745 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 01 August 2024 12:59:32 -0400 (0:00:00.070) 0:04:06.815 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 01 August 2024 12:59:33 -0400 (0:00:00.151) 0:04:06.967 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 01 August 2024 12:59:33 -0400 (0:00:00.236) 0:04:07.204 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 01 August 2024 12:59:33 -0400 (0:00:00.033) 0:04:07.238 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 01 August 2024 12:59:33 -0400 (0:00:00.110) 0:04:07.348 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 01 August 2024 12:59:33 -0400 (0:00:00.070) 0:04:07.418 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 01 August 2024 12:59:33 -0400 (0:00:00.069) 0:04:07.488 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 01 August 2024 12:59:33 -0400 (0:00:00.069) 0:04:07.557 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 01 August 2024 12:59:33 -0400 (0:00:00.067) 0:04:07.625 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 01 August 2024 12:59:33 -0400 (0:00:00.070) 0:04:07.695 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 01 August 2024 12:59:33 -0400 (0:00:00.072) 0:04:07.768 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 01 August 2024 12:59:33 -0400 (0:00:00.072) 0:04:07.840 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 01 August 2024 12:59:34 -0400 (0:00:00.030) 0:04:07.871 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 01 August 2024 12:59:34 -0400 (0:00:00.032) 0:04:07.904 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:188 Thursday 01 August 2024 12:59:34 -0400 (0:00:00.205) 0:04:08.109 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031302", "end": "2024-08-01 12:59:34.619496", "rc": 0, "start": "2024-08-01 12:59:34.588194" } STDOUT: wsE1Hj-BMjX-PPiH-p3jH-2L7p-Ehro-xoJ7OI TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:193 Thursday 01 August 2024 12:59:34 -0400 (0:00:00.438) 0:04:08.547 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Add the disks back to the 'foo' volume group] **************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:197 Thursday 01 August 2024 12:59:34 -0400 (0:00:00.072) 0:04:08.619 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 12:59:34 -0400 (0:00:00.148) 0:04:08.768 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 12:59:35 -0400 (0:00:00.092) 0:04:08.860 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 12:59:35 -0400 (0:00:00.092) 0:04:08.953 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 12:59:35 -0400 (0:00:00.189) 0:04:09.142 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 12:59:35 -0400 (0:00:00.074) 0:04:09.216 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 12:59:35 -0400 (0:00:00.073) 0:04:09.290 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 12:59:35 -0400 (0:00:00.075) 0:04:09.365 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 12:59:35 -0400 (0:00:00.075) 0:04:09.440 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 12:59:35 -0400 (0:00:00.171) 0:04:09.611 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 12:59:35 -0400 (0:00:00.073) 0:04:09.685 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 12:59:35 -0400 (0:00:00.072) 0:04:09.757 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 12:59:35 -0400 (0:00:00.077) 0:04:09.835 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 12:59:36 -0400 (0:00:00.069) 0:04:09.904 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 12:59:36 -0400 (0:00:00.068) 0:04:09.972 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 12:59:36 -0400 (0:00:00.069) 0:04:10.042 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 12:59:36 -0400 (0:00:00.069) 0:04:10.111 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 12:59:36 -0400 (0:00:00.103) 0:04:10.215 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 12:59:36 -0400 (0:00:00.033) 0:04:10.249 ******* changed: [managed_node1] => { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "fs_type": null }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "fs_type": null }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "fs_type": null }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "fs_type": null }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "fs_type": null }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "fs_type": null }, { "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": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "fs_type": null }, { "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": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-589c9646-3a83-4fbd-855e-9d471153d62b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-88afdffa-27a4-4918-b4da-40242be2ba07", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-ca128936-3be3-4a50-8a8a-d971464132a0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "cryptsetup", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 13:01:04 -0400 (0:01:28.006) 0:05:38.256 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 13:01:04 -0400 (0:00:00.087) 0:05:38.343 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 13:01:04 -0400 (0:00:00.408) 0:05:38.752 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 13:01:05 -0400 (0:00:00.415) 0:05:39.167 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 13:01:05 -0400 (0:00:00.031) 0:05:39.199 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "fs_type": null }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "fs_type": null }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "fs_type": null }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "fs_type": null }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "fs_type": null }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "fs_type": null }, { "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": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "fs_type": null }, { "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": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-589c9646-3a83-4fbd-855e-9d471153d62b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-88afdffa-27a4-4918-b4da-40242be2ba07", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-ca128936-3be3-4a50-8a8a-d971464132a0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "cryptsetup", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 13:01:05 -0400 (0:00:00.196) 0:05:39.396 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 13:01:05 -0400 (0:00:00.073) 0:05:39.469 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 13:01:05 -0400 (0:00:00.070) 0:05:39.540 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 13:01:05 -0400 (0:00:00.052) 0:05:39.592 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 13:01:05 -0400 (0:00:00.068) 0:05:39.660 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 13:01:05 -0400 (0:00:00.053) 0:05:39.714 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 13:01:05 -0400 (0:00:00.052) 0:05:39.766 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 13:01:05 -0400 (0:00:00.066) 0:05:39.833 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531565.9106374, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "de8d00d5b27ccd0190fb9fa21d2ac1d2d56be5c1", "ctime": 1722531563.2266097, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 58720390, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 54, "uid": 0, "version": "676763073", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 13:01:06 -0400 (0:00:00.411) 0:05:40.244 ******* changed: [managed_node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-589c9646-3a83-4fbd-855e-9d471153d62b', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-589c9646-3a83-4fbd-855e-9d471153d62b", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-faae27af-b601-46b9-9a6a-6c271e3cbf46', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-88afdffa-27a4-4918-b4da-40242be2ba07', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-88afdffa-27a4-4918-b4da-40242be2ba07", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-c68572fb-6ed5-41b8-bff6-7add2c15507d', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-ca128936-3be3-4a50-8a8a-d971464132a0', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-ca128936-3be3-4a50-8a8a-d971464132a0", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 13:01:09 -0400 (0:00:03.043) 0:05:43.288 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:207 Thursday 01 August 2024 13:01:10 -0400 (0:00:01.060) 0:05:44.349 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 01 August 2024 13:01:10 -0400 (0:00:00.175) 0:05:44.524 ******* ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 01 August 2024 13:01:10 -0400 (0:00:00.093) 0:05:44.618 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 01 August 2024 13:01:10 -0400 (0:00:00.089) 0:05:44.708 ******* ok: [managed_node1] => { "changed": false, "info": { "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "size": "10G", "type": "crypt", "uuid": "ep647Z-L0yu-plqA-DCEL-rOKU-ZJ9c-lUvQ95" }, "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "size": "10G", "type": "crypt", "uuid": "UU7ok0-gKhz-aCfk-XP7Z-o0Ow-RVfr-5zGa5q" }, "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "size": "1024G", "type": "crypt", "uuid": "2OF0LZ-esNG-Ld7r-1lLA-cjxX-s4IM-KDbjBw" }, "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "size": "10G", "type": "crypt", "uuid": "uGZnDr-NRhJ-U7SY-AJXa-iN9p-OpaD-foYXl2" }, "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "size": "1024G", "type": "crypt", "uuid": "gSl2d1-yOl2-6dSg-1Lm0-peGJ-8rVA-NUMbGv" }, "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "size": "10G", "type": "crypt", "uuid": "Ebe0jP-ZCiL-ncQu-IUMF-g5lB-VoJg-uDq0lC" }, "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "size": "10G", "type": "crypt", "uuid": "Wc2NZI-ssLx-irFj-0cGr-Bgqr-kF09-E5de0u" }, "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "size": "1024G", "type": "crypt", "uuid": "hFnfFr-D8kW-6eYa-xOgW-wDBp-FLGq-LXOn96" }, "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "size": "10G", "type": "crypt", "uuid": "20IpKc-fcTb-jnZ3-SGrn-piMs-o8M1-yoJzAd" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "68d2c330-6894-45bd-9a1b-55f60d075820" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "d393844d-210b-4cdd-a3ac-b64ac27ae1e3" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "ca128936-3be3-4a50-8a8a-d971464132a0" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "c68572fb-6ed5-41b8-bff6-7add2c15507d" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "7274b6f3-aab5-4bde-9460-2f279bdf93cc" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "88afdffa-27a4-4918-b4da-40242be2ba07" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "e0fd0e64-6ccb-4d30-b488-36275c8362a3" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "faae27af-b601-46b9-9a6a-6c271e3cbf46" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "589c9646-3a83-4fbd-855e-9d471153d62b" }, "/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": "fa5d09b5-e37a-49b7-81f4-3e79e6e2212c" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 01 August 2024 13:01:11 -0400 (0:00:00.417) 0:05:45.126 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003043", "end": "2024-08-01 13:01:11.602539", "rc": 0, "start": "2024-08-01 13:01:11.599496" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fa5d09b5-e37a-49b7-81f4-3e79e6e2212c / 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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 01 August 2024 13:01:11 -0400 (0:00:00.409) 0:05:45.535 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003111", "end": "2024-08-01 13:01:12.010419", "failed_when_result": false, "rc": 0, "start": "2024-08-01 13:01:12.007308" } STDOUT: luks-68d2c330-6894-45bd-9a1b-55f60d075820 /dev/sda1 - luks-589c9646-3a83-4fbd-855e-9d471153d62b /dev/sdi1 - luks-faae27af-b601-46b9-9a6a-6c271e3cbf46 /dev/sdh1 - luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3 /dev/sdg1 - luks-88afdffa-27a4-4918-b4da-40242be2ba07 /dev/sdf1 - luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc /dev/sde1 - luks-c68572fb-6ed5-41b8-bff6-7add2c15507d /dev/sdd1 - luks-ca128936-3be3-4a50-8a8a-d971464132a0 /dev/sdc1 - luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3 /dev/sdb1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 01 August 2024 13:01:12 -0400 (0:00:00.409) 0:05:45.945 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 => (item={'disks': ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi'], 'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 01 August 2024 13:01:12 -0400 (0:00:00.124) 0:05:46.069 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 01 August 2024 13:01:12 -0400 (0:00:00.077) 0:05:46.147 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.034256", "end": "2024-08-01 13:01:12.650283", "rc": 0, "start": "2024-08-01 13:01:12.616027" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 01 August 2024 13:01:12 -0400 (0:00:00.435) 0:05:46.582 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 01 August 2024 13:01:12 -0400 (0:00:00.080) 0:05:46.662 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 01 August 2024 13:01:12 -0400 (0:00:00.135) 0:05:46.797 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 01 August 2024 13:01:13 -0400 (0:00:00.225) 0:05:47.023 ******* ok: [managed_node1] => (item=/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "pv": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b" } ok: [managed_node1] => (item=/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "pv": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820" } ok: [managed_node1] => (item=/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "pv": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc" } ok: [managed_node1] => (item=/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "pv": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07" } ok: [managed_node1] => (item=/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "pv": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d" } ok: [managed_node1] => (item=/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "pv": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0" } ok: [managed_node1] => (item=/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "pv": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3" } ok: [managed_node1] => (item=/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "pv": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3" } ok: [managed_node1] => (item=/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "pv": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 01 August 2024 13:01:16 -0400 (0:00:03.329) 0:05:50.352 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 01 August 2024 13:01:16 -0400 (0:00:00.094) 0:05:50.447 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 01 August 2024 13:01:16 -0400 (0:00:00.095) 0:05:50.543 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 01 August 2024 13:01:16 -0400 (0:00:00.092) 0:05:50.635 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 01 August 2024 13:01:16 -0400 (0:00:00.077) 0:05:50.713 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and not storage_test_pool.encryption", "skip_reason": "Conditional result was False" } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 01 August 2024 13:01:16 -0400 (0:00:00.074) 0:05:50.788 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 01 August 2024 13:01:17 -0400 (0:00:00.072) 0:05:50.860 ******* ok: [managed_node1] => (item=/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 01 August 2024 13:01:17 -0400 (0:00:00.425) 0:05:51.285 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:714769): WARNING **: 13:01:17.707: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True 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.9.51 originally 10.31.9.51 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.9.51 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.9.51 originally 10.31.9.51 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.9.51 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 01 August 2024 13:01:17 -0400 (0:00:00.438) 0:05:51.724 ******* skipping: [managed_node1] => (item=/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b" } skipping: [managed_node1] => (item=/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820" } skipping: [managed_node1] => (item=/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc" } skipping: [managed_node1] => (item=/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07" } skipping: [managed_node1] => (item=/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d" } skipping: [managed_node1] => (item=/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0" } skipping: [managed_node1] => (item=/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3" } skipping: [managed_node1] => (item=/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3" } skipping: [managed_node1] => (item=/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 01 August 2024 13:01:18 -0400 (0:00:00.412) 0:05:52.136 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 01 August 2024 13:01:18 -0400 (0:00:00.108) 0:05:52.245 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 01 August 2024 13:01:18 -0400 (0:00:00.201) 0:05:52.446 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 01 August 2024 13:01:18 -0400 (0:00:00.073) 0:05:52.520 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 01 August 2024 13:01:18 -0400 (0:00:00.073) 0:05:52.593 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 01 August 2024 13:01:18 -0400 (0:00:00.074) 0:05:52.668 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 01 August 2024 13:01:18 -0400 (0:00:00.074) 0:05:52.743 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 01 August 2024 13:01:18 -0400 (0:00:00.073) 0:05:52.816 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 01 August 2024 13:01:19 -0400 (0:00:00.072) 0:05:52.888 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 01 August 2024 13:01:19 -0400 (0:00:00.075) 0:05:52.964 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 01 August 2024 13:01:19 -0400 (0:00:00.073) 0:05:53.037 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 01 August 2024 13:01:19 -0400 (0:00:00.069) 0:05:53.107 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 01 August 2024 13:01:19 -0400 (0:00:00.075) 0:05:53.183 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 01 August 2024 13:01:19 -0400 (0:00:00.108) 0:05:53.291 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 01 August 2024 13:01:19 -0400 (0:00:00.095) 0:05:53.386 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 01 August 2024 13:01:19 -0400 (0:00:00.111) 0:05:53.498 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 01 August 2024 13:01:19 -0400 (0:00:00.032) 0:05:53.531 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 01 August 2024 13:01:19 -0400 (0:00:00.114) 0:05:53.646 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "1", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 01 August 2024 13:01:19 -0400 (0:00:00.094) 0:05:53.740 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46) TASK [Get the backing device path] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 01 August 2024 13:01:20 -0400 (0:00:00.440) 0:05:54.180 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/589c9646-3a83-4fbd-855e-9d471153d62b" ], "delta": "0:00:00.002971", "end": "2024-08-01 13:01:20.670957", "rc": 0, "start": "2024-08-01 13:01:20.667986" } STDOUT: /dev/sdi1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 01 August 2024 13:01:20 -0400 (0:00:00.427) 0:05:54.608 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 01 August 2024 13:01:21 -0400 (0:00:00.976) 0:05:55.584 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdi1" ], "delta": "0:00:00.009957", "end": "2024-08-01 13:01:22.069311", "rc": 0, "start": "2024-08-01 13:01:22.059354" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 589c9646-3a83-4fbd-855e-9d471153d62b Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 28 Memory: 103234 Threads: 2 Salt: db c6 99 0b 2f aa c7 f1 c4 c7 34 7d 0e 4b f5 f5 95 96 19 25 44 80 1c 5d f7 c5 ba 8b 16 b5 7d 5f AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 102560 Salt: 52 59 ab 43 df 0e b8 55 af 09 49 8c 6d ac 98 a3 ea a6 1d 31 2a 81 62 41 65 3f 2b 7c d6 08 30 50 Digest: 81 18 87 4c 56 ac ef a7 68 42 51 49 72 26 8f 9a 8f da 9a 7f 3c 7b fd 03 9b 7c 3a a7 8e d1 c9 66 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 01 August 2024 13:01:22 -0400 (0:00:00.417) 0:05:56.001 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 01 August 2024 13:01:22 -0400 (0:00:00.154) 0:05:56.156 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 01 August 2024 13:01:22 -0400 (0:00:00.183) 0:05:56.340 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 01 August 2024 13:01:22 -0400 (0:00:00.073) 0:05:56.414 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/68d2c330-6894-45bd-9a1b-55f60d075820" ], "delta": "0:00:00.002987", "end": "2024-08-01 13:01:22.899251", "rc": 0, "start": "2024-08-01 13:01:22.896264" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 01 August 2024 13:01:22 -0400 (0:00:00.417) 0:05:56.831 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 01 August 2024 13:01:23 -0400 (0:00:01.011) 0:05:57.842 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.006968", "end": "2024-08-01 13:01:24.325953", "rc": 0, "start": "2024-08-01 13:01:24.318985" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 68d2c330-6894-45bd-9a1b-55f60d075820 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 27 Memory: 104538 Threads: 2 Salt: ed 89 5f 0a 9e f6 5a af 1e b8 60 fe 5f 78 d9 3d 50 9c 7d fd ec 99 e8 a3 98 c1 ab 4a 42 1c 77 69 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 102560 Salt: c0 f6 c7 d5 46 34 d4 5e 90 72 bd 0e f0 c8 88 67 36 cd bd 7c 95 1f 36 4c 04 6f c2 ec de 69 d1 66 Digest: cb 95 ef da 20 00 5e 2c a4 7d f7 45 5c 99 70 1f 61 05 59 8f fb 7f e7 7b 01 54 1e 80 a0 a8 4c e0 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 01 August 2024 13:01:24 -0400 (0:00:00.418) 0:05:58.261 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 01 August 2024 13:01:24 -0400 (0:00:00.093) 0:05:58.355 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 01 August 2024 13:01:24 -0400 (0:00:00.071) 0:05:58.426 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 01 August 2024 13:01:24 -0400 (0:00:00.071) 0:05:58.498 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/7274b6f3-aab5-4bde-9460-2f279bdf93cc" ], "delta": "0:00:00.002955", "end": "2024-08-01 13:01:24.986866", "rc": 0, "start": "2024-08-01 13:01:24.983911" } STDOUT: /dev/sde1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 01 August 2024 13:01:25 -0400 (0:00:00.416) 0:05:58.914 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 01 August 2024 13:01:26 -0400 (0:00:00.994) 0:05:59.908 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sde1" ], "delta": "0:00:00.009900", "end": "2024-08-01 13:01:26.392056", "rc": 0, "start": "2024-08-01 13:01:26.382156" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 7274b6f3-aab5-4bde-9460-2f279bdf93cc Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 32 Memory: 89762 Threads: 2 Salt: 83 63 89 11 58 33 dd 06 d1 08 b0 02 2b f3 2d 3f 6c 8b 77 8e 24 08 82 5c 4d a6 da b1 ba ab cb 83 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 102240 Salt: 61 0c 5a e2 63 43 42 a8 36 d3 55 7a e9 75 c3 98 35 1d 30 dd 7f f3 e7 0a b0 21 c7 a6 b7 79 61 25 Digest: 3b 0f f5 c6 b2 7d c8 a0 25 0b 70 b8 05 46 98 ed da b1 61 9b 1a b5 2c fb 35 24 96 cd 2e 8d 7d eb TASK [Check LUKS version] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 01 August 2024 13:01:26 -0400 (0:00:00.413) 0:06:00.322 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 01 August 2024 13:01:26 -0400 (0:00:00.093) 0:06:00.416 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 01 August 2024 13:01:26 -0400 (0:00:00.069) 0:06:00.486 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 01 August 2024 13:01:26 -0400 (0:00:00.192) 0:06:00.679 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/88afdffa-27a4-4918-b4da-40242be2ba07" ], "delta": "0:00:01.004309", "end": "2024-08-01 13:01:28.180600", "rc": 0, "start": "2024-08-01 13:01:27.176291" } STDOUT: /dev/sdf1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 01 August 2024 13:01:28 -0400 (0:00:01.431) 0:06:02.111 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 01 August 2024 13:01:29 -0400 (0:00:00.987) 0:06:03.098 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdf1" ], "delta": "0:00:00.006776", "end": "2024-08-01 13:01:29.591293", "rc": 0, "start": "2024-08-01 13:01:29.584517" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 88afdffa-27a4-4918-b4da-40242be2ba07 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 31 Memory: 91262 Threads: 2 Salt: 2b 0d c7 be 34 4d 15 32 22 55 70 0f be 6b 6b ea 3a 95 95 2b a9 11 1d 4f c5 69 2b 62 a7 0d 27 1c AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 102560 Salt: 88 71 24 0c d2 60 74 22 14 df 20 02 f7 fc fa ab e6 e8 58 91 76 d4 ac ba 10 36 6d 78 cc 83 4f c8 Digest: bb cd 47 67 14 87 f7 1a b2 bc 97 ef a4 33 d3 5f d1 b8 1d 06 ad 45 70 a5 db f3 e2 bb 89 c3 67 5e TASK [Check LUKS version] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 01 August 2024 13:01:29 -0400 (0:00:00.427) 0:06:03.526 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 01 August 2024 13:01:29 -0400 (0:00:00.093) 0:06:03.619 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 01 August 2024 13:01:29 -0400 (0:00:00.073) 0:06:03.693 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 01 August 2024 13:01:29 -0400 (0:00:00.075) 0:06:03.768 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/c68572fb-6ed5-41b8-bff6-7add2c15507d" ], "delta": "0:00:00.003070", "end": "2024-08-01 13:01:30.263667", "rc": 0, "start": "2024-08-01 13:01:30.260597" } STDOUT: /dev/sdd1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 01 August 2024 13:01:30 -0400 (0:00:00.426) 0:06:04.195 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 01 August 2024 13:01:31 -0400 (0:00:00.956) 0:06:05.152 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdd1" ], "delta": "0:00:00.006962", "end": "2024-08-01 13:01:31.637321", "rc": 0, "start": "2024-08-01 13:01:31.630359" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: c68572fb-6ed5-41b8-bff6-7add2c15507d Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 31 Memory: 93800 Threads: 2 Salt: 1f ab 6f 25 c2 1c 50 11 b5 ef 53 21 47 ec 36 ac 9d e3 ca 17 c8 7b c2 e0 59 55 a1 41 0a 69 28 a4 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 102240 Salt: 83 47 2b 2a 4c dc 1c ee 0a 18 6b f0 5d d8 bf e6 53 b3 40 f2 f3 37 0d 3f 66 37 d8 2b 9e 27 7e 8b Digest: 4d 29 d9 da 46 0c eb 26 15 26 9f a3 49 35 4b ee a3 ee e0 a3 12 db a6 89 9e 08 71 bc 72 b8 03 09 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 01 August 2024 13:01:31 -0400 (0:00:00.419) 0:06:05.571 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 01 August 2024 13:01:31 -0400 (0:00:00.092) 0:06:05.664 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 01 August 2024 13:01:31 -0400 (0:00:00.073) 0:06:05.737 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 01 August 2024 13:01:31 -0400 (0:00:00.071) 0:06:05.809 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/ca128936-3be3-4a50-8a8a-d971464132a0" ], "delta": "0:00:00.003084", "end": "2024-08-01 13:01:32.367624", "rc": 0, "start": "2024-08-01 13:01:32.364540" } STDOUT: /dev/sdc1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 01 August 2024 13:01:32 -0400 (0:00:00.553) 0:06:06.362 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 01 August 2024 13:01:33 -0400 (0:00:00.966) 0:06:07.329 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdc1" ], "delta": "0:00:00.006899", "end": "2024-08-01 13:01:33.812366", "rc": 0, "start": "2024-08-01 13:01:33.805467" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: ca128936-3be3-4a50-8a8a-d971464132a0 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 32 Memory: 91252 Threads: 2 Salt: c2 5b d1 a0 4a cd ae 13 68 ba 27 eb 05 22 80 5a 7a 31 2a 96 1f be a4 68 12 38 60 dd 42 23 4f 7c AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 102080 Salt: ad f5 a8 89 2f 7e b5 9f 28 0a be 08 76 df 01 1c 14 8e 17 a7 cc d9 ab c7 42 63 d6 f6 b2 08 a0 98 Digest: d9 8d 9a d9 9f 9f 3d c6 5a af b9 f7 31 3c 53 ab 1a a5 f9 ba fa 4a 5f aa 29 9a 80 63 09 49 48 53 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 01 August 2024 13:01:33 -0400 (0:00:00.416) 0:06:07.746 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 01 August 2024 13:01:33 -0400 (0:00:00.096) 0:06:07.843 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 01 August 2024 13:01:34 -0400 (0:00:00.074) 0:06:07.917 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 01 August 2024 13:01:34 -0400 (0:00:00.072) 0:06:07.990 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/d393844d-210b-4cdd-a3ac-b64ac27ae1e3" ], "delta": "0:00:00.003115", "end": "2024-08-01 13:01:34.491645", "rc": 0, "start": "2024-08-01 13:01:34.488530" } STDOUT: /dev/sdb1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 01 August 2024 13:01:34 -0400 (0:00:00.433) 0:06:08.423 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 01 August 2024 13:01:35 -0400 (0:00:00.966) 0:06:09.390 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdb1" ], "delta": "0:00:00.007102", "end": "2024-08-01 13:01:35.876587", "rc": 0, "start": "2024-08-01 13:01:35.869485" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: d393844d-210b-4cdd-a3ac-b64ac27ae1e3 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 32 Memory: 90722 Threads: 2 Salt: 93 44 41 9b 30 2f 98 ae b5 c8 be 8e dd d8 f5 ef c3 2e 4b 39 45 e6 64 36 54 4d 33 c8 02 a1 e6 e7 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 102240 Salt: d0 8b 54 ac 6d e2 30 91 eb 4f a2 8c 1b 08 60 d5 3a 41 b8 2d 92 40 96 1c 08 e1 61 66 69 49 cd 5f Digest: 79 ef 06 89 bd e2 b8 e4 8e 35 dd a7 a7 b8 c3 68 3b 7f 2f d9 fc e7 12 5c 29 41 33 c2 5a a4 44 e3 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 01 August 2024 13:01:35 -0400 (0:00:00.419) 0:06:09.809 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 01 August 2024 13:01:36 -0400 (0:00:00.096) 0:06:09.906 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 01 August 2024 13:01:36 -0400 (0:00:00.072) 0:06:09.978 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 01 August 2024 13:01:36 -0400 (0:00:00.071) 0:06:10.050 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/e0fd0e64-6ccb-4d30-b488-36275c8362a3" ], "delta": "0:00:00.002997", "end": "2024-08-01 13:01:36.535646", "rc": 0, "start": "2024-08-01 13:01:36.532649" } STDOUT: /dev/sdg1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 01 August 2024 13:01:36 -0400 (0:00:00.417) 0:06:10.467 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 01 August 2024 13:01:37 -0400 (0:00:01.091) 0:06:11.559 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdg1" ], "delta": "0:00:00.007301", "end": "2024-08-01 13:01:38.045083", "rc": 0, "start": "2024-08-01 13:01:38.037782" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: e0fd0e64-6ccb-4d30-b488-36275c8362a3 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 31 Memory: 92290 Threads: 2 Salt: c4 3c c3 7b 71 04 08 f1 49 1c 16 0d 58 eb 06 09 e3 21 3b af 9a e4 08 13 77 c0 75 82 fd a3 31 c5 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 102400 Salt: ea 3f c6 0a 77 60 c6 e3 a3 66 7f e6 f0 73 fe 9e b2 9d 35 81 e2 20 dd 83 46 4e d1 06 66 f0 76 ba Digest: 5f 42 49 43 5f 6b 9d 89 99 e9 e9 51 3a 0a 49 a3 f4 dd 92 dc fb fc 73 f5 59 a0 5b 9d e5 b3 ce f0 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 01 August 2024 13:01:38 -0400 (0:00:00.421) 0:06:11.980 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 01 August 2024 13:01:38 -0400 (0:00:00.098) 0:06:12.079 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 01 August 2024 13:01:38 -0400 (0:00:00.072) 0:06:12.152 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 01 August 2024 13:01:38 -0400 (0:00:00.074) 0:06:12.226 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/faae27af-b601-46b9-9a6a-6c271e3cbf46" ], "delta": "0:00:00.003040", "end": "2024-08-01 13:01:38.715248", "rc": 0, "start": "2024-08-01 13:01:38.712208" } STDOUT: /dev/sdh1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 01 August 2024 13:01:38 -0400 (0:00:00.421) 0:06:12.648 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 01 August 2024 13:01:39 -0400 (0:00:01.006) 0:06:13.655 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdh1" ], "delta": "0:00:00.006834", "end": "2024-08-01 13:01:40.137071", "rc": 0, "start": "2024-08-01 13:01:40.130237" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: faae27af-b601-46b9-9a6a-6c271e3cbf46 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 32 Memory: 89774 Threads: 2 Salt: c8 c5 55 11 fe ec 4b 46 b7 a8 a0 f9 88 97 5b 71 3b 78 df 53 45 fb e6 13 16 80 bc 09 77 9e 5d ee AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 102721 Salt: 82 2a 0e 29 be 66 97 02 8f 0f 7f 98 b5 f6 23 f4 bf 56 b2 8b ab 06 4e f4 1d d8 42 0a a0 49 b8 e4 Digest: a5 bf c5 38 f0 f2 01 74 60 8f 10 62 fd ac f2 d3 2c 41 56 c2 b7 5b aa 9f f8 a0 84 12 fb 39 a9 60 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 01 August 2024 13:01:40 -0400 (0:00:00.412) 0:06:14.067 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 01 August 2024 13:01:40 -0400 (0:00:00.097) 0:06:14.165 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 01 August 2024 13:01:40 -0400 (0:00:00.071) 0:06:14.237 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 01 August 2024 13:01:40 -0400 (0:00:00.072) 0:06:14.309 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46) TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 13:01:40 -0400 (0:00:00.484) 0:06:14.793 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-589c9646-3a83-4fbd-855e-9d471153d62b /dev/sdi1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 13:01:41 -0400 (0:00:00.214) 0:06:15.008 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 13:01:41 -0400 (0:00:00.095) 0:06:15.104 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 13:01:41 -0400 (0:00:00.095) 0:06:15.199 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 13:01:41 -0400 (0:00:00.089) 0:06:15.289 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 13:01:41 -0400 (0:00:00.097) 0:06:15.386 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 13:01:41 -0400 (0:00:00.073) 0:06:15.460 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-68d2c330-6894-45bd-9a1b-55f60d075820 /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 13:01:41 -0400 (0:00:00.092) 0:06:15.552 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 13:01:41 -0400 (0:00:00.094) 0:06:15.646 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 13:01:41 -0400 (0:00:00.101) 0:06:15.748 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 13:01:41 -0400 (0:00:00.088) 0:06:15.836 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 13:01:42 -0400 (0:00:00.099) 0:06:15.936 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 13:01:42 -0400 (0:00:00.075) 0:06:16.012 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc /dev/sde1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 13:01:42 -0400 (0:00:00.098) 0:06:16.110 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 13:01:42 -0400 (0:00:00.252) 0:06:16.362 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 13:01:42 -0400 (0:00:00.100) 0:06:16.462 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 13:01:42 -0400 (0:00:00.092) 0:06:16.555 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 13:01:42 -0400 (0:00:00.100) 0:06:16.656 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 13:01:42 -0400 (0:00:00.077) 0:06:16.733 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-88afdffa-27a4-4918-b4da-40242be2ba07 /dev/sdf1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 13:01:42 -0400 (0:00:00.098) 0:06:16.832 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 13:01:43 -0400 (0:00:00.096) 0:06:16.929 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 13:01:43 -0400 (0:00:00.092) 0:06:17.021 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 13:01:43 -0400 (0:00:00.091) 0:06:17.113 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 13:01:43 -0400 (0:00:00.096) 0:06:17.209 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 13:01:43 -0400 (0:00:00.074) 0:06:17.284 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-c68572fb-6ed5-41b8-bff6-7add2c15507d /dev/sdd1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 13:01:43 -0400 (0:00:00.092) 0:06:17.376 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 13:01:43 -0400 (0:00:00.093) 0:06:17.469 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 13:01:43 -0400 (0:00:00.157) 0:06:17.627 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 13:01:43 -0400 (0:00:00.208) 0:06:17.835 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 13:01:44 -0400 (0:00:00.097) 0:06:17.933 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 13:01:44 -0400 (0:00:00.073) 0:06:18.007 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-ca128936-3be3-4a50-8a8a-d971464132a0 /dev/sdc1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 13:01:44 -0400 (0:00:00.096) 0:06:18.103 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 13:01:44 -0400 (0:00:00.092) 0:06:18.196 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 13:01:44 -0400 (0:00:00.093) 0:06:18.290 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 13:01:44 -0400 (0:00:00.089) 0:06:18.379 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 13:01:44 -0400 (0:00:00.094) 0:06:18.473 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 13:01:44 -0400 (0:00:00.072) 0:06:18.546 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3 /dev/sdb1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 13:01:44 -0400 (0:00:00.092) 0:06:18.638 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 13:01:44 -0400 (0:00:00.090) 0:06:18.729 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 13:01:44 -0400 (0:00:00.092) 0:06:18.821 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 13:01:45 -0400 (0:00:00.086) 0:06:18.907 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 13:01:45 -0400 (0:00:00.219) 0:06:19.127 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 13:01:45 -0400 (0:00:00.074) 0:06:19.201 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3 /dev/sdg1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 13:01:45 -0400 (0:00:00.097) 0:06:19.299 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 13:01:45 -0400 (0:00:00.095) 0:06:19.395 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 13:01:45 -0400 (0:00:00.094) 0:06:19.489 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 13:01:45 -0400 (0:00:00.089) 0:06:19.578 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 13:01:45 -0400 (0:00:00.092) 0:06:19.671 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 13:01:45 -0400 (0:00:00.076) 0:06:19.747 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-faae27af-b601-46b9-9a6a-6c271e3cbf46 /dev/sdh1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 13:01:45 -0400 (0:00:00.094) 0:06:19.842 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 13:01:46 -0400 (0:00:00.093) 0:06:19.935 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 13:01:46 -0400 (0:00:00.093) 0:06:20.029 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 13:01:46 -0400 (0:00:00.089) 0:06:20.119 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 13:01:46 -0400 (0:00:00.092) 0:06:20.212 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 01 August 2024 13:01:46 -0400 (0:00:00.201) 0:06:20.413 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 01 August 2024 13:01:46 -0400 (0:00:00.075) 0:06:20.489 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 01 August 2024 13:01:46 -0400 (0:00:00.111) 0:06:20.601 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 01 August 2024 13:01:46 -0400 (0:00:00.034) 0:06:20.636 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 01 August 2024 13:01:46 -0400 (0:00:00.115) 0:06:20.751 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 01 August 2024 13:01:46 -0400 (0:00:00.071) 0:06:20.823 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 01 August 2024 13:01:47 -0400 (0:00:00.070) 0:06:20.893 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 01 August 2024 13:01:47 -0400 (0:00:00.069) 0:06:20.963 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 01 August 2024 13:01:47 -0400 (0:00:00.071) 0:06:21.035 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 01 August 2024 13:01:47 -0400 (0:00:00.072) 0:06:21.107 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 01 August 2024 13:01:47 -0400 (0:00:00.071) 0:06:21.179 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 01 August 2024 13:01:47 -0400 (0:00:00.196) 0:06:21.376 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 01 August 2024 13:01:47 -0400 (0:00:00.034) 0:06:21.410 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 01 August 2024 13:01:47 -0400 (0:00:00.031) 0:06:21.442 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:210 Thursday 01 August 2024 13:01:47 -0400 (0:00:00.074) 0:06:21.517 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.034975", "end": "2024-08-01 13:01:48.025529", "rc": 0, "start": "2024-08-01 13:01:47.990554" } STDOUT: wsE1Hj-BMjX-PPiH-p3jH-2L7p-Ehro-xoJ7OI TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:215 Thursday 01 August 2024 13:01:48 -0400 (0:00:00.445) 0:06:21.962 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Create a new volume group with a logical volume] ************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:219 Thursday 01 August 2024 13:01:48 -0400 (0:00:00.073) 0:06:22.036 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 13:01:48 -0400 (0:00:00.156) 0:06:22.192 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 13:01:48 -0400 (0:00:00.096) 0:06:22.289 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 13:01:48 -0400 (0:00:00.091) 0:06:22.381 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 13:01:48 -0400 (0:00:00.258) 0:06:22.640 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 13:01:48 -0400 (0:00:00.071) 0:06:22.712 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 13:01:49 -0400 (0:00:00.193) 0:06:22.906 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 13:01:49 -0400 (0:00:00.074) 0:06:22.980 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 13:01:49 -0400 (0:00:00.075) 0:06:23.056 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 13:01:49 -0400 (0:00:00.114) 0:06:23.170 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 13:01:49 -0400 (0:00:00.071) 0:06:23.242 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": "sda", "encryption": false, "name": "foo", "volumes": [ { "name": "test", "size": "300m" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 13:01:49 -0400 (0:00:00.075) 0:06:23.317 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 13:01:49 -0400 (0:00:00.074) 0:06:23.392 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 13:01:49 -0400 (0:00:00.072) 0:06:23.465 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 13:01:49 -0400 (0:00:00.071) 0:06:23.536 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 13:01:49 -0400 (0:00:00.070) 0:06:23.607 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 13:01:49 -0400 (0:00:00.067) 0:06:23.675 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 13:01:49 -0400 (0:00:00.165) 0:06:23.841 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 13:01:50 -0400 (0:00:00.094) 0:06:23.935 ******* changed: [managed_node1] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "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": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdf1", "name": "luks-88afdffa-27a4-4918-b4da-40242be2ba07", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-68d2c330-6894-45bd-9a1b-55f60d075820", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-589c9646-3a83-4fbd-855e-9d471153d62b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-ca128936-3be3-4a50-8a8a-d971464132a0", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_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": "", "mount_user": null, "name": "test", "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": "300m", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 13:01:57 -0400 (0:00:07.830) 0:06:31.766 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 13:01:57 -0400 (0:00:00.090) 0:06:31.856 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 13:01:58 -0400 (0:00:00.440) 0:06:32.297 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 13:01:58 -0400 (0:00:00.422) 0:06:32.720 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 13:01:58 -0400 (0:00:00.035) 0:06:32.756 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-88afdffa-27a4-4918-b4da-40242be2ba07", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-68d2c330-6894-45bd-9a1b-55f60d075820", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-589c9646-3a83-4fbd-855e-9d471153d62b", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ca128936-3be3-4a50-8a8a-d971464132a0", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "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": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdf1", "name": "luks-88afdffa-27a4-4918-b4da-40242be2ba07", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-68d2c330-6894-45bd-9a1b-55f60d075820", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-589c9646-3a83-4fbd-855e-9d471153d62b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-ca128936-3be3-4a50-8a8a-d971464132a0", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_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": "", "mount_user": null, "name": "test", "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": "300m", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 13:01:58 -0400 (0:00:00.086) 0:06:32.842 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_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": "", "mount_user": null, "name": "test", "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": "300m", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 13:01:59 -0400 (0:00:00.083) 0:06:32.926 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 13:01:59 -0400 (0:00:00.078) 0:06:33.004 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 13:01:59 -0400 (0:00:00.056) 0:06:33.061 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 13:01:59 -0400 (0:00:00.074) 0:06:33.136 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 13:01:59 -0400 (0:00:00.055) 0:06:33.192 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 13:01:59 -0400 (0:00:00.059) 0:06:33.251 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 13:01:59 -0400 (0:00:00.209) 0:06:33.461 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531672.0087318, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0d2753f879be88d34bbca8704a2ea5f413b37f5c", "ctime": 1722531669.3507044, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 153092310, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "3954333471", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 13:02:00 -0400 (0:00:00.415) 0:06:33.876 ******* changed: [managed_node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-88afdffa-27a4-4918-b4da-40242be2ba07', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-88afdffa-27a4-4918-b4da-40242be2ba07", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sda1', 'name': 'luks-68d2c330-6894-45bd-9a1b-55f60d075820', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-68d2c330-6894-45bd-9a1b-55f60d075820", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-faae27af-b601-46b9-9a6a-6c271e3cbf46', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-faae27af-b601-46b9-9a6a-6c271e3cbf46", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-c68572fb-6ed5-41b8-bff6-7add2c15507d', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-c68572fb-6ed5-41b8-bff6-7add2c15507d", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-589c9646-3a83-4fbd-855e-9d471153d62b', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-589c9646-3a83-4fbd-855e-9d471153d62b", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-7274b6f3-aab5-4bde-9460-2f279bdf93cc", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-e0fd0e64-6ccb-4d30-b488-36275c8362a3", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-d393844d-210b-4cdd-a3ac-b64ac27ae1e3", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-ca128936-3be3-4a50-8a8a-d971464132a0', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-ca128936-3be3-4a50-8a8a-d971464132a0", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 13:02:03 -0400 (0:00:03.470) 0:06:37.347 ******* ok: [managed_node1] TASK [Save UUID of the created volume group] *********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:231 Thursday 01 August 2024 13:02:04 -0400 (0:00:01.017) 0:06:38.364 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.029646", "end": "2024-08-01 13:02:04.866520", "rc": 0, "start": "2024-08-01 13:02:04.836874" } STDOUT: n4nf0Y-O7Pp-qVnx-ZFE8-6ucq-H2N9-KtnLWi TASK [Verify role results] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:236 Thursday 01 August 2024 13:02:04 -0400 (0:00:00.436) 0:06:38.801 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 01 August 2024 13:02:05 -0400 (0:00:00.127) 0:06:38.928 ******* ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_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": "", "mount_user": null, "name": "test", "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": "300m", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 01 August 2024 13:02:05 -0400 (0:00:00.091) 0:06:39.020 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 01 August 2024 13:02:05 -0400 (0:00:00.087) 0:06:39.107 ******* ok: [managed_node1] => { "changed": false, "info": { "/dev/mapper/foo-test": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/mapper/foo-test", "size": "300M", "type": "lvm", "uuid": "f43ddbf0-0ba1-48bb-84fe-7f89a680c75f" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "FK3M1h-hGqy-ysSc-8UrK-O2SZ-jwhb-RLwEnc" }, "/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": "fa5d09b5-e37a-49b7-81f4-3e79e6e2212c" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 01 August 2024 13:02:05 -0400 (0:00:00.409) 0:06:39.516 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003053", "end": "2024-08-01 13:02:05.998063", "rc": 0, "start": "2024-08-01 13:02:05.995010" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fa5d09b5-e37a-49b7-81f4-3e79e6e2212c / 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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 01 August 2024 13:02:06 -0400 (0:00:00.411) 0:06:39.928 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.005146", "end": "2024-08-01 13:02:06.408610", "failed_when_result": false, "rc": 0, "start": "2024-08-01 13:02:06.403464" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 01 August 2024 13:02:06 -0400 (0:00:00.408) 0:06:40.336 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', '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/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 01 August 2024 13:02:06 -0400 (0:00:00.266) 0:06:40.603 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 01 August 2024 13:02:06 -0400 (0:00:00.072) 0:06:40.676 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.034117", "end": "2024-08-01 13:02:07.188848", "rc": 0, "start": "2024-08-01 13:02:07.154731" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 01 August 2024 13:02:07 -0400 (0:00:00.443) 0:06:41.119 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 01 August 2024 13:02:07 -0400 (0:00:00.074) 0:06:41.194 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 01 August 2024 13:02:07 -0400 (0:00:00.135) 0:06:41.329 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 01 August 2024 13:02:07 -0400 (0:00:00.099) 0:06:41.428 ******* ok: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 01 August 2024 13:02:07 -0400 (0:00:00.407) 0:06:41.836 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 01 August 2024 13:02:08 -0400 (0:00:00.087) 0:06:41.924 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 01 August 2024 13:02:08 -0400 (0:00:00.096) 0:06:42.020 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 01 August 2024 13:02:08 -0400 (0:00:00.097) 0:06:42.118 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 01 August 2024 13:02:08 -0400 (0:00:00.077) 0:06:42.196 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 01 August 2024 13:02:08 -0400 (0:00:00.092) 0:06:42.288 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 01 August 2024 13:02:08 -0400 (0:00:00.070) 0:06:42.359 ******* ok: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 01 August 2024 13:02:08 -0400 (0:00:00.205) 0:06:42.564 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:720808): WARNING **: 13:02:08.978: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True 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.9.51 originally 10.31.9.51 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.9.51 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.9.51 originally 10.31.9.51 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.9.51 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 01 August 2024 13:02:09 -0400 (0:00:00.434) 0:06:42.999 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 01 August 2024 13:02:09 -0400 (0:00:00.092) 0:06:43.091 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 01 August 2024 13:02:09 -0400 (0:00:00.110) 0:06:43.202 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 01 August 2024 13:02:09 -0400 (0:00:00.069) 0:06:43.271 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 01 August 2024 13:02:09 -0400 (0:00:00.068) 0:06:43.340 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 01 August 2024 13:02:09 -0400 (0:00:00.072) 0:06:43.412 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 01 August 2024 13:02:09 -0400 (0:00:00.069) 0:06:43.482 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 01 August 2024 13:02:09 -0400 (0:00:00.069) 0:06:43.552 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 01 August 2024 13:02:09 -0400 (0:00:00.066) 0:06:43.618 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 01 August 2024 13:02:09 -0400 (0:00:00.070) 0:06:43.689 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 01 August 2024 13:02:09 -0400 (0:00:00.068) 0:06:43.757 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 01 August 2024 13:02:09 -0400 (0:00:00.072) 0:06:43.830 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 01 August 2024 13:02:10 -0400 (0:00:00.070) 0:06:43.900 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 01 August 2024 13:02:10 -0400 (0:00:00.234) 0:06:44.134 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 01 August 2024 13:02:10 -0400 (0:00:00.111) 0:06:44.245 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node1 => (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': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', '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/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Thursday 01 August 2024 13:02:10 -0400 (0:00:00.101) 0:06:44.347 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Thursday 01 August 2024 13:02:10 -0400 (0:00:00.072) 0:06:44.420 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Thursday 01 August 2024 13:02:10 -0400 (0:00:00.069) 0:06:44.490 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Thursday 01 August 2024 13:02:10 -0400 (0:00:00.069) 0:06:44.559 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Thursday 01 August 2024 13:02:10 -0400 (0:00:00.069) 0:06:44.629 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Thursday 01 August 2024 13:02:10 -0400 (0:00:00.071) 0:06:44.701 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Thursday 01 August 2024 13:02:10 -0400 (0:00:00.071) 0:06:44.772 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 01 August 2024 13:02:10 -0400 (0:00:00.068) 0:06:44.841 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 01 August 2024 13:02:11 -0400 (0:00:00.107) 0:06:44.948 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node1 => (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': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', '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/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Thursday 01 August 2024 13:02:11 -0400 (0:00:00.259) 0:06:45.208 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Thursday 01 August 2024 13:02:11 -0400 (0:00:00.069) 0:06:45.278 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Thursday 01 August 2024 13:02:11 -0400 (0:00:00.075) 0:06:45.353 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Thursday 01 August 2024 13:02:11 -0400 (0:00:00.071) 0:06:45.425 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 01 August 2024 13:02:11 -0400 (0:00:00.073) 0:06:45.499 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 01 August 2024 13:02:11 -0400 (0:00:00.111) 0:06:45.610 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 01 August 2024 13:02:11 -0400 (0:00:00.092) 0:06:45.703 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "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_node1] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 01 August 2024 13:02:11 -0400 (0:00:00.073) 0:06:45.776 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sda1) TASK [Set variables used by tests] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 01 August 2024 13:02:12 -0400 (0:00:00.096) 0:06:45.873 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 01 August 2024 13:02:12 -0400 (0:00:00.094) 0:06:45.967 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 01 August 2024 13:02:12 -0400 (0:00:00.089) 0:06:46.057 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 01 August 2024 13:02:12 -0400 (0:00:00.150) 0:06:46.207 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 01 August 2024 13:02:12 -0400 (0:00:00.216) 0:06:46.424 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 01 August 2024 13:02:12 -0400 (0:00:00.087) 0:06:46.511 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 01 August 2024 13:02:12 -0400 (0:00:00.072) 0:06:46.584 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 01 August 2024 13:02:12 -0400 (0:00:00.074) 0:06:46.659 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 01 August 2024 13:02:12 -0400 (0:00:00.117) 0:06:46.776 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node1 => (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': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', '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/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Thursday 01 August 2024 13:02:13 -0400 (0:00:00.106) 0:06:46.883 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Thursday 01 August 2024 13:02:13 -0400 (0:00:00.075) 0:06:46.959 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Thursday 01 August 2024 13:02:13 -0400 (0:00:00.071) 0:06:47.030 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Thursday 01 August 2024 13:02:13 -0400 (0:00:00.071) 0:06:47.102 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Thursday 01 August 2024 13:02:13 -0400 (0:00:00.069) 0:06:47.171 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Thursday 01 August 2024 13:02:13 -0400 (0:00:00.075) 0:06:47.247 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Thursday 01 August 2024 13:02:13 -0400 (0:00:00.073) 0:06:47.320 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 01 August 2024 13:02:13 -0400 (0:00:00.203) 0:06:47.523 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 01 August 2024 13:02:13 -0400 (0:00:00.112) 0:06:47.636 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 01 August 2024 13:02:13 -0400 (0:00:00.071) 0:06:47.707 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 01 August 2024 13:02:13 -0400 (0:00:00.071) 0:06:47.779 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 01 August 2024 13:02:13 -0400 (0:00:00.068) 0:06:47.847 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 01 August 2024 13:02:14 -0400 (0:00:00.069) 0:06:47.917 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 01 August 2024 13:02:14 -0400 (0:00:00.069) 0:06:47.987 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 01 August 2024 13:02:14 -0400 (0:00:00.071) 0:06:48.058 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 01 August 2024 13:02:14 -0400 (0:00:00.073) 0:06:48.132 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node1 => (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': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', '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/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 01 August 2024 13:02:14 -0400 (0:00:00.097) 0:06:48.229 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 01 August 2024 13:02:14 -0400 (0:00:00.093) 0:06:48.322 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 => (item=mount) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 => (item=fstab) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 => (item=fs) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 => (item=device) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 => (item=encryption) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 => (item=md) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 => (item=size) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node1 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 01 August 2024 13:02:14 -0400 (0:00:00.516) 0:06:48.839 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 01 August 2024 13:02:15 -0400 (0:00:00.080) 0:06:48.919 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 01 August 2024 13:02:15 -0400 (0:00:00.099) 0:06:49.019 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Thursday 01 August 2024 13:02:15 -0400 (0:00:00.071) 0:06:49.090 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Thursday 01 August 2024 13:02:15 -0400 (0:00:00.078) 0:06:49.169 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Thursday 01 August 2024 13:02:15 -0400 (0:00:00.073) 0:06:49.243 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Thursday 01 August 2024 13:02:15 -0400 (0:00:00.074) 0:06:49.317 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Thursday 01 August 2024 13:02:15 -0400 (0:00:00.071) 0:06:49.389 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Thursday 01 August 2024 13:02:15 -0400 (0:00:00.072) 0:06:49.461 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Thursday 01 August 2024 13:02:15 -0400 (0:00:00.073) 0:06:49.535 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Thursday 01 August 2024 13:02:15 -0400 (0:00:00.073) 0:06:49.608 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 01 August 2024 13:02:15 -0400 (0:00:00.072) 0:06:49.680 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 01 August 2024 13:02:15 -0400 (0:00:00.109) 0:06:49.790 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 01 August 2024 13:02:16 -0400 (0:00:00.093) 0:06:49.884 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 01 August 2024 13:02:16 -0400 (0:00:00.252) 0:06:50.136 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 01 August 2024 13:02:16 -0400 (0:00:00.088) 0:06:50.224 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Thursday 01 August 2024 13:02:16 -0400 (0:00:00.077) 0:06:50.301 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 01 August 2024 13:02:16 -0400 (0:00:00.076) 0:06:50.378 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 01 August 2024 13:02:16 -0400 (0:00:00.097) 0:06:50.475 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 01 August 2024 13:02:16 -0400 (0:00:00.095) 0:06:50.571 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531717.761204, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1722531717.761204, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 29441, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1722531717.761204, "nlink": 1, "path": "/dev/mapper/foo-test", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 01 August 2024 13:02:17 -0400 (0:00:00.426) 0:06:50.998 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 01 August 2024 13:02:17 -0400 (0:00:00.080) 0:06:51.078 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 01 August 2024 13:02:17 -0400 (0:00:00.072) 0:06:51.151 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 01 August 2024 13:02:17 -0400 (0:00:00.077) 0:06:51.228 ******* ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 01 August 2024 13:02:17 -0400 (0:00:00.077) 0:06:51.305 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 01 August 2024 13:02:17 -0400 (0:00:00.075) 0:06:51.381 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 01 August 2024 13:02:17 -0400 (0:00:00.077) 0:06:51.458 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 01 August 2024 13:02:17 -0400 (0:00:00.072) 0:06:51.530 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 01 August 2024 13:02:18 -0400 (0:00:00.985) 0:06:52.516 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 01 August 2024 13:02:18 -0400 (0:00:00.211) 0:06:52.727 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 01 August 2024 13:02:18 -0400 (0:00:00.071) 0:06:52.799 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.090) 0:06:52.890 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.073) 0:06:52.964 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.071) 0:06:53.036 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.072) 0:06:53.108 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.068) 0:06:53.177 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.072) 0:06:53.249 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.095) 0:06:53.345 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.093) 0:06:53.438 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.085) 0:06:53.523 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.089) 0:06:53.613 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.086) 0:06:53.700 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.072) 0:06:53.773 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 01 August 2024 13:02:19 -0400 (0:00:00.067) 0:06:53.840 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 01 August 2024 13:02:20 -0400 (0:00:00.220) 0:06:54.060 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 01 August 2024 13:02:20 -0400 (0:00:00.072) 0:06:54.132 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 01 August 2024 13:02:20 -0400 (0:00:00.071) 0:06:54.204 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 01 August 2024 13:02:20 -0400 (0:00:00.072) 0:06:54.277 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 01 August 2024 13:02:20 -0400 (0:00:00.074) 0:06:54.352 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 01 August 2024 13:02:20 -0400 (0:00:00.073) 0:06:54.425 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 01 August 2024 13:02:20 -0400 (0:00:00.074) 0:06:54.500 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 01 August 2024 13:02:20 -0400 (0:00:00.073) 0:06:54.574 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 01 August 2024 13:02:20 -0400 (0:00:00.074) 0:06:54.648 ******* ok: [managed_node1] => { "bytes": 314572800, "changed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 01 August 2024 13:02:21 -0400 (0:00:00.511) 0:06:55.160 ******* ok: [managed_node1] => { "bytes": 314572800, "changed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 01 August 2024 13:02:21 -0400 (0:00:00.429) 0:06:55.590 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_expected_size": "314572800" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 01 August 2024 13:02:21 -0400 (0:00:00.095) 0:06:55.685 ******* ok: [managed_node1] => { "storage_test_expected_size": "314572800" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 01 August 2024 13:02:21 -0400 (0:00:00.072) 0:06:55.757 ******* ok: [managed_node1] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 01 August 2024 13:02:22 -0400 (0:00:00.418) 0:06:56.176 ******* skipping: [managed_node1] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 01 August 2024 13:02:22 -0400 (0:00:00.157) 0:06:56.334 ******* skipping: [managed_node1] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 01 August 2024 13:02:22 -0400 (0:00:00.221) 0:06:56.555 ******* skipping: [managed_node1] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 01 August 2024 13:02:22 -0400 (0:00:00.090) 0:06:56.646 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Thursday 01 August 2024 13:02:22 -0400 (0:00:00.087) 0:06:56.734 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Thursday 01 August 2024 13:02:22 -0400 (0:00:00.071) 0:06:56.805 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Thursday 01 August 2024 13:02:23 -0400 (0:00:00.072) 0:06:56.877 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Thursday 01 August 2024 13:02:23 -0400 (0:00:00.070) 0:06:56.947 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Thursday 01 August 2024 13:02:23 -0400 (0:00:00.070) 0:06:57.018 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Thursday 01 August 2024 13:02:23 -0400 (0:00:00.069) 0:06:57.087 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Thursday 01 August 2024 13:02:23 -0400 (0:00:00.073) 0:06:57.160 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Thursday 01 August 2024 13:02:23 -0400 (0:00:00.071) 0:06:57.232 ******* skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Thursday 01 August 2024 13:02:23 -0400 (0:00:00.069) 0:06:57.302 ******* skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Thursday 01 August 2024 13:02:23 -0400 (0:00:00.067) 0:06:57.369 ******* skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Thursday 01 August 2024 13:02:23 -0400 (0:00:00.070) 0:06:57.440 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Thursday 01 August 2024 13:02:23 -0400 (0:00:00.070) 0:06:57.511 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Thursday 01 August 2024 13:02:23 -0400 (0:00:00.212) 0:06:57.723 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Thursday 01 August 2024 13:02:23 -0400 (0:00:00.070) 0:06:57.794 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Thursday 01 August 2024 13:02:24 -0400 (0:00:00.077) 0:06:57.871 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Thursday 01 August 2024 13:02:24 -0400 (0:00:00.071) 0:06:57.943 ******* ok: [managed_node1] => { "storage_test_actual_size": { "bytes": 314572800, "changed": false, "failed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Thursday 01 August 2024 13:02:24 -0400 (0:00:00.076) 0:06:58.019 ******* ok: [managed_node1] => { "storage_test_expected_size": "314572800" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Thursday 01 August 2024 13:02:24 -0400 (0:00:00.073) 0:06:58.092 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 01 August 2024 13:02:24 -0400 (0:00:00.103) 0:06:58.195 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test" ], "delta": "0:00:00.030769", "end": "2024-08-01 13:02:24.708058", "rc": 0, "start": "2024-08-01 13:02:24.677289" } STDOUT: LVM2_LV_NAME=test LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 01 August 2024 13:02:24 -0400 (0:00:00.445) 0:06:58.641 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 01 August 2024 13:02:24 -0400 (0:00:00.096) 0:06:58.738 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 01 August 2024 13:02:24 -0400 (0:00:00.093) 0:06:58.831 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 01 August 2024 13:02:25 -0400 (0:00:00.088) 0:06:58.920 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 01 August 2024 13:02:25 -0400 (0:00:00.090) 0:06:59.010 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 01 August 2024 13:02:25 -0400 (0:00:00.092) 0:06:59.102 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 01 August 2024 13:02:25 -0400 (0:00:00.085) 0:06:59.188 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 01 August 2024 13:02:25 -0400 (0:00:00.073) 0:06:59.262 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 01 August 2024 13:02:25 -0400 (0:00:00.104) 0:06:59.366 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Add a second PV to the VG] *********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:239 Thursday 01 August 2024 13:02:25 -0400 (0:00:00.073) 0:06:59.440 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 13:02:25 -0400 (0:00:00.168) 0:06:59.608 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 13:02:25 -0400 (0:00:00.095) 0:06:59.704 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 13:02:25 -0400 (0:00:00.096) 0:06:59.801 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 13:02:26 -0400 (0:00:00.190) 0:06:59.991 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 13:02:26 -0400 (0:00:00.067) 0:07:00.059 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 13:02:26 -0400 (0:00:00.072) 0:07:00.132 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 13:02:26 -0400 (0:00:00.070) 0:07:00.202 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 13:02:26 -0400 (0:00:00.071) 0:07:00.274 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 13:02:26 -0400 (0:00:00.109) 0:07:00.383 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 13:02:26 -0400 (0:00:00.209) 0:07:00.593 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo", "volumes": [ { "name": "test", "size": "300m" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 13:02:26 -0400 (0:00:00.075) 0:07:00.669 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 13:02:26 -0400 (0:00:00.074) 0:07:00.743 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 13:02:26 -0400 (0:00:00.072) 0:07:00.816 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 13:02:27 -0400 (0:00:00.070) 0:07:00.887 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 13:02:27 -0400 (0:00:00.072) 0:07:00.959 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 13:02:27 -0400 (0:00:00.069) 0:07:01.029 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 13:02:27 -0400 (0:00:00.108) 0:07:01.137 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 13:02:27 -0400 (0:00:00.035) 0:07:01.173 ******* changed: [managed_node1] => { "actions": [ { "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": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "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": "300m", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 13:02:29 -0400 (0:00:02.159) 0:07:03.333 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 13:02:29 -0400 (0:00:00.088) 0:07:03.422 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 13:02:29 -0400 (0:00:00.418) 0:07:03.841 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 13:02:30 -0400 (0:00:00.409) 0:07:04.250 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 13:02:30 -0400 (0:00:00.031) 0:07:04.282 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "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": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "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": "300m", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 13:02:30 -0400 (0:00:00.168) 0:07:04.450 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "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": "300m", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 13:02:30 -0400 (0:00:00.224) 0:07:04.675 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 13:02:30 -0400 (0:00:00.073) 0:07:04.748 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 13:02:30 -0400 (0:00:00.057) 0:07:04.806 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 13:02:31 -0400 (0:00:00.075) 0:07:04.881 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 13:02:31 -0400 (0:00:00.062) 0:07:04.944 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 13:02:31 -0400 (0:00:00.059) 0:07:05.004 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 13:02:31 -0400 (0:00:00.071) 0:07:05.075 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531726.407293, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722531723.4092622, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 385876172, "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": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3627561641", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 13:02:31 -0400 (0:00:00.409) 0:07:05.485 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 13:02:31 -0400 (0:00:00.033) 0:07:05.519 ******* ok: [managed_node1] TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:250 Thursday 01 August 2024 13:02:32 -0400 (0:00:00.978) 0:07:06.497 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.034216", "end": "2024-08-01 13:02:33.006525", "rc": 0, "start": "2024-08-01 13:02:32.972309" } STDOUT: n4nf0Y-O7Pp-qVnx-ZFE8-6ucq-H2N9-KtnLWi TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:255 Thursday 01 August 2024 13:02:33 -0400 (0:00:00.445) 0:07:06.942 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV from the VG] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:259 Thursday 01 August 2024 13:02:33 -0400 (0:00:00.076) 0:07:07.019 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 13:02:33 -0400 (0:00:00.237) 0:07:07.257 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 13:02:33 -0400 (0:00:00.093) 0:07:07.350 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 13:02:33 -0400 (0:00:00.099) 0:07:07.449 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 13:02:33 -0400 (0:00:00.194) 0:07:07.644 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 13:02:33 -0400 (0:00:00.074) 0:07:07.719 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 13:02:33 -0400 (0:00:00.075) 0:07:07.794 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 13:02:34 -0400 (0:00:00.078) 0:07:07.873 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 13:02:34 -0400 (0:00:00.078) 0:07:07.952 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 13:02:34 -0400 (0:00:00.117) 0:07:08.069 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 13:02:34 -0400 (0:00:00.073) 0:07:08.143 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sdb" ], "name": "foo", "volumes": [ { "name": "test", "size": "300m" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 13:02:34 -0400 (0:00:00.078) 0:07:08.221 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 13:02:34 -0400 (0:00:00.249) 0:07:08.470 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 13:02:34 -0400 (0:00:00.073) 0:07:08.544 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 13:02:34 -0400 (0:00:00.074) 0:07:08.618 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 13:02:34 -0400 (0:00:00.073) 0:07:08.692 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 13:02:34 -0400 (0:00:00.075) 0:07:08.768 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 13:02:35 -0400 (0:00:00.104) 0:07:08.872 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 13:02:35 -0400 (0:00:00.037) 0:07:08.909 ******* changed: [managed_node1] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sdb" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "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": "300m", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 13:02:39 -0400 (0:00:04.267) 0:07:13.177 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 13:02:39 -0400 (0:00:00.092) 0:07:13.269 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 13:02:39 -0400 (0:00:00.434) 0:07:13.704 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 13:02:40 -0400 (0:00:00.413) 0:07:14.118 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 13:02:40 -0400 (0:00:00.034) 0:07:14.152 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sdb" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "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": "300m", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 13:02:40 -0400 (0:00:00.077) 0:07:14.230 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdb" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "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": "300m", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 13:02:40 -0400 (0:00:00.073) 0:07:14.303 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 13:02:40 -0400 (0:00:00.073) 0:07:14.377 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 13:02:40 -0400 (0:00:00.123) 0:07:14.500 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 13:02:40 -0400 (0:00:00.073) 0:07:14.573 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 13:02:40 -0400 (0:00:00.055) 0:07:14.629 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 13:02:40 -0400 (0:00:00.061) 0:07:14.690 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 13:02:40 -0400 (0:00:00.070) 0:07:14.760 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531726.407293, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722531723.4092622, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 385876172, "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": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3627561641", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 13:02:41 -0400 (0:00:00.424) 0:07:15.185 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 13:02:41 -0400 (0:00:00.035) 0:07:15.220 ******* ok: [managed_node1] TASK [Get the partition table type on disk removed from the VG] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:270 Thursday 01 August 2024 13:02:42 -0400 (0:00:01.011) 0:07:16.232 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "lsblk", "-o", "PTTYPE", "--noheadings", "--nodeps", "/dev/sda" ], "delta": "0:00:00.004225", "end": "2024-08-01 13:02:42.734914", "rc": 0, "start": "2024-08-01 13:02:42.730689" } TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:275 Thursday 01 August 2024 13:02:42 -0400 (0:00:00.434) 0:07:16.666 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:279 Thursday 01 August 2024 13:02:42 -0400 (0:00:00.075) 0:07:16.742 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031976", "end": "2024-08-01 13:02:43.285715", "rc": 0, "start": "2024-08-01 13:02:43.253739" } STDOUT: n4nf0Y-O7Pp-qVnx-ZFE8-6ucq-H2N9-KtnLWi TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:284 Thursday 01 August 2024 13:02:43 -0400 (0:00:00.477) 0:07:17.219 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:288 Thursday 01 August 2024 13:02:43 -0400 (0:00:00.075) 0:07:17.294 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 01 August 2024 13:02:43 -0400 (0:00:00.240) 0:07:17.535 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 01 August 2024 13:02:43 -0400 (0:00:00.096) 0:07:17.631 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 01 August 2024 13:02:43 -0400 (0:00:00.093) 0:07:17.725 ******* skipping: [managed_node1] => (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_node1] => (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_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed_node1] => (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" ] }, "ansible_included_var_files": [ "/tmp/tmp.G75cCd8e0a/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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 01 August 2024 13:02:44 -0400 (0:00:00.196) 0:07:17.921 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 01 August 2024 13:02:44 -0400 (0:00:00.071) 0:07:17.993 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 01 August 2024 13:02:44 -0400 (0:00:00.071) 0:07:18.064 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 01 August 2024 13:02:44 -0400 (0:00:00.070) 0:07:18.135 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 01 August 2024 13:02:44 -0400 (0:00:00.075) 0:07:18.211 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 01 August 2024 13:02:44 -0400 (0:00:00.116) 0:07:18.328 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 01 August 2024 13:02:44 -0400 (0:00:00.074) 0:07:18.402 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "name": "foo", "state": "absent" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 01 August 2024 13:02:44 -0400 (0:00:00.074) 0:07:18.476 ******* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 01 August 2024 13:02:44 -0400 (0:00:00.078) 0:07:18.555 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 01 August 2024 13:02:44 -0400 (0:00:00.245) 0:07:18.800 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 01 August 2024 13:02:45 -0400 (0:00:00.076) 0:07:18.876 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 01 August 2024 13:02:45 -0400 (0:00:00.073) 0:07:18.950 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 01 August 2024 13:02:45 -0400 (0:00:00.075) 0:07:19.026 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 01 August 2024 13:02:45 -0400 (0:00:00.106) 0:07:19.132 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 01 August 2024 13:02:45 -0400 (0:00:00.034) 0:07:19.167 ******* changed: [managed_node1] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "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": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 01 August 2024 13:02:47 -0400 (0:00:01.945) 0:07:21.113 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 01 August 2024 13:02:47 -0400 (0:00:00.088) 0:07:21.201 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531318.8470898, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7b8d67d57598ef4bac3c64348e9d71354320fd74", "ctime": 1722531318.288084, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790666, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722531318.288084, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "812506390", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 01 August 2024 13:02:47 -0400 (0:00:00.420) 0:07:21.622 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 01 August 2024 13:02:48 -0400 (0:00:00.399) 0:07:22.022 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 01 August 2024 13:02:48 -0400 (0:00:00.034) 0:07:22.056 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "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": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 01 August 2024 13:02:48 -0400 (0:00:00.076) 0:07:22.133 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 01 August 2024 13:02:48 -0400 (0:00:00.075) 0:07:22.208 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 01 August 2024 13:02:48 -0400 (0:00:00.073) 0:07:22.282 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 01 August 2024 13:02:48 -0400 (0:00:00.055) 0:07:22.338 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 01 August 2024 13:02:48 -0400 (0:00:00.249) 0:07:22.587 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 01 August 2024 13:02:48 -0400 (0:00:00.059) 0:07:22.647 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 01 August 2024 13:02:48 -0400 (0:00:00.059) 0:07:22.707 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 01 August 2024 13:02:48 -0400 (0:00:00.072) 0:07:22.780 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1722531726.407293, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722531723.4092622, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 385876172, "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": 1722499533.531, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3627561641", "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 01 August 2024 13:02:49 -0400 (0:00:00.422) 0:07:23.203 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 01 August 2024 13:02:49 -0400 (0:00:00.035) 0:07:23.238 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:297 Thursday 01 August 2024 13:02:50 -0400 (0:00:00.969) 0:07:24.207 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 01 August 2024 13:02:50 -0400 (0:00:00.129) 0:07:24.336 ******* ok: [managed_node1] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 01 August 2024 13:02:50 -0400 (0:00:00.094) 0:07:24.431 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 01 August 2024 13:02:50 -0400 (0:00:00.085) 0:07:24.516 ******* ok: [managed_node1] => { "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": "fa5d09b5-e37a-49b7-81f4-3e79e6e2212c" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 01 August 2024 13:02:51 -0400 (0:00:00.411) 0:07:24.928 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003138", "end": "2024-08-01 13:02:51.401464", "rc": 0, "start": "2024-08-01 13:02:51.398326" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Thu Aug 1 08:05:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=fa5d09b5-e37a-49b7-81f4-3e79e6e2212c / 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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 01 August 2024 13:02:51 -0400 (0:00:00.401) 0:07:25.330 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003100", "end": "2024-08-01 13:02:51.908356", "failed_when_result": false, "rc": 0, "start": "2024-08-01 13:02:51.905256" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 01 August 2024 13:02:52 -0400 (0:00:00.594) 0:07:25.924 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node1 => (item={'disks': ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 01 August 2024 13:02:52 -0400 (0:00:00.122) 0:07:26.046 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 01 August 2024 13:02:52 -0400 (0:00:00.075) 0:07:26.122 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 01 August 2024 13:02:52 -0400 (0:00:00.076) 0:07:26.199 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 01 August 2024 13:02:52 -0400 (0:00:00.076) 0:07:26.275 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node1 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 01 August 2024 13:02:52 -0400 (0:00:00.139) 0:07:26.414 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 01 August 2024 13:02:52 -0400 (0:00:00.102) 0:07:26.517 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 01 August 2024 13:02:52 -0400 (0:00:00.036) 0:07:26.553 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 01 August 2024 13:02:52 -0400 (0:00:00.091) 0:07:26.645 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 01 August 2024 13:02:52 -0400 (0:00:00.095) 0:07:26.740 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 01 August 2024 13:02:52 -0400 (0:00:00.096) 0:07:26.836 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 01 August 2024 13:02:53 -0400 (0:00:00.077) 0:07:26.914 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 01 August 2024 13:02:53 -0400 (0:00:00.276) 0:07:27.190 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 01 August 2024 13:02:53 -0400 (0:00:00.071) 0:07:27.261 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 01 August 2024 13:02:53 -0400 (0:00:00.033) 0:07:27.295 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:724289): WARNING **: 13:02:53.723: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory True 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.9.51 originally 10.31.9.51 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.9.51 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.9.51 originally 10.31.9.51 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.9.51 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 01 August 2024 13:02:53 -0400 (0:00:00.446) 0:07:27.742 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 01 August 2024 13:02:53 -0400 (0:00:00.052) 0:07:27.795 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 01 August 2024 13:02:54 -0400 (0:00:00.110) 0:07:27.906 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 01 August 2024 13:02:54 -0400 (0:00:00.073) 0:07:27.979 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 01 August 2024 13:02:54 -0400 (0:00:00.073) 0:07:28.053 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 01 August 2024 13:02:54 -0400 (0:00:00.071) 0:07:28.124 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 01 August 2024 13:02:54 -0400 (0:00:00.076) 0:07:28.200 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 01 August 2024 13:02:54 -0400 (0:00:00.073) 0:07:28.274 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 01 August 2024 13:02:54 -0400 (0:00:00.072) 0:07:28.346 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 01 August 2024 13:02:54 -0400 (0:00:00.073) 0:07:28.419 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 01 August 2024 13:02:54 -0400 (0:00:00.074) 0:07:28.494 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 01 August 2024 13:02:54 -0400 (0:00:00.247) 0:07:28.741 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 01 August 2024 13:02:54 -0400 (0:00:00.069) 0:07:28.811 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 01 August 2024 13:02:55 -0400 (0:00:00.074) 0:07:28.886 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed_node1 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 01 August 2024 13:02:55 -0400 (0:00:00.108) 0:07:28.994 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 01 August 2024 13:02:55 -0400 (0:00:00.034) 0:07:29.028 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed_node1 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 01 August 2024 13:02:55 -0400 (0:00:00.107) 0:07:29.136 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 01 August 2024 13:02:55 -0400 (0:00:00.032) 0:07:29.168 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 01 August 2024 13:02:55 -0400 (0:00:00.108) 0:07:29.277 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 01 August 2024 13:02:55 -0400 (0:00:00.092) 0:07:29.370 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 01 August 2024 13:02:55 -0400 (0:00:00.032) 0:07:29.402 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 01 August 2024 13:02:55 -0400 (0:00:00.034) 0:07:29.436 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 01 August 2024 13:02:55 -0400 (0:00:00.071) 0:07:29.508 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed_node1 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 01 August 2024 13:02:55 -0400 (0:00:00.253) 0:07:29.761 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 01 August 2024 13:02:55 -0400 (0:00:00.034) 0:07:29.795 ******* included: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 01 August 2024 13:02:56 -0400 (0:00:00.111) 0:07:29.907 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 01 August 2024 13:02:56 -0400 (0:00:00.071) 0:07:29.979 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 01 August 2024 13:02:56 -0400 (0:00:00.072) 0:07:30.051 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 01 August 2024 13:02:56 -0400 (0:00:00.069) 0:07:30.121 ******* skipping: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 01 August 2024 13:02:56 -0400 (0:00:00.072) 0:07:30.193 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 01 August 2024 13:02:56 -0400 (0:00:00.070) 0:07:30.264 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 01 August 2024 13:02:56 -0400 (0:00:00.071) 0:07:30.336 ******* ok: [managed_node1] => { "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/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 01 August 2024 13:02:56 -0400 (0:00:00.071) 0:07:30.407 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 01 August 2024 13:02:56 -0400 (0:00:00.034) 0:07:30.442 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 01 August 2024 13:02:56 -0400 (0:00:00.030) 0:07:30.472 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* managed_node1 : ok=799 changed=15 unreachable=0 failed=0 skipped=606 rescued=0 ignored=0 Thursday 01 August 2024 13:02:56 -0400 (0:00:00.277) 0:07:30.750 ******* =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 98.28s /tmp/tmp.G75cCd8e0a/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 -- 88.01s /tmp/tmp.G75cCd8e0a/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 --- 7.83s /tmp/tmp.G75cCd8e0a/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 --- 7.25s /tmp/tmp.G75cCd8e0a/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 --- 6.95s /tmp/tmp.G75cCd8e0a/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 --- 5.95s /tmp/tmp.G75cCd8e0a/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 --- 4.27s /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 3.54s /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 3.47s /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Get the canonical device path for each member device -------------------- 3.45s /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Get the canonical device path for each member device -------------------- 3.33s /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Get the canonical device path for each member device -------------------- 3.32s /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.19s /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 3.10s /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 3.04s /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.51s /tmp/tmp.G75cCd8e0a/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 --- 2.16s /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get service facts ------------------- 2.02s /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.95s /tmp/tmp.G75cCd8e0a/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 --- 1.95s /tmp/tmp.G75cCd8e0a/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69