[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.3] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-314 executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 7 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml PLAY [Test lvm pool members] *************************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:2 Thursday 29 August 2024 05:59:56 -0400 (0:00:00.009) 0:00:00.009 ******* [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:14 Thursday 29 August 2024 05:59:58 -0400 (0:00:01.350) 0:00:01.359 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 05:59:58 -0400 (0:00:00.036) 0:00:01.396 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 05:59:58 -0400 (0:00:00.037) 0:00:01.435 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 05:59:58 -0400 (0:00:00.065) 0:00:01.501 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 05:59:58 -0400 (0:00:00.062) 0:00:01.564 ******* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 05:59:59 -0400 (0:00:00.490) 0:00:02.054 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 05:59:59 -0400 (0:00:00.024) 0:00:02.078 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 05:59:59 -0400 (0:00:00.014) 0:00:02.093 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 05:59:59 -0400 (0:00:00.013) 0:00:02.106 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 05:59:59 -0400 (0:00:00.039) 0:00:02.146 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 05:59:59 -0400 (0:00:00.802) 0:00:02.948 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 05:59:59 -0400 (0:00:00.027) 0:00:02.976 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 05:59:59 -0400 (0:00:00.025) 0:00:03.001 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:00:00 -0400 (0:00:00.717) 0:00:03.718 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Thursday 29 August 2024 06:00:00 -0400 (0:00:00.028) 0:00:03.747 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Thursday 29 August 2024 06:00:00 -0400 (0:00:00.027) 0:00:03.774 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Thursday 29 August 2024 06:00:00 -0400 (0:00:00.037) 0:00:03.811 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:00:00 -0400 (0:00:00.059) 0:00:03.871 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:00:01 -0400 (0:00:00.765) 0:00:04.637 ******* 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" }, "audit-rules.service": { "name": "audit-rules.service", "source": "systemd", "state": "stopped", "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" }, "capsule@.service": { "name": "capsule@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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" }, "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" }, "dhcpcd.service": { "name": "dhcpcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd@.service": { "name": "dhcpcd@.service", "source": "systemd", "state": "unknown", "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" }, "fips-crypto-policy-overlay.service": { "name": "fips-crypto-policy-overlay.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "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": "inactive", "status": "disabled" }, "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@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_multipath.service": { "name": "modprobe@dm_multipath.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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": "inactive", "status": "disabled" }, "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" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "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" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon-root.service": { "name": "quotaon-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon@.service": { "name": "quotaon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "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-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "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-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "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": "inactive", "status": "disabled" }, "systemd-bootctl@.service": { "name": "systemd-bootctl@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-creds@.service": { "name": "systemd-creds@.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-clear.service": { "name": "systemd-hibernate-clear.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hibernate-resume.service": { "name": "systemd-hibernate-resume.service", "source": "systemd", "state": "stopped", "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": "stopped", "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-sync@.service": { "name": "systemd-journald-sync@.service", "source": "systemd", "state": "unknown", "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-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrextend@.service": { "name": "systemd-pcrextend@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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-pcrlock-file-system.service": { "name": "systemd-pcrlock-file-system.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-code.service": { "name": "systemd-pcrlock-firmware-code.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-config.service": { "name": "systemd-pcrlock-firmware-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-machine-id.service": { "name": "systemd-pcrlock-machine-id.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-make-policy.service": { "name": "systemd-pcrlock-make-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-authority.service": { "name": "systemd-pcrlock-secureboot-authority.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-policy.service": { "name": "systemd-pcrlock-secureboot-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock@.service": { "name": "systemd-pcrlock@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck-root.service": { "name": "systemd-quotacheck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-quotacheck@.service": { "name": "systemd-quotacheck@.service", "source": "systemd", "state": "unknown", "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-soft-reboot.service": { "name": "systemd-soft-reboot.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": "enabled" }, "systemd-sysext@.service": { "name": "systemd-sysext@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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-early.service": { "name": "systemd-tmpfiles-setup-dev-early.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-tpm2-setup-early.service": { "name": "systemd-tpm2-setup-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup.service": { "name": "systemd-tpm2-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-load-credentials.service": { "name": "systemd-udev-load-credentials.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "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" }, "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" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:00:03 -0400 (0:00:02.093) 0:00:06.731 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:00:03 -0400 (0:00:00.046) 0:00:06.778 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:00:03 -0400 (0:00:00.014) 0:00:06.793 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:00:04 -0400 (0:00:00.524) 0:00:07.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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:00:04 -0400 (0:00:00.036) 0:00:07.354 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:00:04 -0400 (0:00:00.377) 0:00:07.731 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:00:04 -0400 (0:00:00.054) 0:00:07.787 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:00:04 -0400 (0:00:00.045) 0:00:07.832 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:00:04 -0400 (0:00:00.037) 0:00:07.869 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:00:04 -0400 (0:00:00.024) 0:00:07.894 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:00:04 -0400 (0:00:00.030) 0:00:07.924 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:00:04 -0400 (0:00:00.043) 0:00:07.967 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:00:04 -0400 (0:00:00.020) 0:00:07.988 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:00:04 -0400 (0:00:00.032) 0:00:08.020 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:00:05 -0400 (0:00:00.032) 0:00:08.053 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:00:05 -0400 (0:00:00.015) 0:00:08.068 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925077.7969792, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724925075.422964, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104067, "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": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3849693073", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:00:05 -0400 (0:00:00.366) 0:00:08.435 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:00:05 -0400 (0:00:00.025) 0:00:08.460 ******* ok: [managed_node1] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:18 Thursday 29 August 2024 06:00:06 -0400 (0:00:00.941) 0:00:09.401 ******* ok: [managed_node1] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:25 Thursday 29 August 2024 06:00:06 -0400 (0:00:00.058) 0:00:09.460 ******* ok: [managed_node1] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el10.1", "source": "rpm", "version": "1.48.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el10.1", "source": "rpm", "version": "1.48.8" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el10.1", "source": "rpm", "version": "1.48.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.el10", "source": "rpm", "version": "1.26" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-ucode-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "9.el10", "source": "rpm", "version": "4.0" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "9.el10", "source": "rpm", "version": "4.0" } ], "audit-rules": [ { "arch": "x86_64", "epoch": null, "name": "audit-rules", "release": "9.el10", "source": "rpm", "version": "4.0" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "6.el10", "source": "rpm", "version": "1.5.0" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "6.el10", "source": "rpm", "version": "1.5.0" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "21.el10", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "4.el10", "source": "rpm", "version": "5.2.26" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "22.el10", "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.el10", "source": "rpm", "version": "2.41" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "48.el10", "source": "rpm", "version": "2.41" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "5.el10", "source": "rpm", "version": "3.10.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "19.el10", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "5.el10", "source": "rpm", "version": "1.25.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "101.1.el10", "source": "rpm", "version": "2024.2.69_v8.0.303" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "0.18.el10", "source": "rpm", "version": "10.0" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "0.18.el10", "source": "rpm", "version": "10.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "0.18.el10", "source": "rpm", "version": "10.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "5.el10", "source": "rpm", "version": "4.5" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "cirrus-audio-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "4.el10", "source": "rpm", "version": "20" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "4.el10", "source": "rpm", "version": "20" } ], "clevis-pin-tpm2": [ { "arch": "x86_64", "epoch": null, "name": "clevis-pin-tpm2", "release": "6.el10", "source": "rpm", "version": "0.5.3" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "15.el10", "source": "rpm", "version": "24.1.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "10.el10", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "2.el10", "source": "rpm", "version": "9.5" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "2.el10", "source": "rpm", "version": "9.5" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "2.el10", "source": "rpm", "version": "2.15" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "7.el10", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "7.el10", "source": "rpm", "version": "2.9.11" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "5.el10", "source": "rpm", "version": "1.7.0" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "5.el10", "source": "rpm", "version": "1.7.0" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "4.el10", "source": "rpm", "version": "1.11^20190603git9e74f2d" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git367040b.el10", "source": "rpm", "version": "20240822" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git367040b.el10", "source": "rpm", "version": "20240822" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "2.el10", "source": "rpm", "version": "2.7.3" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "2.el10", "source": "rpm", "version": "2.7.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "8.el10", "source": "rpm", "version": "8.6.0" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-gssapi", "release": "22.el10", "source": "rpm", "version": "2.1.28" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "22.el10", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "4.el10", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "6.el10", "source": "rpm", "version": "35" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "4.el10", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "4.el10", "source": "rpm", "version": "1.14.10" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": null, "name": "default-fonts-core-sans", "release": "1.el10", "source": "rpm", "version": "4.1" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper", "release": "1.el10", "source": "rpm", "version": "1.02.198" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-event", "release": "1.el10", "source": "rpm", "version": "1.02.198" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-event-libs", "release": "1.el10", "source": "rpm", "version": "1.02.198" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-libs", "release": "1.el10", "source": "rpm", "version": "1.02.198" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "1.el10", "source": "rpm", "version": "0.9.9" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "1.el10", "source": "rpm", "version": "0.9.9" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "4.el10", "source": "rpm", "version": "1.0.11" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": null, "name": "dhcpcd", "release": "4.el10", "source": "rpm", "version": "10.0.6" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "7.el10", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "6.el10", "source": "rpm", "version": "4.20.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "6.el10", "source": "rpm", "version": "4.20.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "5.el10", "source": "rpm", "version": "4.7.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "2.el10", "source": "rpm", "version": "102" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "2.el10", "source": "rpm", "version": "102" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "2.el10", "source": "rpm", "version": "102" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "2.el10", "source": "rpm", "version": "102" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "8.el10", "source": "rpm", "version": "2.7.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "2.el10", "source": "rpm", "version": "1.47.1" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "2.el10", "source": "rpm", "version": "1.47.1" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "5.el10", "source": "rpm", "version": "0.191" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "5.el10", "source": "rpm", "version": "0.191" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "5.el10", "source": "rpm", "version": "0.191" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "5.el10", "source": "rpm", "version": "0.191" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "2.el10", "source": "rpm", "version": "6.7" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.el10", "source": "rpm", "version": "2.6.2" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "6.el10", "source": "rpm", "version": "5.45" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "6.el10", "source": "rpm", "version": "5.45" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "15.el10", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "4.el10", "source": "rpm", "version": "4.10.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.el10", "source": "rpm", "version": "2.2.1" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.el10", "source": "rpm", "version": "2.2.1" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "17.el10", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "22.el10.gating_test1", "source": "rpm", "version": "2.9.9" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse3-libs", "release": "5.el10", "source": "rpm", "version": "3.16.2" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el10", "source": "rpm", "version": "5.3.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "4.el10", "source": "rpm", "version": "5.3.0" } ], "gdbm": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "8.el10", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "8.el10", "source": "rpm", "version": "1.23" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "3.el10", "source": "rpm", "version": "0.22.5" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "3.el10", "source": "rpm", "version": "0.22.5" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "3.el10", "source": "rpm", "version": "0.22.5" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "3.el10", "source": "rpm", "version": "2.45.2" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "3.el10", "source": "rpm", "version": "2.45.2" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "3.el10", "source": "rpm", "version": "2.45.2" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.el10", "source": "rpm", "version": "2.80.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "17.el10", "source": "rpm", "version": "2.39" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "17.el10", "source": "rpm", "version": "2.39" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "17.el10", "source": "rpm", "version": "2.39" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "17.el10", "source": "rpm", "version": "2.39" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "9.el10", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.el10", "source": "rpm", "version": "2.4.5" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.el10", "source": "rpm", "version": "2.4.5" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "3.el10", "source": "rpm", "version": "3.8.7" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "5.el10", "source": "rpm", "version": "1.79.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.el10", "source": "rpm", "version": "20240401" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.el10", "source": "rpm", "version": "20240401" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.el10", "source": "rpm", "version": "20240401" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.el10", "source": "rpm", "version": "20240401" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.el10", "source": "rpm", "version": "1.23.2" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "9.el10", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "7.el10", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "125.el10", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "125.el10", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "125.el10", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "125.el10", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "125.el10", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "76.el10", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "7.el10", "source": "rpm", "version": "0.9.2" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "2.el10", "source": "rpm", "version": "1.13" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "13.el10", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "8.el10", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "10.el10", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "10.el10", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "10.el10", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "8.el10", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "10.0.el10.1", "source": "rpm", "version": "0.379" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.el10", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "2.el10", "source": "rpm", "version": "58" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.el10", "source": "rpm", "version": "10.25" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.el10", "source": "rpm", "version": "10.25" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-audio-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "4.el10", "source": "rpm", "version": "6.7.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "4.el10", "source": "rpm", "version": "6.7.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.el10", "source": "rpm", "version": "7.21" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.el10", "source": "rpm", "version": "7.21" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "8.el10", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "8.el10", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "6.el10", "source": "rpm", "version": "20240117" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "2.el10", "source": "rpm", "version": "1.9.4" } ], "iwlwifi-dvm-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwlwifi-dvm-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "iwlwifi-mvm-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwlwifi-mvm-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.el10", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.el10", "source": "rpm", "version": "3.5.0" } ], "jose": [ { "arch": "x86_64", "epoch": null, "name": "jose", "release": "101.el10", "source": "rpm", "version": "14" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "5.el10", "source": "rpm", "version": "1.7.1" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.el10", "source": "rpm", "version": "0.17" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "5.el10", "source": "rpm", "version": "2.6.4" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "5.el10", "source": "rpm", "version": "2.6.4" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "5.el10", "source": "rpm", "version": "2.6.4" } ], "kdump-utils": [ { "arch": "x86_64", "epoch": null, "name": "kdump-utils", "release": "1.el10", "source": "rpm", "version": "1.0.43" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "0.rc4.20.el10", "source": "rpm", "version": "6.11.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "0.rc4.20.el10", "source": "rpm", "version": "6.11.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "0.rc4.20.el10", "source": "rpm", "version": "6.11.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "0.rc4.20.el10", "source": "rpm", "version": "6.11.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "0.rc4.20.el10", "source": "rpm", "version": "6.11.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "0.rc4.20.el10", "source": "rpm", "version": "6.11.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "1.el10", "source": "rpm", "version": "2.0.29" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "4.el10", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "4.el10", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "8.el10", "source": "rpm", "version": "31" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "8.el10", "source": "rpm", "version": "31" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "1.el10", "source": "rpm", "version": "0.9.9" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "2.el10", "source": "rpm", "version": "1.21.3" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "1.el10", "source": "rpm", "version": "4.1" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "1.el10", "source": "rpm", "version": "4.1" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-fonts-en", "release": "1.el10", "source": "rpm", "version": "4.1" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "2.el10", "source": "rpm", "version": "661" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.el10", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "20.el10", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "7.el10", "source": "rpm", "version": "3.7.2" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "5.el10", "source": "rpm", "version": "2.5.6" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "4.el10", "source": "rpm", "version": "2.5.2" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "57.el10", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "7.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "7.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "7.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "7.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "7.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "7.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "7.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "7.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvme", "release": "7.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "7.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "7.el10", "source": "rpm", "version": "3.1.0" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "1.el10", "source": "rpm", "version": "1.5.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "4.el10", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "4.el10", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "6.el10", "source": "rpm", "version": "2.69" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "5.el10", "source": "rpm", "version": "0.8.4" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "5.el10", "source": "rpm", "version": "0.8.4" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "2.el10", "source": "rpm", "version": "0.11.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "57.el10", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "2.el10", "source": "rpm", "version": "1.47.1" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "2.el10", "source": "rpm", "version": "0.1.21" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "8.el10", "source": "rpm", "version": "8.6.0" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "57.el10", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "5.el10", "source": "rpm", "version": "0.73.1" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "3.el10", "source": "rpm", "version": "0.6.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "51.20230828cvs.el10", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "10.el10", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "12.el10", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "15.el10", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "5.el10", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.el10", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "5.el10", "source": "rpm", "version": "1.14.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "1.el10", "source": "rpm", "version": "14.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.el10", "source": "rpm", "version": "1.11.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "1.el10", "source": "rpm", "version": "14.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.el10", "source": "rpm", "version": "1.50" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.el10", "source": "rpm", "version": "2.3.7" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "57.el10", "source": "rpm", "version": "1.3.1" } ], "libjose": [ { "arch": "x86_64", "epoch": null, "name": "libjose", "release": "101.el10", "source": "rpm", "version": "14" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el10", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hasher": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hasher", "release": "2.el10", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el10", "source": "rpm", "version": "1.5.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.el10", "source": "rpm", "version": "1.6.7" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "5.el10", "source": "rpm", "version": "2.9.1" } ], "libluksmeta": [ { "arch": "x86_64", "epoch": null, "name": "libluksmeta", "release": "25.el10", "source": "rpm", "version": "9" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "6.el10", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "11.el10", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "1.el10", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "6.el10", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "28.el10", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.rc4.el10.1", "source": "rpm", "version": "2.6.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "6.el10", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.el10", "source": "rpm", "version": "1.62.1" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "4.el10", "source": "rpm", "version": "3.9.0" } ], "libnvme": [ { "arch": "x86_64", "epoch": null, "name": "libnvme", "release": "4.el10", "source": "rpm", "version": "1.9" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "57.el10", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "6.el10", "source": "rpm", "version": "1.5.7" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "4.el10", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "11.el10", "source": "rpm", "version": "1.4.5" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "57.el10", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el10", "source": "rpm", "version": "1.18.0" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "9.el10", "source": "rpm", "version": "2.5.3" } ], "libsecret": [ { "arch": "x86_64", "epoch": null, "name": "libsecret", "release": "6.el10", "source": "rpm", "version": "0.21.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "3.el10", "source": "rpm", "version": "3.7" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "3.el10", "source": "rpm", "version": "3.7" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "7.el10", "source": "rpm", "version": "0.7.29" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "2.el10", "source": "rpm", "version": "1.47.1" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "8.el10", "source": "rpm", "version": "0.10.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "8.el10", "source": "rpm", "version": "0.10.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "1.el10", "source": "rpm", "version": "14.2.1" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "13.el10", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.el10", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.el10", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "2.el10", "source": "rpm", "version": "1.4.10" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "2.el10", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.el10", "source": "rpm", "version": "1.3.5" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "9.el10", "source": "rpm", "version": "1.1" } ], "liburing": [ { "arch": "x86_64", "epoch": null, "name": "liburing", "release": "4.el10", "source": "rpm", "version": "2.5" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "3.el10", "source": "rpm", "version": "1.0.27" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "14.el10", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "9.el10", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "9.el10", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "9.el10", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "3.el10", "source": "rpm", "version": "1.7.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.el10", "source": "rpm", "version": "2.12.5" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "5.el10", "source": "rpm", "version": "1.1.39" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "15.el10", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "8.el10", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.el10", "source": "rpm", "version": "0.9.32" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.el10", "source": "rpm", "version": "3.22.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "4.el10", "source": "rpm", "version": "B.02.20" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "5.el10", "source": "rpm", "version": "4.98.0" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "12.el10", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "6.el10", "source": "rpm", "version": "5.4.6" } ], "luksmeta": [ { "arch": "x86_64", "epoch": null, "name": "luksmeta", "release": "25.el10", "source": "rpm", "version": "9" } ], "lvm2": [ { "arch": "x86_64", "epoch": 10, "name": "lvm2", "release": "1.el10", "source": "rpm", "version": "2.03.24" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 10, "name": "lvm2-libs", "release": "1.el10", "source": "rpm", "version": "2.03.24" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "7.el10", "source": "rpm", "version": "1.9.4" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "13.el10", "source": "rpm", "version": "2.10" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "7.el10", "source": "rpm", "version": "4.4.1" } ], "makedumpfile": [ { "arch": "x86_64", "epoch": null, "name": "makedumpfile", "release": "12.el10", "source": "rpm", "version": "1.7.5" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "7.el10", "source": "rpm", "version": "2.12.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "2.el10.2", "source": "rpm", "version": "4.3" } ], "memstrack": [ { "arch": "x86_64", "epoch": null, "name": "memstrack", "release": "5.el10", "source": "rpm", "version": "0.2.5" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "1.el10", "source": "rpm", "version": "20240531" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "11.el10", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.el10", "source": "rpm", "version": "4.2.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "13.20240127.el10", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "13.20240127.el10", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "13.20240127.el10", "source": "rpm", "version": "6.4" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.el10", "source": "rpm", "version": "3.10" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "4.el10", "source": "rpm", "version": "0.52.24" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.rc4.el10.1", "source": "rpm", "version": "2.6.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "4.el10", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "19.el10", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "27.el10", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "6.el10", "source": "rpm", "version": "2.0.16" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": null, "name": "nxpwireless-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "6.el10", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "4.el10", "source": "rpm", "version": "2.6.7" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "3.el10", "source": "rpm", "version": "9.8p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "3.el10", "source": "rpm", "version": "9.8p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "3.el10", "source": "rpm", "version": "9.8p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "10.el10", "source": "rpm", "version": "3.2.2" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "10.el10", "source": "rpm", "version": "3.2.2" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "7.el10", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "4.el10", "source": "rpm", "version": "0.25.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "4.el10", "source": "rpm", "version": "0.25.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "3.el10", "source": "rpm", "version": "1.6.1" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "3.el10", "source": "rpm", "version": "1.6.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "5.el10", "source": "rpm", "version": "3.6" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "1.el10", "source": "rpm", "version": "3.13.0" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.el10.2", "source": "rpm", "version": "10.44" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.el10.2", "source": "rpm", "version": "10.44" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "1.el10", "source": "rpm", "version": "2.2.3" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.el10", "source": "rpm", "version": "1.6.0" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "1.el10", "source": "rpm", "version": "2.2.3" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "510.el10", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "510.el10", "source": "rpm", "version": "1.89" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "510.el10", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "510.el10", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "511.el10", "source": "rpm", "version": "2.189" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "510.el10", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "5.el10", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "510.el10", "source": "rpm", "version": "1.56" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "510.el10", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "510.el10", "source": "rpm", "version": "1.38" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "17.el10", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "510.el10", "source": "rpm", "version": "5.78" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "510.el10", "source": "rpm", "version": "1.18" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "510.el10", "source": "rpm", "version": "2.86" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "510.el10", "source": "rpm", "version": "1.44" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "510.el10", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "510.el10", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "510.el10", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "510.el10", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "2.el10", "source": "rpm", "version": "2.58" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "510.el10", "source": "rpm", "version": "1.14" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "3.el10", "source": "rpm", "version": "2.45.2" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "511.el10", "source": "rpm", "version": "0.088" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "510.el10", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "511.el10", "source": "rpm", "version": "0.42" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.el10", "source": "rpm", "version": "2.085" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "510.el10", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "510.el10", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "4.el10", "source": "rpm", "version": "20231213" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "510.el10", "source": "rpm", "version": "1.17" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "6.el10", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "510.el10", "source": "rpm", "version": "2.20" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "510.el10", "source": "rpm", "version": "3.91" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "510.el10", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "511.el10", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "510.el10", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "510.el10", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "510.el10", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "510.el10", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "510.el10", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "510.el10", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "510.el10", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "511.el10", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "510.el10", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "23.el10", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "510.el10", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "510.el10", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "510.el10", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.el10", "source": "rpm", "version": "5.27" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "510.el10", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "511.el10", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "510.el10", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "510.el10", "source": "rpm", "version": "5.40.0" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "510.el10", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "510.el10", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "510.el10", "source": "rpm", "version": "5.40.0" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "510.el10", "source": "rpm", "version": "1.12" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "510.el10", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "510.el10", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "510.el10", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "510.el10", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "510.el10", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "510.el10", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "7.el10", "source": "rpm", "version": "2.8" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "2.el10", "source": "rpm", "version": "1.3.0" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "2.el10", "source": "rpm", "version": "125" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "2.el10", "source": "rpm", "version": "125" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "29.el10", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "7.el10", "source": "rpm", "version": "1.19" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "2.el10", "source": "rpm", "version": "0.2.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "4.el10", "source": "rpm", "version": "4.0.4" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "7.el10", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "4.el10", "source": "rpm", "version": "20240107" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.el10", "source": "rpm", "version": "3.12.5" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.el10", "source": "rpm", "version": "3.12.5" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "6.el10", "source": "rpm", "version": "23.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "9.el10", "source": "rpm", "version": "4.0" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "5.el10", "source": "rpm", "version": "3.10.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "7.el10", "source": "rpm", "version": "3.1.0" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "4.el10", "source": "rpm", "version": "2.10" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "4.el10", "source": "rpm", "version": "3.3.2" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "9.el10", "source": "rpm", "version": "5.0.8" } ], "python3-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python3-configshell", "release": "7.el10", "source": "rpm", "version": "1.1.30" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "14.el10", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "7.el10", "source": "rpm", "version": "1.3.2" } ], "python3-dbus-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-client-gen", "release": "7.el10", "source": "rpm", "version": "0.5.1" } ], "python3-dbus-python-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-python-client-gen", "release": "6.el10", "source": "rpm", "version": "0.8.3" } ], "python3-dbus-signature-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-signature-pyparsing", "release": "8.el10", "source": "rpm", "version": "0.4.1" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "4.el10", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "6.el10", "source": "rpm", "version": "4.20.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "5.el10", "source": "rpm", "version": "4.7.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.el10", "source": "rpm", "version": "2.2.1" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "6.el10", "source": "rpm", "version": "3.46.0" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "6.el10", "source": "rpm", "version": "3.46.0" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "5.el10", "source": "rpm", "version": "0.73.1" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "python3-into-dbus-python": [ { "arch": "noarch", "epoch": null, "name": "python3-into-dbus-python", "release": "6.el10", "source": "rpm", "version": "0.8.2" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "2.el10", "source": "rpm", "version": "3.1.4" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "5.el10", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.el10", "source": "rpm", "version": "2.3" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "6.el10", "source": "rpm", "version": "4.19.1" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema-specifications", "release": "5.el10", "source": "rpm", "version": "2023.11.2" } ], "python3-justbases": [ { "arch": "noarch", "epoch": null, "name": "python3-justbases", "release": "8.el10", "source": "rpm", "version": "0.15.2" } ], "python3-justbytes": [ { "arch": "noarch", "epoch": null, "name": "python3-justbytes", "release": "6.el10", "source": "rpm", "version": "0.15.2" } ], "python3-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python3-kmod", "release": "5.el10", "source": "rpm", "version": "0.9.2" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "2.el10", "source": "rpm", "version": "0.1.21" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "5.el10", "source": "rpm", "version": "0.73.1" } ], "python3-libmount": [ { "arch": "x86_64", "epoch": null, "name": "python3-libmount", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.el10", "source": "rpm", "version": "3.12.5" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "3.el10", "source": "rpm", "version": "3.7" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "2.el10", "source": "rpm", "version": "5.2.1" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "5.el10", "source": "rpm", "version": "2.1.3" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "4.el10", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "4.el10", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": null, "name": "python3-packaging", "release": "5.el10", "source": "rpm", "version": "23.2" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "3.el10", "source": "rpm", "version": "23.3.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "3.el10", "source": "rpm", "version": "5.9.8" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "5.el10", "source": "rpm", "version": "3.1.1" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "6.el10", "source": "rpm", "version": "3.13.0" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "9.el10", "source": "rpm", "version": "3.5" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "9.el10", "source": "rpm", "version": "0.24.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "18.el10", "source": "rpm", "version": "6.0.1" } ], "python3-referencing": [ { "arch": "noarch", "epoch": null, "name": "python3-referencing", "release": "5.el10", "source": "rpm", "version": "0.31.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "1.el10", "source": "rpm", "version": "2.32.3" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpds-py", "release": "5.el10", "source": "rpm", "version": "0.17.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "3.el10", "source": "rpm", "version": "4.19.1.1" } ], "python3-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python3-rtslib", "release": "8.el10", "source": "rpm", "version": "2.1.76" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "3.el10", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "5.el10", "source": "rpm", "version": "69.0.3" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "15.el10", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "10.el10", "source": "rpm", "version": "235" } ], "python3-typing-extensions": [ { "arch": "noarch", "epoch": null, "name": "python3-typing-extensions", "release": "5.el10", "source": "rpm", "version": "4.9.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.el10", "source": "rpm", "version": "1.26.19" } ], "python3-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python3-urwid", "release": "3.el10", "source": "rpm", "version": "2.5.3" } ], "python3-wcwidth": [ { "arch": "noarch", "epoch": null, "name": "python3-wcwidth", "release": "4.el10", "source": "rpm", "version": "0.2.6" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 18, "name": "qemu-guest-agent", "release": "7.el10", "source": "rpm", "version": "9.0.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "7.el10", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "7.el10", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "9.el10", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "redhat-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "redhat-mono-vf-fonts", "release": "12.el10", "source": "rpm", "version": "4.0.3" } ], "redhat-text-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "redhat-text-vf-fonts", "release": "12.el10", "source": "rpm", "version": "4.0.3" } ], "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": "3.el10", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "37.el10", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "2.el10", "source": "rpm", "version": "1.2.7" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "3.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "3.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "3.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "3.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "3.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "3.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "3.el10", "source": "rpm", "version": "1.6.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "3.el10", "source": "rpm", "version": "4.19.1.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "5.el10", "source": "rpm", "version": "3.3.0" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.el10", "source": "rpm", "version": "8.2408.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "2.el10", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el10", "source": "rpm", "version": "40.13.8" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el10", "source": "rpm", "version": "40.13.8" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "3.el10", "source": "rpm", "version": "2.14.5" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "5.el10", "source": "rpm", "version": "1.48" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "5.el10", "source": "rpm", "version": "1.48" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "3.el10", "source": "rpm", "version": "4.15.0" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "6.el10", "source": "rpm", "version": "2.3.3" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "6.el10", "source": "rpm", "version": "1.1.10" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "1.el10", "source": "rpm", "version": "3.46.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "5.el10", "source": "rpm", "version": "4.6.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-krb5-common", "release": "2.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "stratis-cli": [ { "arch": "noarch", "epoch": null, "name": "stratis-cli", "release": "4.el10", "source": "rpm", "version": "3.6.0" } ], "stratisd": [ { "arch": "x86_64", "epoch": null, "name": "stratisd", "release": "3.el10", "source": "rpm", "version": "3.6.7" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "7.p5.el10", "source": "rpm", "version": "1.9.15" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "7.p5.el10", "source": "rpm", "version": "1.9.15" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "12.el10", "source": "rpm", "version": "256" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "12.el10", "source": "rpm", "version": "256" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "12.el10", "source": "rpm", "version": "256" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "12.el10", "source": "rpm", "version": "256" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "4.el10", "source": "rpm", "version": "1.35" } ], "target-restore": [ { "arch": "noarch", "epoch": null, "name": "target-restore", "release": "8.el10", "source": "rpm", "version": "2.1.76" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "2.el10", "source": "rpm", "version": "2.1.58" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "24.el10", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": null, "name": "tiwilink-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "2.el10", "source": "rpm", "version": "5.7" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "2.el10", "source": "rpm", "version": "4.1.3" } ], "tpm2-tss-fapi": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss-fapi", "release": "2.el10", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "3.el10", "source": "rpm", "version": "2024a" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el10", "source": "rpm", "version": "0.14.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "22.el10", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "1.el10", "source": "rpm", "version": "1.24.5" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "42.el10", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.el10", "source": "rpm", "version": "6.5.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "2.el10", "source": "rpm", "version": "2.41" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "xz": [ { "arch": "x86_64", "epoch": 1, "name": "xz", "release": "2.el10", "source": "rpm", "version": "5.6.2" } ], "xz-libs": [ { "arch": "x86_64", "epoch": 1, "name": "xz-libs", "release": "2.el10", "source": "rpm", "version": "5.6.2" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "6.el10", "source": "rpm", "version": "4.20.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "5.el10", "source": "rpm", "version": "4.7.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": null, "name": "zlib-ng-compat", "release": "3.el10", "source": "rpm", "version": "2.1.6" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:28 Thursday 29 August 2024 06:00:07 -0400 (0:00:00.979) 0:00:10.439 ******* ok: [managed_node1] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:32 Thursday 29 August 2024 06:00:07 -0400 (0:00:00.054) 0:00:10.493 ******* ok: [managed_node1] => { "ansible_facts": { "blivet_pkg_version": "3.10.0-5.el10" }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:46 Thursday 29 August 2024 06:00:07 -0400 (0:00:00.054) 0:00:10.548 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed_node1 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Thursday 29 August 2024 06:00:07 -0400 (0:00:00.081) 0:00:10.630 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Thursday 29 August 2024 06:00:08 -0400 (0:00:00.709) 0:00:11.339 ******* 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=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Thursday 29 August 2024 06:00:08 -0400 (0:00:00.528) 0:00:11.868 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Thursday 29 August 2024 06:00:08 -0400 (0:00:00.069) 0:00:11.937 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Thursday 29 August 2024 06:00:08 -0400 (0:00:00.065) 0:00:12.003 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Thursday 29 August 2024 06:00:09 -0400 (0:00:00.073) 0:00:12.076 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:53 Thursday 29 August 2024 06:00:09 -0400 (0:00:00.066) 0:00:12.142 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:00:09 -0400 (0:00:00.213) 0:00:12.356 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:00:09 -0400 (0:00:00.190) 0:00:12.546 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:00:09 -0400 (0:00:00.169) 0:00:12.716 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:00:09 -0400 (0:00:00.243) 0:00:12.960 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:00:09 -0400 (0:00:00.077) 0:00:13.037 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:00:10 -0400 (0:00:00.173) 0:00:13.210 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:00:10 -0400 (0:00:00.077) 0:00:13.287 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:00:10 -0400 (0:00:00.066) 0:00:13.354 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:00:10 -0400 (0:00:00.144) 0:00:13.499 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:00:10 -0400 (0:00:00.103) 0:00:13.602 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:00:10 -0400 (0:00:00.077) 0:00:13.679 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:00:10 -0400 (0:00:00.062) 0:00:13.742 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:00:10 -0400 (0:00:00.062) 0:00:13.805 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:00:10 -0400 (0:00:00.107) 0:00:13.912 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:00:10 -0400 (0:00:00.120) 0:00:14.032 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:00:11 -0400 (0:00:00.089) 0:00:14.122 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:00:11 -0400 (0:00:00.115) 0:00:14.237 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:00:11 -0400 (0:00:00.048) 0:00:14.286 ******* 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/xvda2", "/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:00:20 -0400 (0:00:09.005) 0:00:23.291 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:00:20 -0400 (0:00:00.249) 0:00:23.540 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:00:21 -0400 (0:00:00.685) 0:00:24.226 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:00:21 -0400 (0:00:00.648) 0:00:24.875 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:00:21 -0400 (0:00:00.064) 0:00:24.939 ******* 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/xvda2", "/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:00:22 -0400 (0:00:00.153) 0:00:25.093 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:00:22 -0400 (0:00:00.133) 0:00:25.226 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:00:22 -0400 (0:00:00.101) 0:00:25.328 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:00:22 -0400 (0:00:00.053) 0:00:25.382 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:00:22 -0400 (0:00:00.070) 0:00:25.453 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:00:22 -0400 (0:00:00.064) 0:00:25.518 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:00:22 -0400 (0:00:00.044) 0:00:25.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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:00:22 -0400 (0:00:00.059) 0:00:25.622 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925077.7969792, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724925075.422964, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104067, "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": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3849693073", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:00:23 -0400 (0:00:00.445) 0:00:26.067 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:00:23 -0400 (0:00:00.049) 0:00:26.117 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:61 Thursday 29 August 2024 06:00:24 -0400 (0:00:01.134) 0:00:27.251 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:00:24 -0400 (0:00:00.287) 0:00:27.539 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:00:24 -0400 (0:00:00.119) 0:00:27.659 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:00:24 -0400 (0:00:00.115) 0:00:27.774 ******* 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": "V5qvKN-mOgx-dskH-IPfo-5Xod-UpMb-Gnrk59" }, "/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": "MHNCwk-B7iM-NaFm-X7GR-r47E-w7kh-0Hyngl" }, "/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": "oWl2mO-5PVc-xOk8-mEqG-k4TK-kp6o-g6jErN" }, "/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": "cABw5J-7seJ-XWuE-H2E3-2fmI-Jx82-bzWUWF" }, "/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": "9SEYap-s2VQ-iRHf-2IiX-q49F-4f11-vBXg5F" }, "/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": "bdo3Tn-6Ntu-JCwT-FIjf-l0Mb-3r9H-k7ykkL" }, "/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": "YABk0N-FNZ0-UioQ-1f34-F2H1-Dk5N-eR9O8n" }, "/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": "ovKSfn-Dsgu-A8a1-8Kks-1bMv-CSxR-5fVLFd" }, "/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": "H82ak7-DWel-NnOB-dQbZ-rVAa-RIS3-QyeaGm" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "693c335c-f9bc-477f-a2a8-a200466547e5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:00:25 -0400 (0:00:00.653) 0:00:28.428 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003087", "end": "2024-08-29 06:00:26.047788", "rc": 0, "start": "2024-08-29 06:00:26.044701" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:07 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=693c335c-f9bc-477f-a2a8-a200466547e5 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:00:26 -0400 (0:00:00.738) 0:00:29.166 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003132", "end": "2024-08-29 06:00:26.497592", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:00:26.494460" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:00:26 -0400 (0:00:00.510) 0:00:29.676 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:00:26 -0400 (0:00:00.271) 0:00:29.947 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:00:27 -0400 (0:00:00.116) 0:00:30.064 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.029535", "end": "2024-08-29 06:00:27.451014", "rc": 0, "start": "2024-08-29 06:00:27.421479" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:00:27 -0400 (0:00:00.549) 0:00:30.614 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:00:27 -0400 (0:00:00.168) 0:00:30.782 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:00:27 -0400 (0:00:00.260) 0:00:31.043 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:00:28 -0400 (0:00:00.204) 0:00:31.248 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:00:31 -0400 (0:00:03.608) 0:00:34.856 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:00:31 -0400 (0:00:00.082) 0:00:34.938 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:00:32 -0400 (0:00:00.169) 0:00:35.108 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:00:32 -0400 (0:00:00.138) 0:00:35.247 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:00:32 -0400 (0:00:00.116) 0:00:35.364 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:00:32 -0400 (0:00:00.134) 0:00:35.498 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:00:32 -0400 (0:00:00.105) 0:00:35.604 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:00:33 -0400 (0:00:00.673) 0:00:36.278 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_9.8p1, 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.47.219 originally 10.31.47.219 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.47.219 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.47.219 originally 10.31.47.219 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/c9bf4181eb' 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.47.219 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:00:33 -0400 (0:00:00.417) 0:00:36.695 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [managed_node1] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [managed_node1] => (item=/dev/sdd1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdd1" } skipping: [managed_node1] => (item=/dev/sde1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sde1" } skipping: [managed_node1] => (item=/dev/sdf1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdf1" } skipping: [managed_node1] => (item=/dev/sdg1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdg1" } skipping: [managed_node1] => (item=/dev/sdh1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh1" } skipping: [managed_node1] => (item=/dev/sdi1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdi1" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:00:34 -0400 (0:00:00.440) 0:00:37.136 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:00:34 -0400 (0:00:00.114) 0:00:37.251 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:00:34 -0400 (0:00:00.060) 0:00:37.311 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:00:34 -0400 (0:00:00.098) 0:00:37.410 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:00:34 -0400 (0:00:00.130) 0:00:37.540 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:00:34 -0400 (0:00:00.061) 0:00:37.602 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:00:34 -0400 (0:00:00.059) 0:00:37.661 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:00:34 -0400 (0:00:00.057) 0:00:37.718 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:00:34 -0400 (0:00:00.058) 0:00:37.777 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:00:34 -0400 (0:00:00.058) 0:00:37.836 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:00:34 -0400 (0:00:00.058) 0:00:37.895 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:00:34 -0400 (0:00:00.080) 0:00:37.975 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:00:35 -0400 (0:00:00.094) 0:00:38.069 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:00:35 -0400 (0:00:00.110) 0:00:38.180 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:00:35 -0400 (0:00:00.028) 0:00:38.208 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:00:35 -0400 (0:00:00.109) 0:00:38.318 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:00:35 -0400 (0:00:00.074) 0:00:38.392 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:00:35 -0400 (0:00:00.210) 0:00:38.603 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:00:35 -0400 (0:00:00.203) 0:00:38.806 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:00:36 -0400 (0:00:00.356) 0:00:39.162 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sda1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdb1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdc1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdd1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sde1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdf1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdg1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdh1) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:00:36 -0400 (0:00:00.388) 0:00:39.551 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:00:36 -0400 (0:00:00.137) 0:00:39.689 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:00:36 -0400 (0:00:00.095) 0:00:39.784 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:00:36 -0400 (0:00:00.074) 0:00:39.859 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:00:36 -0400 (0:00:00.075) 0:00:39.934 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:00:36 -0400 (0:00:00.090) 0:00:40.025 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:00:37 -0400 (0:00:00.072) 0:00:40.097 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:00:37 -0400 (0:00:00.083) 0:00:40.181 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:00:37 -0400 (0:00:00.183) 0:00:40.364 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:00:37 -0400 (0:00:00.115) 0:00:40.480 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:00:37 -0400 (0:00:00.094) 0:00:40.575 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:00:37 -0400 (0:00:00.082) 0:00:40.657 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:00:37 -0400 (0:00:00.062) 0:00:40.720 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:00:37 -0400 (0:00:00.080) 0:00:40.800 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:00:37 -0400 (0:00:00.078) 0:00:40.879 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:00:37 -0400 (0:00:00.074) 0:00:40.954 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:00:37 -0400 (0:00:00.075) 0:00:41.030 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:00:38 -0400 (0:00:00.075) 0:00:41.105 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:00:38 -0400 (0:00:00.064) 0:00:41.170 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:00:38 -0400 (0:00:00.107) 0:00:41.277 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:00:38 -0400 (0:00:00.110) 0:00:41.387 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:00:38 -0400 (0:00:00.083) 0:00:41.471 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:00:38 -0400 (0:00:00.238) 0:00:41.709 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:00:38 -0400 (0:00:00.244) 0:00:41.953 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:00:38 -0400 (0:00:00.071) 0:00:42.024 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:00:39 -0400 (0:00:00.078) 0:00:42.103 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:00:39 -0400 (0:00:00.081) 0:00:42.184 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:00:39 -0400 (0:00:00.076) 0:00:42.261 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:00:39 -0400 (0:00:00.075) 0:00:42.337 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:00:39 -0400 (0:00:00.091) 0:00:42.428 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:00:39 -0400 (0:00:00.063) 0:00:42.491 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:00:39 -0400 (0:00:00.079) 0:00:42.571 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:00:39 -0400 (0:00:00.118) 0:00:42.689 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:00:39 -0400 (0:00:00.130) 0:00:42.819 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:00:39 -0400 (0:00:00.104) 0:00:42.924 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:00:39 -0400 (0:00:00.086) 0:00:43.010 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:00:40 -0400 (0:00:00.061) 0:00:43.072 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:00:40 -0400 (0:00:00.119) 0:00:43.191 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:00:40 -0400 (0:00:00.181) 0:00:43.373 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:00:40 -0400 (0:00:00.094) 0:00:43.468 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:00:40 -0400 (0:00:00.075) 0:00:43.543 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:00:40 -0400 (0:00:00.095) 0:00:43.639 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:00:40 -0400 (0:00:00.080) 0:00:43.719 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:00:40 -0400 (0:00:00.086) 0:00:43.806 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:00:40 -0400 (0:00:00.080) 0:00:43.886 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:00:40 -0400 (0:00:00.128) 0:00:44.015 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:00:41 -0400 (0:00:00.169) 0:00:44.184 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:00:41 -0400 (0:00:00.103) 0:00:44.288 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:00:41 -0400 (0:00:00.067) 0:00:44.355 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:00:41 -0400 (0:00:00.084) 0:00:44.440 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:00:41 -0400 (0:00:00.168) 0:00:44.608 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:00:41 -0400 (0:00:00.143) 0:00:44.751 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:00:41 -0400 (0:00:00.253) 0:00:45.005 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:00:42 -0400 (0:00:00.127) 0:00:45.133 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:00:42 -0400 (0:00:00.098) 0:00:45.232 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:00:42 -0400 (0:00:00.128) 0:00:45.360 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:00:42 -0400 (0:00:00.190) 0:00:45.550 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:00:42 -0400 (0:00:00.068) 0:00:45.618 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:00:42 -0400 (0:00:00.136) 0:00:45.754 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:00:42 -0400 (0:00:00.065) 0:00:45.820 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:00:42 -0400 (0:00:00.059) 0:00:45.879 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:00:42 -0400 (0:00:00.086) 0:00:45.965 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:00:43 -0400 (0:00:00.114) 0:00:46.080 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:00:43 -0400 (0:00:00.115) 0:00:46.196 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:00:43 -0400 (0:00:00.113) 0:00:46.310 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:00:43 -0400 (0:00:00.251) 0:00:46.561 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:00:43 -0400 (0:00:00.062) 0:00:46.624 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:00:43 -0400 (0:00:00.065) 0:00:46.690 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:64 Thursday 29 August 2024 06:00:43 -0400 (0:00:00.115) 0:00:46.805 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.025672", "end": "2024-08-29 06:00:44.199040", "rc": 0, "start": "2024-08-29 06:00:44.173368" } STDOUT: uIomCj-6DkL-aLYp-5zM4-mBjJ-s6iy-zJmaj1 TASK [Verify that nothing changes when disks don't change] ********************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:69 Thursday 29 August 2024 06:00:44 -0400 (0:00:00.538) 0:00:47.343 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:00:44 -0400 (0:00:00.183) 0:00:47.526 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:00:44 -0400 (0:00:00.141) 0:00:47.668 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:00:44 -0400 (0:00:00.188) 0:00:47.856 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:00:45 -0400 (0:00:00.398) 0:00:48.255 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:00:45 -0400 (0:00:00.138) 0:00:48.394 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:00:45 -0400 (0:00:00.129) 0:00:48.523 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:00:45 -0400 (0:00:00.110) 0:00:48.633 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:00:45 -0400 (0:00:00.233) 0:00:48.867 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:00:45 -0400 (0:00:00.174) 0:00:49.041 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:00:46 -0400 (0:00:00.110) 0:00:49.152 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:00:46 -0400 (0:00:00.146) 0:00:49.299 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:00:46 -0400 (0:00:00.217) 0:00:49.517 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:00:46 -0400 (0:00:00.143) 0:00:49.660 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:00:46 -0400 (0:00:00.132) 0:00:49.793 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:00:46 -0400 (0:00:00.154) 0:00:49.948 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:00:47 -0400 (0:00:00.138) 0:00:50.086 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:00:47 -0400 (0:00:00.173) 0:00:50.260 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:00:47 -0400 (0:00:00.053) 0:00:50.313 ******* ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/foo", "/dev/xvda1", "/dev/xvda2" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:00:51 -0400 (0:00:03.800) 0:00:54.114 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:00:51 -0400 (0:00:00.227) 0:00:54.341 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:00:51 -0400 (0:00:00.544) 0:00:54.885 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:00:52 -0400 (0:00:00.272) 0:00:55.157 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:00:52 -0400 (0:00:00.111) 0:00:55.269 ******* ok: [managed_node1] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/xvda1", "/dev/xvda2" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:00:52 -0400 (0:00:00.189) 0:00:55.458 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:00:52 -0400 (0:00:00.206) 0:00:55.665 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:00:52 -0400 (0:00:00.192) 0:00:55.857 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:00:52 -0400 (0:00:00.101) 0:00:55.959 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:00:53 -0400 (0:00:00.177) 0:00:56.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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:00:53 -0400 (0:00:00.100) 0:00:56.237 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:00:53 -0400 (0:00:00.142) 0:00:56.379 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:00:53 -0400 (0:00:00.175) 0:00:56.554 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925077.7969792, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724925075.422964, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104067, "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": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3849693073", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:00:54 -0400 (0:00:00.558) 0:00:57.112 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:00:54 -0400 (0:00:00.081) 0:00:57.194 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:77 Thursday 29 August 2024 06:00:55 -0400 (0:00:01.023) 0:00:58.218 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:00:55 -0400 (0:00:00.168) 0:00:58.386 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:00:55 -0400 (0:00:00.122) 0:00:58.509 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:00:55 -0400 (0:00:00.185) 0:00:58.694 ******* 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": "V5qvKN-mOgx-dskH-IPfo-5Xod-UpMb-Gnrk59" }, "/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": "MHNCwk-B7iM-NaFm-X7GR-r47E-w7kh-0Hyngl" }, "/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": "oWl2mO-5PVc-xOk8-mEqG-k4TK-kp6o-g6jErN" }, "/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": "cABw5J-7seJ-XWuE-H2E3-2fmI-Jx82-bzWUWF" }, "/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": "9SEYap-s2VQ-iRHf-2IiX-q49F-4f11-vBXg5F" }, "/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": "bdo3Tn-6Ntu-JCwT-FIjf-l0Mb-3r9H-k7ykkL" }, "/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": "YABk0N-FNZ0-UioQ-1f34-F2H1-Dk5N-eR9O8n" }, "/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": "ovKSfn-Dsgu-A8a1-8Kks-1bMv-CSxR-5fVLFd" }, "/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": "H82ak7-DWel-NnOB-dQbZ-rVAa-RIS3-QyeaGm" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "693c335c-f9bc-477f-a2a8-a200466547e5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:00:56 -0400 (0:00:00.577) 0:00:59.272 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003058", "end": "2024-08-29 06:00:56.700092", "rc": 0, "start": "2024-08-29 06:00:56.697034" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:07 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=693c335c-f9bc-477f-a2a8-a200466547e5 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:00:56 -0400 (0:00:00.564) 0:00:59.836 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003049", "end": "2024-08-29 06:00:57.126979", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:00:57.123930" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:00:57 -0400 (0:00:00.456) 0:01:00.292 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:00:57 -0400 (0:00:00.217) 0:01:00.510 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:00:57 -0400 (0:00:00.101) 0:01:00.611 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.037648", "end": "2024-08-29 06:00:57.942115", "rc": 0, "start": "2024-08-29 06:00:57.904467" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:00:58 -0400 (0:00:00.490) 0:01:01.102 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:00:58 -0400 (0:00:00.177) 0:01:01.280 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:00:58 -0400 (0:00:00.401) 0:01:01.681 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:00:58 -0400 (0:00:00.332) 0:01:02.014 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:01:02 -0400 (0:00:03.741) 0:01:05.755 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:01:02 -0400 (0:00:00.144) 0:01:05.900 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:01:02 -0400 (0:00:00.113) 0:01:06.013 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:01:03 -0400 (0:00:00.137) 0:01:06.151 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:01:03 -0400 (0:00:00.116) 0:01:06.268 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:01:03 -0400 (0:00:00.184) 0:01:06.452 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:01:03 -0400 (0:00:00.118) 0:01:06.571 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:01:03 -0400 (0:00:00.427) 0:01:06.998 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_9.8p1, 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.47.219 originally 10.31.47.219 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.47.219 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.47.219 originally 10.31.47.219 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/c9bf4181eb' 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.47.219 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:01:04 -0400 (0:00:00.525) 0:01:07.523 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [managed_node1] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [managed_node1] => (item=/dev/sdd1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdd1" } skipping: [managed_node1] => (item=/dev/sde1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sde1" } skipping: [managed_node1] => (item=/dev/sdf1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdf1" } skipping: [managed_node1] => (item=/dev/sdg1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdg1" } skipping: [managed_node1] => (item=/dev/sdh1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh1" } skipping: [managed_node1] => (item=/dev/sdi1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdi1" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:01:04 -0400 (0:00:00.467) 0:01:07.991 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:01:05 -0400 (0:00:00.119) 0:01:08.110 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:01:05 -0400 (0:00:00.107) 0:01:08.218 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:01:05 -0400 (0:00:00.103) 0:01:08.322 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:01:05 -0400 (0:00:00.208) 0:01:08.530 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:01:05 -0400 (0:00:00.105) 0:01:08.635 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:01:05 -0400 (0:00:00.105) 0:01:08.741 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:01:05 -0400 (0:00:00.078) 0:01:08.819 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:01:05 -0400 (0:00:00.073) 0:01:08.892 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:01:05 -0400 (0:00:00.087) 0:01:08.980 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:01:06 -0400 (0:00:00.134) 0:01:09.114 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:01:06 -0400 (0:00:00.116) 0:01:09.231 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:01:06 -0400 (0:00:00.128) 0:01:09.359 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:01:06 -0400 (0:00:00.213) 0:01:09.573 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:01:06 -0400 (0:00:00.063) 0:01:09.637 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:01:06 -0400 (0:00:00.180) 0:01:09.818 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:01:06 -0400 (0:00:00.087) 0:01:09.905 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:01:06 -0400 (0:00:00.114) 0:01:10.020 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:01:07 -0400 (0:00:00.100) 0:01:10.120 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:01:07 -0400 (0:00:00.287) 0:01:10.408 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sda1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdb1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdc1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdd1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sde1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdf1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdg1) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdh1) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:01:07 -0400 (0:00:00.448) 0:01:10.856 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:01:07 -0400 (0:00:00.081) 0:01:10.938 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:01:07 -0400 (0:00:00.082) 0:01:11.020 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:01:08 -0400 (0:00:00.079) 0:01:11.100 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:01:08 -0400 (0:00:00.093) 0:01:11.194 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:01:08 -0400 (0:00:00.077) 0:01:11.271 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:01:08 -0400 (0:00:00.066) 0:01:11.338 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:01:08 -0400 (0:00:00.082) 0:01:11.421 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:01:08 -0400 (0:00:00.128) 0:01:11.550 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:01:08 -0400 (0:00:00.205) 0:01:11.756 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:01:08 -0400 (0:00:00.089) 0:01:11.845 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:01:08 -0400 (0:00:00.078) 0:01:11.924 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:01:08 -0400 (0:00:00.064) 0:01:11.988 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:01:09 -0400 (0:00:00.110) 0:01:12.099 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:01:09 -0400 (0:00:00.142) 0:01:12.242 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:01:09 -0400 (0:00:00.138) 0:01:12.381 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:01:09 -0400 (0:00:00.144) 0:01:12.525 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:01:09 -0400 (0:00:00.174) 0:01:12.700 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:01:09 -0400 (0:00:00.120) 0:01:12.820 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:01:09 -0400 (0:00:00.102) 0:01:12.923 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:01:09 -0400 (0:00:00.084) 0:01:13.008 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:01:10 -0400 (0:00:00.077) 0:01:13.085 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:01:10 -0400 (0:00:00.079) 0:01:13.165 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:01:10 -0400 (0:00:00.208) 0:01:13.373 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:01:10 -0400 (0:00:00.079) 0:01:13.453 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:01:10 -0400 (0:00:00.109) 0:01:13.562 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:01:10 -0400 (0:00:00.112) 0:01:13.674 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:01:10 -0400 (0:00:00.089) 0:01:13.764 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:01:10 -0400 (0:00:00.078) 0:01:13.843 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:01:10 -0400 (0:00:00.084) 0:01:13.928 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:01:10 -0400 (0:00:00.081) 0:01:14.010 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:01:11 -0400 (0:00:00.101) 0:01:14.111 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:01:11 -0400 (0:00:00.085) 0:01:14.196 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:01:11 -0400 (0:00:00.103) 0:01:14.300 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:01:11 -0400 (0:00:00.127) 0:01:14.427 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:01:11 -0400 (0:00:00.097) 0:01:14.525 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:01:11 -0400 (0:00:00.078) 0:01:14.603 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:01:11 -0400 (0:00:00.084) 0:01:14.687 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:01:11 -0400 (0:00:00.164) 0:01:14.852 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:01:11 -0400 (0:00:00.081) 0:01:14.933 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:01:11 -0400 (0:00:00.079) 0:01:15.013 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:01:12 -0400 (0:00:00.080) 0:01:15.093 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:01:12 -0400 (0:00:00.116) 0:01:15.210 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:01:12 -0400 (0:00:00.205) 0:01:15.416 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:01:12 -0400 (0:00:00.105) 0:01:15.522 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:01:12 -0400 (0:00:00.095) 0:01:15.617 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:01:12 -0400 (0:00:00.110) 0:01:15.727 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:01:12 -0400 (0:00:00.099) 0:01:15.826 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:01:12 -0400 (0:00:00.068) 0:01:15.895 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:01:12 -0400 (0:00:00.085) 0:01:15.980 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:01:13 -0400 (0:00:00.084) 0:01:16.064 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:01:13 -0400 (0:00:00.079) 0:01:16.144 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:01:13 -0400 (0:00:00.123) 0:01:16.267 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:01:13 -0400 (0:00:00.175) 0:01:16.442 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:01:13 -0400 (0:00:00.067) 0:01:16.509 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:01:13 -0400 (0:00:00.085) 0:01:16.595 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:01:13 -0400 (0:00:00.177) 0:01:16.773 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:01:13 -0400 (0:00:00.050) 0:01:16.824 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:01:13 -0400 (0:00:00.129) 0:01:16.953 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:01:13 -0400 (0:00:00.066) 0:01:17.020 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:01:14 -0400 (0:00:00.062) 0:01:17.082 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:01:14 -0400 (0:00:00.060) 0:01:17.143 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:01:14 -0400 (0:00:00.086) 0:01:17.230 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:01:14 -0400 (0:00:00.074) 0:01:17.304 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:01:14 -0400 (0:00:00.072) 0:01:17.376 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:01:14 -0400 (0:00:00.230) 0:01:17.606 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:01:14 -0400 (0:00:00.042) 0:01:17.648 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:01:14 -0400 (0:00:00.040) 0:01:17.689 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:80 Thursday 29 August 2024 06:01:14 -0400 (0:00:00.087) 0:01:17.776 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.027383", "end": "2024-08-29 06:01:15.075047", "rc": 0, "start": "2024-08-29 06:01:15.047664" } STDOUT: uIomCj-6DkL-aLYp-5zM4-mBjJ-s6iy-zJmaj1 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:85 Thursday 29 August 2024 06:01:15 -0400 (0:00:00.428) 0:01:18.205 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:89 Thursday 29 August 2024 06:01:15 -0400 (0:00:00.068) 0:01:18.273 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:01:15 -0400 (0:00:00.178) 0:01:18.452 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:01:15 -0400 (0:00:00.235) 0:01:18.688 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:01:15 -0400 (0:00:00.140) 0:01:18.829 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:01:16 -0400 (0:00:00.262) 0:01:19.091 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:01:16 -0400 (0:00:00.113) 0:01:19.204 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:01:16 -0400 (0:00:00.114) 0:01:19.319 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:01:16 -0400 (0:00:00.112) 0:01:19.432 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:01:16 -0400 (0:00:00.218) 0:01:19.650 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:01:16 -0400 (0:00:00.116) 0:01:19.767 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:01:16 -0400 (0:00:00.100) 0:01:19.868 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:01:16 -0400 (0:00:00.115) 0:01:19.983 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:01:17 -0400 (0:00:00.123) 0:01:20.107 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:01:17 -0400 (0:00:00.112) 0:01:20.220 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:01:17 -0400 (0:00:00.133) 0:01:20.353 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:01:17 -0400 (0:00:00.138) 0:01:20.492 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:01:17 -0400 (0:00:00.139) 0:01:20.632 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:01:17 -0400 (0:00:00.185) 0:01:20.817 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:01:17 -0400 (0:00:00.050) 0:01:20.867 ******* 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", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:01:24 -0400 (0:00:06.780) 0:01:27.648 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:01:24 -0400 (0:00:00.219) 0:01:27.867 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:01:25 -0400 (0:00:00.830) 0:01:28.697 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:01:26 -0400 (0:00:00.593) 0:01:29.290 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:01:26 -0400 (0:00:00.063) 0:01:29.354 ******* 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", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:01:26 -0400 (0:00:00.177) 0:01:29.531 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:01:26 -0400 (0:00:00.165) 0:01:29.697 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:01:26 -0400 (0:00:00.170) 0:01:29.867 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:01:26 -0400 (0:00:00.139) 0:01:30.007 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:01:27 -0400 (0:00:00.133) 0:01:30.140 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:01:27 -0400 (0:00:00.084) 0:01:30.225 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:01:27 -0400 (0:00:00.102) 0:01:30.327 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:01:27 -0400 (0:00:00.116) 0:01:30.444 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925077.7969792, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724925075.422964, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104067, "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": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3849693073", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:01:27 -0400 (0:00:00.468) 0:01:30.912 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:01:27 -0400 (0:00:00.036) 0:01:30.949 ******* ok: [managed_node1] TASK [Get the partition table type on disk removed from the VG] **************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:97 Thursday 29 August 2024 06:01:28 -0400 (0:00:01.101) 0:01:32.050 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "blkid", "-p", "-ovalue", "-s", "PTTYPE", "/dev/sdb" ], "delta": "0:00:00.005748", "end": "2024-08-29 06:01:29.538405", "failed_when_result": false, "rc": 2, "start": "2024-08-29 06:01:29.532657" } MSG: non-zero return code TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:103 Thursday 29 August 2024 06:01:29 -0400 (0:00:00.725) 0:01:32.775 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:107 Thursday 29 August 2024 06:01:29 -0400 (0:00:00.136) 0:01:32.912 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:01:30 -0400 (0:00:00.260) 0:01:33.172 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:01:30 -0400 (0:00:00.164) 0:01:33.336 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:01:30 -0400 (0:00:00.186) 0:01:33.523 ******* 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": "V5qvKN-mOgx-dskH-IPfo-5Xod-UpMb-Gnrk59" }, "/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": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "693c335c-f9bc-477f-a2a8-a200466547e5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:01:31 -0400 (0:00:00.611) 0:01:34.134 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003097", "end": "2024-08-29 06:01:31.560023", "rc": 0, "start": "2024-08-29 06:01:31.556926" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:07 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=693c335c-f9bc-477f-a2a8-a200466547e5 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:01:31 -0400 (0:00:00.576) 0:01:34.710 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003095", "end": "2024-08-29 06:01:32.055120", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:01:32.052025" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:01:32 -0400 (0:00:00.507) 0:01:35.217 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:01:32 -0400 (0:00:00.276) 0:01:35.494 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:01:32 -0400 (0:00:00.172) 0:01:35.666 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.027234", "end": "2024-08-29 06:01:33.044916", "rc": 0, "start": "2024-08-29 06:01:33.017682" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:01:33 -0400 (0:00:00.519) 0:01:36.186 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:01:33 -0400 (0:00:00.139) 0:01:36.326 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:01:33 -0400 (0:00:00.360) 0:01:36.687 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:01:33 -0400 (0:00:00.173) 0:01:36.860 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:01:34 -0400 (0:00:00.481) 0:01:37.342 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:01:34 -0400 (0:00:00.138) 0:01:37.480 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:01:34 -0400 (0:00:00.193) 0:01:37.674 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:01:34 -0400 (0:00:00.229) 0:01:37.904 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:01:34 -0400 (0:00:00.114) 0:01:38.018 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:01:35 -0400 (0:00:00.099) 0:01:38.118 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:01:35 -0400 (0:00:00.064) 0:01:38.183 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:01:35 -0400 (0:00:00.068) 0:01:38.252 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_9.8p1, 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.47.219 originally 10.31.47.219 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.47.219 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.47.219 originally 10.31.47.219 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/c9bf4181eb' 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.47.219 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:01:35 -0400 (0:00:00.429) 0:01:38.681 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:01:35 -0400 (0:00:00.084) 0:01:38.766 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:01:35 -0400 (0:00:00.187) 0:01:38.953 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:01:36 -0400 (0:00:00.104) 0:01:39.057 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:01:36 -0400 (0:00:00.226) 0:01:39.284 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:01:36 -0400 (0:00:00.108) 0:01:39.392 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:01:36 -0400 (0:00:00.139) 0:01:39.531 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:01:36 -0400 (0:00:00.150) 0:01:39.682 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:01:36 -0400 (0:00:00.152) 0:01:39.835 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:01:36 -0400 (0:00:00.164) 0:01:39.999 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:01:37 -0400 (0:00:00.108) 0:01:40.108 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:01:37 -0400 (0:00:00.076) 0:01:40.184 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:01:37 -0400 (0:00:00.066) 0:01:40.250 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:01:37 -0400 (0:00:00.068) 0:01:40.318 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:01:37 -0400 (0:00:00.100) 0:01:40.419 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:01:37 -0400 (0:00:00.039) 0:01:40.458 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:01:37 -0400 (0:00:00.228) 0:01:40.686 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:01:37 -0400 (0:00:00.053) 0:01:40.740 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:01:38 -0400 (0:00:00.321) 0:01:41.062 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:01:38 -0400 (0:00:00.100) 0:01:41.163 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:01:38 -0400 (0:00:00.070) 0:01:41.234 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:01:38 -0400 (0:00:00.088) 0:01:41.322 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:01:38 -0400 (0:00:00.105) 0:01:41.428 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:01:38 -0400 (0:00:00.149) 0:01:41.577 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:01:38 -0400 (0:00:00.131) 0:01:41.708 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:01:38 -0400 (0:00:00.132) 0:01:41.841 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:01:38 -0400 (0:00:00.130) 0:01:41.971 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:01:39 -0400 (0:00:00.107) 0:01:42.079 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:01:39 -0400 (0:00:00.086) 0:01:42.166 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:01:39 -0400 (0:00:00.100) 0:01:42.266 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:01:39 -0400 (0:00:00.065) 0:01:42.332 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:01:39 -0400 (0:00:00.104) 0:01:42.436 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:01:39 -0400 (0:00:00.072) 0:01:42.509 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:01:39 -0400 (0:00:00.100) 0:01:42.609 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:01:39 -0400 (0:00:00.146) 0:01:42.755 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:01:39 -0400 (0:00:00.132) 0:01:42.888 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:01:39 -0400 (0:00:00.115) 0:01:43.003 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:01:40 -0400 (0:00:00.078) 0:01:43.082 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:01:40 -0400 (0:00:00.095) 0:01:43.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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:01:40 -0400 (0:00:00.028) 0:01:43.206 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:01:40 -0400 (0:00:00.028) 0:01:43.235 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:110 Thursday 29 August 2024 06:01:40 -0400 (0:00:00.063) 0:01:43.299 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028792", "end": "2024-08-29 06:01:40.600062", "rc": 0, "start": "2024-08-29 06:01:40.571270" } STDOUT: uIomCj-6DkL-aLYp-5zM4-mBjJ-s6iy-zJmaj1 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:115 Thursday 29 August 2024 06:01:40 -0400 (0:00:00.420) 0:01:43.720 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Add the second disk back to the 'foo' volume group] ********************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:119 Thursday 29 August 2024 06:01:40 -0400 (0:00:00.067) 0:01:43.787 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:01:40 -0400 (0:00:00.198) 0:01:43.985 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:01:41 -0400 (0:00:00.085) 0:01:44.071 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:01:41 -0400 (0:00:00.085) 0:01:44.156 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:01:41 -0400 (0:00:00.193) 0:01:44.349 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:01:41 -0400 (0:00:00.067) 0:01:44.417 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:01:41 -0400 (0:00:00.107) 0:01:44.525 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:01:41 -0400 (0:00:00.117) 0:01:44.643 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:01:41 -0400 (0:00:00.115) 0:01:44.758 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:01:41 -0400 (0:00:00.203) 0:01:44.961 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:01:41 -0400 (0:00:00.079) 0:01:45.040 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:01:42 -0400 (0:00:00.077) 0:01:45.118 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:01:42 -0400 (0:00:00.065) 0:01:45.184 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:01:42 -0400 (0:00:00.193) 0:01:45.378 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:01:42 -0400 (0:00:00.085) 0:01:45.464 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:01:42 -0400 (0:00:00.101) 0:01:45.565 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:01:42 -0400 (0:00:00.076) 0:01:45.642 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:01:42 -0400 (0:00:00.125) 0:01:45.768 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:01:42 -0400 (0:00:00.051) 0:01:45.819 ******* 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", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:01:45 -0400 (0:00:02.420) 0:01:48.239 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:01:45 -0400 (0:00:00.116) 0:01:48.356 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:01:45 -0400 (0:00:00.407) 0:01:48.763 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:01:46 -0400 (0:00:00.405) 0:01:49.168 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:01:46 -0400 (0:00:00.030) 0:01:49.198 ******* 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", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:01:46 -0400 (0:00:00.086) 0:01:49.285 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:01:46 -0400 (0:00:00.119) 0:01:49.405 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:01:46 -0400 (0:00:00.126) 0:01:49.532 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:01:46 -0400 (0:00:00.083) 0:01:49.615 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:01:46 -0400 (0:00:00.110) 0:01:49.725 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:01:46 -0400 (0:00:00.204) 0:01:49.929 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:01:46 -0400 (0:00:00.053) 0:01:49.983 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:01:46 -0400 (0:00:00.060) 0:01:50.044 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925077.7969792, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724925075.422964, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104067, "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": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3849693073", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:01:47 -0400 (0:00:00.445) 0:01:50.490 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:01:47 -0400 (0:00:00.037) 0:01:50.527 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:127 Thursday 29 August 2024 06:01:48 -0400 (0:00:01.096) 0:01:51.624 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:01:48 -0400 (0:00:00.156) 0:01:51.780 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:01:48 -0400 (0:00:00.088) 0:01:51.868 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:01:48 -0400 (0:00:00.084) 0:01:51.953 ******* 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": "V5qvKN-mOgx-dskH-IPfo-5Xod-UpMb-Gnrk59" }, "/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": "vpWo4m-t93e-9dr6-bQx4-a7ra-CJ0q-ZaxJJ5" }, "/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": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "693c335c-f9bc-477f-a2a8-a200466547e5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:01:49 -0400 (0:00:00.461) 0:01:52.415 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003159", "end": "2024-08-29 06:01:49.713570", "rc": 0, "start": "2024-08-29 06:01:49.710411" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:07 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=693c335c-f9bc-477f-a2a8-a200466547e5 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:01:49 -0400 (0:00:00.462) 0:01:52.877 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003077", "end": "2024-08-29 06:01:50.237913", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:01:50.234836" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:01:50 -0400 (0:00:00.503) 0:01:53.381 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:01:50 -0400 (0:00:00.352) 0:01:53.733 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:01:50 -0400 (0:00:00.191) 0:01:53.925 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.028481", "end": "2024-08-29 06:01:51.373044", "rc": 0, "start": "2024-08-29 06:01:51.344563" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:01:51 -0400 (0:00:00.588) 0:01:54.514 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:01:51 -0400 (0:00:00.132) 0:01:54.647 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:01:51 -0400 (0:00:00.280) 0:01:54.928 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:01:52 -0400 (0:00:00.174) 0:01:55.102 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:01:53 -0400 (0:00:00.989) 0:01:56.092 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:01:53 -0400 (0:00:00.234) 0:01:56.326 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:01:53 -0400 (0:00:00.180) 0:01:56.507 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:01:53 -0400 (0:00:00.164) 0:01:56.671 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:01:53 -0400 (0:00:00.115) 0:01:56.787 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:01:53 -0400 (0:00:00.186) 0:01:56.974 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:01:54 -0400 (0:00:00.121) 0:01:57.095 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:01:54 -0400 (0:00:00.358) 0:01:57.454 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_9.8p1, 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.47.219 originally 10.31.47.219 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.47.219 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.47.219 originally 10.31.47.219 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/c9bf4181eb' 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.47.219 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:01:54 -0400 (0:00:00.529) 0:01:57.983 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:01:55 -0400 (0:00:00.206) 0:01:58.189 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:01:55 -0400 (0:00:00.260) 0:01:58.449 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:01:55 -0400 (0:00:00.166) 0:01:58.616 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:01:55 -0400 (0:00:00.185) 0:01:58.802 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:01:55 -0400 (0:00:00.151) 0:01:58.954 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:01:56 -0400 (0:00:00.190) 0:01:59.145 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:01:56 -0400 (0:00:00.205) 0:01:59.350 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:01:56 -0400 (0:00:00.191) 0:01:59.542 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:01:56 -0400 (0:00:00.149) 0:01:59.692 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:01:56 -0400 (0:00:00.173) 0:01:59.865 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:01:56 -0400 (0:00:00.167) 0:02:00.033 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:01:57 -0400 (0:00:00.273) 0:02:00.307 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:01:57 -0400 (0:00:00.365) 0:02:00.673 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:01:57 -0400 (0:00:00.277) 0:02:00.950 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:01:57 -0400 (0:00:00.093) 0:02:01.044 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:01:58 -0400 (0:00:00.318) 0:02:01.362 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:01:58 -0400 (0:00:00.053) 0:02:01.415 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:01:58 -0400 (0:00:00.283) 0:02:01.699 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:01:58 -0400 (0:00:00.198) 0:02:01.898 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:01:59 -0400 (0:00:00.247) 0:02:02.145 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sda1) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:01:59 -0400 (0:00:00.388) 0:02:02.534 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:01:59 -0400 (0:00:00.257) 0:02:02.792 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:02:00 -0400 (0:00:00.338) 0:02:03.130 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:02:00 -0400 (0:00:00.205) 0:02:03.336 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:02:00 -0400 (0:00:00.226) 0:02:03.563 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:02:00 -0400 (0:00:00.124) 0:02:03.687 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:02:00 -0400 (0:00:00.077) 0:02:03.765 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:02:00 -0400 (0:00:00.082) 0:02:03.848 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:02:00 -0400 (0:00:00.137) 0:02:03.985 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:02:01 -0400 (0:00:00.184) 0:02:04.170 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:02:01 -0400 (0:00:00.208) 0:02:04.379 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:02:01 -0400 (0:00:00.162) 0:02:04.541 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:02:01 -0400 (0:00:00.082) 0:02:04.624 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:02:01 -0400 (0:00:00.065) 0:02:04.689 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:02:01 -0400 (0:00:00.098) 0:02:04.788 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:02:01 -0400 (0:00:00.028) 0:02:04.816 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:02:01 -0400 (0:00:00.195) 0:02:05.012 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:02:02 -0400 (0:00:00.083) 0:02:05.095 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:02:02 -0400 (0:00:00.149) 0:02:05.245 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:02:02 -0400 (0:00:00.144) 0:02:05.390 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:02:02 -0400 (0:00:00.188) 0:02:05.578 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:02:02 -0400 (0:00:00.138) 0:02:05.717 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:02:02 -0400 (0:00:00.183) 0:02:05.901 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:02:03 -0400 (0:00:00.156) 0:02:06.058 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:02:03 -0400 (0:00:00.066) 0:02:06.125 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:02:03 -0400 (0:00:00.062) 0:02:06.187 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:130 Thursday 29 August 2024 06:02:03 -0400 (0:00:00.202) 0:02:06.390 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028806", "end": "2024-08-29 06:02:03.829073", "rc": 0, "start": "2024-08-29 06:02:03.800267" } STDOUT: uIomCj-6DkL-aLYp-5zM4-mBjJ-s6iy-zJmaj1 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:135 Thursday 29 August 2024 06:02:03 -0400 (0:00:00.560) 0:02:06.950 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:139 Thursday 29 August 2024 06:02:03 -0400 (0:00:00.073) 0:02:07.023 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:02:04 -0400 (0:00:00.451) 0:02:07.475 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:02:04 -0400 (0:00:00.092) 0:02:07.568 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:02:04 -0400 (0:00:00.094) 0:02:07.662 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:02:05 -0400 (0:00:00.491) 0:02:08.154 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:02:05 -0400 (0:00:00.209) 0:02:08.363 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:02:05 -0400 (0:00:00.183) 0:02:08.547 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:02:05 -0400 (0:00:00.212) 0:02:08.760 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:02:05 -0400 (0:00:00.170) 0:02:08.931 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:02:06 -0400 (0:00:00.261) 0:02:09.193 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:02:06 -0400 (0:00:00.161) 0:02:09.354 ******* ok: [managed_node1] => { "storage_pools": [ { "disks": [ "sdb", "sdc" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:02:06 -0400 (0:00:00.087) 0:02:09.441 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:02:06 -0400 (0:00:00.076) 0:02:09.518 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:02:06 -0400 (0:00:00.211) 0:02:09.730 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:02:06 -0400 (0:00:00.185) 0:02:09.915 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:02:07 -0400 (0:00:00.189) 0:02:10.104 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:02:07 -0400 (0:00:00.138) 0:02:10.243 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:02:07 -0400 (0:00:00.244) 0:02:10.487 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:02:07 -0400 (0:00:00.086) 0:02:10.574 ******* 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", "/dev/xvda2" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:02:10 -0400 (0:00:03.145) 0:02:13.719 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:02:10 -0400 (0:00:00.141) 0:02:13.860 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:02:11 -0400 (0:00:00.501) 0:02:14.362 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:02:11 -0400 (0:00:00.422) 0:02:14.784 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:02:11 -0400 (0:00:00.036) 0:02:14.820 ******* 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", "/dev/xvda2" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:02:11 -0400 (0:00:00.083) 0:02:14.904 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:02:11 -0400 (0:00:00.073) 0:02:14.977 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:02:11 -0400 (0:00:00.069) 0:02:15.047 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:02:12 -0400 (0:00:00.068) 0:02:15.115 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:02:12 -0400 (0:00:00.169) 0:02:15.285 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:02:12 -0400 (0:00:00.051) 0:02:15.336 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:02:12 -0400 (0:00:00.051) 0:02:15.388 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:02:12 -0400 (0:00:00.062) 0:02:15.450 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925077.7969792, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724925075.422964, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104067, "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": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3849693073", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:02:12 -0400 (0:00:00.417) 0:02:15.867 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:02:12 -0400 (0:00:00.042) 0:02:15.910 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:148 Thursday 29 August 2024 06:02:13 -0400 (0:00:01.034) 0:02:16.945 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:02:13 -0400 (0:00:00.106) 0:02:17.051 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:02:14 -0400 (0:00:00.083) 0:02:17.135 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:02:14 -0400 (0:00:00.094) 0:02:17.229 ******* 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": "vpWo4m-t93e-9dr6-bQx4-a7ra-CJ0q-ZaxJJ5" }, "/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": "DcmaqI-7h0N-wO6S-iLJo-7l5P-ruGJ-LxCrDJ" }, "/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": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "693c335c-f9bc-477f-a2a8-a200466547e5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:02:14 -0400 (0:00:00.407) 0:02:17.637 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003135", "end": "2024-08-29 06:02:14.916066", "rc": 0, "start": "2024-08-29 06:02:14.912931" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:07 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=693c335c-f9bc-477f-a2a8-a200466547e5 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:02:15 -0400 (0:00:00.421) 0:02:18.058 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003118", "end": "2024-08-29 06:02:15.367308", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:02:15.364190" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:02:15 -0400 (0:00:00.460) 0:02:18.519 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:02:15 -0400 (0:00:00.248) 0:02:18.767 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:02:15 -0400 (0:00:00.072) 0:02:18.840 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.024482", "end": "2024-08-29 06:02:16.225981", "rc": 0, "start": "2024-08-29 06:02:16.201499" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:02:16 -0400 (0:00:00.527) 0:02:19.367 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:02:16 -0400 (0:00:00.157) 0:02:19.525 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:02:16 -0400 (0:00:00.203) 0:02:19.728 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:02:16 -0400 (0:00:00.096) 0:02:19.825 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:02:17 -0400 (0:00:00.813) 0:02:20.638 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:02:17 -0400 (0:00:00.085) 0:02:20.724 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:02:17 -0400 (0:00:00.097) 0:02:20.822 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:02:17 -0400 (0:00:00.124) 0:02:20.946 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:02:17 -0400 (0:00:00.087) 0:02:21.033 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:02:18 -0400 (0:00:00.086) 0:02:21.119 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:02:18 -0400 (0:00:00.181) 0:02:21.300 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:02:18 -0400 (0:00:00.134) 0:02:21.435 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_9.8p1, 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.47.219 originally 10.31.47.219 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.47.219 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.47.219 originally 10.31.47.219 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/c9bf4181eb' 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.47.219 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:02:18 -0400 (0:00:00.426) 0:02:21.862 ******* skipping: [managed_node1] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [managed_node1] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:02:18 -0400 (0:00:00.119) 0:02:21.981 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:02:19 -0400 (0:00:00.135) 0:02:22.116 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:02:19 -0400 (0:00:00.079) 0:02:22.196 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:02:19 -0400 (0:00:00.066) 0:02:22.262 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:02:19 -0400 (0:00:00.062) 0:02:22.324 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:02:19 -0400 (0:00:00.081) 0:02:22.405 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:02:19 -0400 (0:00:00.063) 0:02:22.469 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:02:19 -0400 (0:00:00.080) 0:02:22.549 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:02:19 -0400 (0:00:00.105) 0:02:22.654 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:02:19 -0400 (0:00:00.108) 0:02:22.763 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:02:19 -0400 (0:00:00.090) 0:02:22.854 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:02:20 -0400 (0:00:00.224) 0:02:23.079 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:02:20 -0400 (0:00:00.142) 0:02:23.221 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:02:20 -0400 (0:00:00.162) 0:02:23.384 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:02:20 -0400 (0:00:00.054) 0:02:23.438 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:02:20 -0400 (0:00:00.096) 0:02:23.534 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:02:20 -0400 (0:00:00.033) 0:02:23.567 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:02:20 -0400 (0:00:00.161) 0:02:23.729 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:02:20 -0400 (0:00:00.105) 0:02:23.834 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:02:20 -0400 (0:00:00.094) 0:02:23.929 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/sdb1) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:02:21 -0400 (0:00:00.193) 0:02:24.122 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:02:21 -0400 (0:00:00.242) 0:02:24.365 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:02:21 -0400 (0:00:00.364) 0:02:24.730 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:02:21 -0400 (0:00:00.186) 0:02:24.916 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:02:21 -0400 (0:00:00.119) 0:02:25.036 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:02:22 -0400 (0:00:00.091) 0:02:25.127 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:02:22 -0400 (0:00:00.070) 0:02:25.198 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:02:22 -0400 (0:00:00.133) 0:02:25.332 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:02:22 -0400 (0:00:00.238) 0:02:25.570 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:02:22 -0400 (0:00:00.161) 0:02:25.731 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:02:22 -0400 (0:00:00.132) 0:02:25.864 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:02:23 -0400 (0:00:00.197) 0:02:26.062 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:02:23 -0400 (0:00:00.166) 0:02:26.228 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:02:23 -0400 (0:00:00.144) 0:02:26.373 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:02:23 -0400 (0:00:00.272) 0:02:26.645 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:02:23 -0400 (0:00:00.068) 0:02:26.714 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:02:24 -0400 (0:00:00.368) 0:02:27.083 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:02:24 -0400 (0:00:00.177) 0:02:27.260 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:02:24 -0400 (0:00:00.211) 0:02:27.471 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:02:24 -0400 (0:00:00.143) 0:02:27.615 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:02:24 -0400 (0:00:00.140) 0:02:27.755 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:02:24 -0400 (0:00:00.211) 0:02:27.967 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:02:25 -0400 (0:00:00.194) 0:02:28.161 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:02:25 -0400 (0:00:00.193) 0:02:28.355 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:02:25 -0400 (0:00:00.097) 0:02:28.452 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:02:25 -0400 (0:00:00.095) 0:02:28.548 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:151 Thursday 29 August 2024 06:02:25 -0400 (0:00:00.206) 0:02:28.754 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.029580", "end": "2024-08-29 06:02:26.213300", "rc": 0, "start": "2024-08-29 06:02:26.183720" } STDOUT: uIomCj-6DkL-aLYp-5zM4-mBjJ-s6iy-zJmaj1 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:156 Thursday 29 August 2024 06:02:26 -0400 (0:00:00.600) 0:02:29.354 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Create volume group 'foo' with 3 encrypted PVs] ************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:160 Thursday 29 August 2024 06:02:26 -0400 (0:00:00.119) 0:02:29.474 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:02:26 -0400 (0:00:00.402) 0:02:29.876 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:02:26 -0400 (0:00:00.173) 0:02:30.049 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:02:27 -0400 (0:00:00.195) 0:02:30.245 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:02:27 -0400 (0:00:00.374) 0:02:30.619 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:02:27 -0400 (0:00:00.177) 0:02:30.797 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:02:27 -0400 (0:00:00.142) 0:02:30.940 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:02:28 -0400 (0:00:00.139) 0:02:31.080 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:02:28 -0400 (0:00:00.154) 0:02:31.234 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:02:28 -0400 (0:00:00.208) 0:02:31.443 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:02:28 -0400 (0:00:00.134) 0:02:31.578 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:02:28 -0400 (0:00:00.116) 0:02:31.695 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:02:28 -0400 (0:00:00.272) 0:02:31.968 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:02:28 -0400 (0:00:00.083) 0:02:32.052 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:02:29 -0400 (0:00:00.079) 0:02:32.131 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:02:29 -0400 (0:00:00.063) 0:02:32.195 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:02:29 -0400 (0:00:00.065) 0:02:32.260 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:02:29 -0400 (0:00:00.172) 0:02:32.433 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:02:29 -0400 (0:00:00.065) 0:02:32.499 ******* changed: [managed_node1] => { "actions": [ { "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" }, { "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": "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-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "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-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "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-a4df8225-9838-4a51-8e1e-3c07abba62b1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-a4df8225-9838-4a51-8e1e-3c07abba62b1", "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-a44bc9af-e33a-44b4-9ba1-99785b43155b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-a44bc9af-e33a-44b4-9ba1-99785b43155b", "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-e384bd53-377d-4d10-8a55-d5fe9abeff13", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-e384bd53-377d-4d10-8a55-d5fe9abeff13", "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-7467d69d-aaae-47eb-800f-88bb601b390b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-7467d69d-aaae-47eb-800f-88bb601b390b", "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-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "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-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "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-a99f855b-1e77-4d41-baf7-9745ceea4229", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-a4df8225-9838-4a51-8e1e-3c07abba62b1", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-a44bc9af-e33a-44b4-9ba1-99785b43155b", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-e384bd53-377d-4d10-8a55-d5fe9abeff13", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-7467d69d-aaae-47eb-800f-88bb601b390b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "xfsprogs", "lvm2" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:04:01 -0400 (0:01:32.209) 0:04:04.708 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:04:01 -0400 (0:00:00.079) 0:04:04.788 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:04:02 -0400 (0:00:00.420) 0:04:05.208 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:04:02 -0400 (0:00:00.421) 0:04:05.630 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:04:02 -0400 (0:00:00.030) 0:04:05.661 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "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" }, { "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": "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-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "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-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "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-a4df8225-9838-4a51-8e1e-3c07abba62b1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-a4df8225-9838-4a51-8e1e-3c07abba62b1", "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-a44bc9af-e33a-44b4-9ba1-99785b43155b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-a44bc9af-e33a-44b4-9ba1-99785b43155b", "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-e384bd53-377d-4d10-8a55-d5fe9abeff13", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-e384bd53-377d-4d10-8a55-d5fe9abeff13", "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-7467d69d-aaae-47eb-800f-88bb601b390b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-7467d69d-aaae-47eb-800f-88bb601b390b", "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-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "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-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "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-a99f855b-1e77-4d41-baf7-9745ceea4229", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-a4df8225-9838-4a51-8e1e-3c07abba62b1", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-a44bc9af-e33a-44b4-9ba1-99785b43155b", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-e384bd53-377d-4d10-8a55-d5fe9abeff13", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-7467d69d-aaae-47eb-800f-88bb601b390b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "xfsprogs", "lvm2" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:04:02 -0400 (0:00:00.073) 0:04:05.734 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:04:02 -0400 (0:00:00.069) 0:04:05.804 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:04:02 -0400 (0:00:00.086) 0:04:05.891 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:04:02 -0400 (0:00:00.056) 0:04:05.948 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:04:03 -0400 (0:00:00.204) 0:04:06.152 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:04:03 -0400 (0:00:00.053) 0:04:06.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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:04:03 -0400 (0:00:00.081) 0:04:06.286 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:04:03 -0400 (0:00:00.215) 0:04:06.502 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925077.7969792, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724925075.422964, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104067, "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": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3849693073", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:04:04 -0400 (0:00:00.553) 0:04:07.055 ******* changed: [managed_node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-11e64bce-c05d-4e56-ab5a-6ac3a2d71548', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-30a7c2d1-06d7-4a61-9365-fa11b63276e6', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-a4df8225-9838-4a51-8e1e-3c07abba62b1', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-a4df8225-9838-4a51-8e1e-3c07abba62b1", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-a44bc9af-e33a-44b4-9ba1-99785b43155b', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-a44bc9af-e33a-44b4-9ba1-99785b43155b", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-e384bd53-377d-4d10-8a55-d5fe9abeff13', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-e384bd53-377d-4d10-8a55-d5fe9abeff13", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-7467d69d-aaae-47eb-800f-88bb601b390b', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-7467d69d-aaae-47eb-800f-88bb601b390b", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-ebb3eaaf-4c23-4150-b064-fe141b51dabe', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sda1', 'name': 'luks-a99f855b-1e77-4d41-baf7-9745ceea4229', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:04:08 -0400 (0:00:04.473) 0:04:11.529 ******* ok: [managed_node1] TASK [Save UUID of the created volume group] *********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:171 Thursday 29 August 2024 06:04:09 -0400 (0:00:01.234) 0:04:12.763 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.032639", "end": "2024-08-29 06:04:10.178105", "rc": 0, "start": "2024-08-29 06:04:10.145466" } STDOUT: ilZPG8-JzBy-v2F0-9xhy-l3dA-bPlD-kqDa3R TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:176 Thursday 29 August 2024 06:04:10 -0400 (0:00:00.585) 0:04:13.349 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:04:10 -0400 (0:00:00.444) 0:04:13.793 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:04:11 -0400 (0:00:00.270) 0:04:14.064 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:04:11 -0400 (0:00:00.382) 0:04:14.447 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:04:11 -0400 (0:00:00.435) 0:04:14.883 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:04:11 -0400 (0:00:00.113) 0:04:14.997 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:04:12 -0400 (0:00:00.122) 0:04:15.120 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:04:12 -0400 (0:00:00.160) 0:04:15.280 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:04:12 -0400 (0:00:00.173) 0:04:15.454 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:04:12 -0400 (0:00:00.301) 0:04:15.756 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:04:12 -0400 (0:00:00.192) 0:04:15.948 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:04:13 -0400 (0:00:00.163) 0:04:16.111 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:04:13 -0400 (0:00:00.139) 0:04:16.251 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:04:13 -0400 (0:00:00.185) 0:04:16.436 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:04:13 -0400 (0:00:00.158) 0:04:16.595 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:04:13 -0400 (0:00:00.125) 0:04:16.720 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:04:14 -0400 (0:00:00.359) 0:04:17.079 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:04:14 -0400 (0:00:00.159) 0:04:17.239 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:04:14 -0400 (0:00:00.037) 0:04:17.276 ******* changed: [managed_node1] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "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-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "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-7467d69d-aaae-47eb-800f-88bb601b390b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-7467d69d-aaae-47eb-800f-88bb601b390b", "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-e384bd53-377d-4d10-8a55-d5fe9abeff13", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-e384bd53-377d-4d10-8a55-d5fe9abeff13", "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-a44bc9af-e33a-44b4-9ba1-99785b43155b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-a44bc9af-e33a-44b4-9ba1-99785b43155b", "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-a4df8225-9838-4a51-8e1e-3c07abba62b1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-a4df8225-9838-4a51-8e1e-3c07abba62b1", "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-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "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-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "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-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-7467d69d-aaae-47eb-800f-88bb601b390b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-e384bd53-377d-4d10-8a55-d5fe9abeff13", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-a44bc9af-e33a-44b4-9ba1-99785b43155b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-a4df8225-9838-4a51-8e1e-3c07abba62b1", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:04:22 -0400 (0:00:08.352) 0:04:25.629 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:04:22 -0400 (0:00:00.088) 0:04:25.718 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:04:23 -0400 (0:00:00.440) 0:04:26.158 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:04:23 -0400 (0:00:00.452) 0:04:26.611 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:04:23 -0400 (0:00:00.033) 0:04:26.645 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "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-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "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-7467d69d-aaae-47eb-800f-88bb601b390b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-7467d69d-aaae-47eb-800f-88bb601b390b", "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-e384bd53-377d-4d10-8a55-d5fe9abeff13", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-e384bd53-377d-4d10-8a55-d5fe9abeff13", "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-a44bc9af-e33a-44b4-9ba1-99785b43155b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-a44bc9af-e33a-44b4-9ba1-99785b43155b", "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-a4df8225-9838-4a51-8e1e-3c07abba62b1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-a4df8225-9838-4a51-8e1e-3c07abba62b1", "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-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "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-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "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-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-7467d69d-aaae-47eb-800f-88bb601b390b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-e384bd53-377d-4d10-8a55-d5fe9abeff13", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-a44bc9af-e33a-44b4-9ba1-99785b43155b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-a4df8225-9838-4a51-8e1e-3c07abba62b1", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "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/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:04:23 -0400 (0:00:00.076) 0:04:26.722 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:04:23 -0400 (0:00:00.073) 0:04:26.795 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:04:23 -0400 (0:00:00.072) 0:04:26.867 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:04:23 -0400 (0:00:00.052) 0:04:26.919 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:04:23 -0400 (0:00:00.074) 0:04:26.994 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:04:24 -0400 (0:00:00.081) 0:04:27.076 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:04:24 -0400 (0:00:00.173) 0:04:27.250 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:04:24 -0400 (0:00:00.111) 0:04:27.361 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925848.3749099, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3b7fdceeda199d9f23db937d90011554e382ca22", "ctime": 1724925848.37591, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 497025162, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "591286594", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:04:24 -0400 (0:00:00.488) 0:04:27.850 ******* changed: [managed_node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-0fafdfcf-b476-4c49-9fcd-5b7bc35fa347", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-ebb3eaaf-4c23-4150-b064-fe141b51dabe', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-ebb3eaaf-4c23-4150-b064-fe141b51dabe", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-7467d69d-aaae-47eb-800f-88bb601b390b', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-7467d69d-aaae-47eb-800f-88bb601b390b", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-e384bd53-377d-4d10-8a55-d5fe9abeff13', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-e384bd53-377d-4d10-8a55-d5fe9abeff13", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-a44bc9af-e33a-44b4-9ba1-99785b43155b', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-a44bc9af-e33a-44b4-9ba1-99785b43155b", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-a4df8225-9838-4a51-8e1e-3c07abba62b1', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-a4df8225-9838-4a51-8e1e-3c07abba62b1", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-30a7c2d1-06d7-4a61-9365-fa11b63276e6', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-30a7c2d1-06d7-4a61-9365-fa11b63276e6", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-11e64bce-c05d-4e56-ab5a-6ac3a2d71548', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-11e64bce-c05d-4e56-ab5a-6ac3a2d71548", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:04:28 -0400 (0:00:03.450) 0:04:31.300 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:186 Thursday 29 August 2024 06:04:29 -0400 (0:00:01.047) 0:04:32.348 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:04:29 -0400 (0:00:00.115) 0:04:32.463 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:04:29 -0400 (0:00:00.159) 0:04:32.623 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:04:29 -0400 (0:00:00.154) 0:04:32.778 ******* ok: [managed_node1] => { "changed": false, "info": { "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "size": "10G", "type": "crypt", "uuid": "33KS8j-9uX7-2w80-cgMP-lD0o-PuKf-uFWwSp" }, "/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": "a99f855b-1e77-4d41-baf7-9745ceea4229" }, "/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": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "693c335c-f9bc-477f-a2a8-a200466547e5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:04:30 -0400 (0:00:00.487) 0:04:33.265 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003075", "end": "2024-08-29 06:04:30.620660", "rc": 0, "start": "2024-08-29 06:04:30.617585" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:07 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=693c335c-f9bc-477f-a2a8-a200466547e5 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:04:30 -0400 (0:00:00.474) 0:04:33.740 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.003865", "end": "2024-08-29 06:04:32.055930", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:04:31.052065" } STDOUT: luks-a99f855b-1e77-4d41-baf7-9745ceea4229 /dev/sda1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:04:32 -0400 (0:00:01.465) 0:04:35.205 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:04:32 -0400 (0:00:00.264) 0:04:35.469 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:04:32 -0400 (0:00:00.142) 0:04:35.612 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030749", "end": "2024-08-29 06:04:33.048976", "rc": 0, "start": "2024-08-29 06:04:33.018227" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:04:33 -0400 (0:00:00.569) 0:04:36.182 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:04:33 -0400 (0:00:00.085) 0:04:36.267 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:04:33 -0400 (0:00:00.130) 0:04:36.398 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:04:33 -0400 (0:00:00.131) 0:04:36.530 ******* ok: [managed_node1] => (item=/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "pv": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:04:34 -0400 (0:00:00.538) 0:04:37.068 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:04:34 -0400 (0:00:00.172) 0:04:37.241 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:04:34 -0400 (0:00:00.221) 0:04:37.462 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:04:34 -0400 (0:00:00.217) 0:04:37.679 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:04:34 -0400 (0:00:00.126) 0:04:37.805 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:04:34 -0400 (0:00:00.124) 0:04:37.930 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:04:35 -0400 (0:00:00.146) 0:04:38.077 ******* ok: [managed_node1] => (item=/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:04:35 -0400 (0:00:00.148) 0:04:38.226 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_9.8p1, 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.47.219 originally 10.31.47.219 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.47.219 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.47.219 originally 10.31.47.219 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/c9bf4181eb' 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.47.219 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:04:35 -0400 (0:00:00.778) 0:04:39.004 ******* skipping: [managed_node1] => (item=/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:04:36 -0400 (0:00:00.262) 0:04:39.267 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:04:36 -0400 (0:00:00.202) 0:04:39.470 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:04:36 -0400 (0:00:00.147) 0:04:39.617 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:04:36 -0400 (0:00:00.159) 0:04:39.777 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:04:36 -0400 (0:00:00.119) 0:04:39.896 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:04:36 -0400 (0:00:00.153) 0:04:40.050 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:04:37 -0400 (0:00:00.108) 0:04:40.159 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:04:37 -0400 (0:00:00.109) 0:04:40.269 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:04:37 -0400 (0:00:00.105) 0:04:40.374 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:04:37 -0400 (0:00:00.109) 0:04:40.484 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:04:37 -0400 (0:00:00.106) 0:04:40.591 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:04:37 -0400 (0:00:00.107) 0:04:40.698 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:04:37 -0400 (0:00:00.183) 0:04:40.882 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:04:38 -0400 (0:00:00.347) 0:04:41.230 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:04:38 -0400 (0:00:00.055) 0:04:41.285 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:04:38 -0400 (0:00:00.169) 0:04:41.455 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:04:38 -0400 (0:00:00.053) 0:04:41.508 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:04:38 -0400 (0:00:00.179) 0:04:41.688 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:04:38 -0400 (0:00:00.140) 0:04:41.828 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229) TASK [Get the backing device path] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 29 August 2024 06:04:38 -0400 (0:00:00.166) 0:04:41.995 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/a99f855b-1e77-4d41-baf7-9745ceea4229" ], "delta": "0:00:00.003812", "end": "2024-08-29 06:04:39.356956", "rc": 0, "start": "2024-08-29 06:04:39.353144" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 29 August 2024 06:04:39 -0400 (0:00:00.507) 0:04:42.503 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 29 August 2024 06:04:40 -0400 (0:00:00.787) 0:04:43.290 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.007654", "end": "2024-08-29 06:04:40.619962", "rc": 0, "start": "2024-08-29 06:04:40.612308" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: a99f855b-1e77-4d41-baf7-9745ceea4229 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: 9 Memory: 384960 Threads: 2 Salt: 1b fc e3 4a 29 67 58 71 a0 1f fd f7 79 ae 2e d1 0b 14 5c bd 59 89 20 a9 5c cc 7a 5c 7f a1 dd 7e AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 108323 Salt: bc be fa 28 f7 ce 2e 16 e6 fe 81 62 46 52 0c fa b4 0e cf 0a 0c b1 f6 83 27 b2 52 9a bc b8 10 2b Digest: 0f 18 d7 45 97 54 20 3d 42 c5 f0 4a 34 a8 21 52 e4 d7 e3 6f 70 21 48 ba d2 79 d1 fb 09 6b 34 c4 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 29 August 2024 06:04:40 -0400 (0:00:00.521) 0:04:43.811 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 29 August 2024 06:04:41 -0400 (0:00:00.357) 0:04:44.169 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 29 August 2024 06:04:41 -0400 (0:00:00.160) 0:04:44.330 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:04:41 -0400 (0:00:00.117) 0:04:44.448 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:04:41 -0400 (0:00:00.171) 0:04:44.619 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-a99f855b-1e77-4d41-baf7-9745ceea4229 /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:04:41 -0400 (0:00:00.154) 0:04:44.773 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:04:41 -0400 (0:00:00.169) 0:04:44.943 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:04:42 -0400 (0:00:00.150) 0:04:45.093 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:04:42 -0400 (0:00:00.138) 0:04:45.232 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:04:42 -0400 (0:00:00.157) 0:04:45.389 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:04:42 -0400 (0:00:00.155) 0:04:45.545 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:04:42 -0400 (0:00:00.178) 0:04:45.723 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:04:42 -0400 (0:00:00.264) 0:04:45.987 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:04:42 -0400 (0:00:00.053) 0:04:46.040 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:04:43 -0400 (0:00:00.385) 0:04:46.426 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:04:43 -0400 (0:00:00.113) 0:04:46.539 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:04:43 -0400 (0:00:00.112) 0:04:46.652 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:04:43 -0400 (0:00:00.109) 0:04:46.761 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:04:43 -0400 (0:00:00.131) 0:04:46.892 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:04:43 -0400 (0:00:00.115) 0:04:47.007 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:04:44 -0400 (0:00:00.091) 0:04:47.099 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:04:44 -0400 (0:00:00.075) 0:04:47.174 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:04:44 -0400 (0:00:00.029) 0:04:47.203 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:04:44 -0400 (0:00:00.027) 0:04:47.231 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:189 Thursday 29 August 2024 06:04:44 -0400 (0:00:00.064) 0:04:47.296 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028493", "end": "2024-08-29 06:04:44.605139", "rc": 0, "start": "2024-08-29 06:04:44.576646" } STDOUT: ilZPG8-JzBy-v2F0-9xhy-l3dA-bPlD-kqDa3R TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:194 Thursday 29 August 2024 06:04:44 -0400 (0:00:00.435) 0:04:47.731 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Add the disks back to the 'foo' volume group] **************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:198 Thursday 29 August 2024 06:04:44 -0400 (0:00:00.076) 0:04:47.808 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:04:45 -0400 (0:00:00.277) 0:04:48.086 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:04:45 -0400 (0:00:00.105) 0:04:48.192 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:04:45 -0400 (0:00:00.089) 0:04:48.282 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:04:45 -0400 (0:00:00.174) 0:04:48.456 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:04:45 -0400 (0:00:00.082) 0:04:48.538 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:04:45 -0400 (0:00:00.065) 0:04:48.604 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:04:45 -0400 (0:00:00.066) 0:04:48.671 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:04:45 -0400 (0:00:00.066) 0:04:48.737 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:04:45 -0400 (0:00:00.101) 0:04:48.839 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:04:45 -0400 (0:00:00.063) 0:04:48.903 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:04:45 -0400 (0:00:00.081) 0:04:48.984 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:04:46 -0400 (0:00:00.199) 0:04:49.184 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:04:46 -0400 (0:00:00.247) 0:04:49.431 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:04:46 -0400 (0:00:00.074) 0:04:49.506 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:04:46 -0400 (0:00:00.082) 0:04:49.589 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:04:46 -0400 (0:00:00.063) 0:04:49.652 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:04:46 -0400 (0:00:00.118) 0:04:49.771 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:04:46 -0400 (0:00:00.037) 0:04:49.808 ******* 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-697939e9-7f80-468f-bd0f-705f0fd3c97c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "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-2317a8b3-eb58-4de8-b92c-428f6997cb76", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "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-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "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-a3c3102b-2052-4161-9f14-7f7e67077a58", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "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-25e5512d-c0f2-4221-b419-7adf455a1444", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444", "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-cd89c212-283f-4be5-b685-2c81b282ecf8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "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-d958d1da-02e4-464d-a515-1ba65f6f342a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "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-544c2516-0a42-439c-8175-0dbd76c0630b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-25e5512d-c0f2-4221-b419-7adf455a1444", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-544c2516-0a42-439c-8175-0dbd76c0630b", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:06:06 -0400 (0:01:20.240) 0:06:10.049 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:06:07 -0400 (0:00:00.140) 0:06:10.190 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:06:07 -0400 (0:00:00.461) 0:06:10.651 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:06:08 -0400 (0:00:00.452) 0:06:11.104 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:06:08 -0400 (0:00:00.050) 0:06:11.155 ******* 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-697939e9-7f80-468f-bd0f-705f0fd3c97c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "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-2317a8b3-eb58-4de8-b92c-428f6997cb76", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "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-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "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-a3c3102b-2052-4161-9f14-7f7e67077a58", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "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-25e5512d-c0f2-4221-b419-7adf455a1444", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444", "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-cd89c212-283f-4be5-b685-2c81b282ecf8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "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-d958d1da-02e4-464d-a515-1ba65f6f342a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "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-544c2516-0a42-439c-8175-0dbd76c0630b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-25e5512d-c0f2-4221-b419-7adf455a1444", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-544c2516-0a42-439c-8175-0dbd76c0630b", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:06:08 -0400 (0:00:00.080) 0:06:11.235 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:06:08 -0400 (0:00:00.110) 0:06:11.346 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:06:08 -0400 (0:00:00.116) 0:06:11.463 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:06:08 -0400 (0:00:00.082) 0:06:11.545 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:06:08 -0400 (0:00:00.251) 0:06:11.797 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:06:08 -0400 (0:00:00.057) 0:06:11.855 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:06:08 -0400 (0:00:00.053) 0:06:11.909 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:06:08 -0400 (0:00:00.066) 0:06:11.976 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925871.0540547, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f1d773275893a366edaaacdf332357a3eabf07ba", "ctime": 1724925868.1650362, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 29360261, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 54, "uid": 0, "version": "4029597131", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:06:09 -0400 (0:00:00.472) 0:06:12.448 ******* changed: [managed_node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-697939e9-7f80-468f-bd0f-705f0fd3c97c', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-2317a8b3-eb58-4de8-b92c-428f6997cb76', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-a3c3102b-2052-4161-9f14-7f7e67077a58', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-25e5512d-c0f2-4221-b419-7adf455a1444', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-25e5512d-c0f2-4221-b419-7adf455a1444", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-cd89c212-283f-4be5-b685-2c81b282ecf8', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-d958d1da-02e4-464d-a515-1ba65f6f342a', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "password": "-", "state": "present" } } MSG: line added changed: [managed_node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-544c2516-0a42-439c-8175-0dbd76c0630b', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-544c2516-0a42-439c-8175-0dbd76c0630b", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:06:12 -0400 (0:00:03.357) 0:06:15.806 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:208 Thursday 29 August 2024 06:06:13 -0400 (0:00:01.038) 0:06:16.844 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:06:13 -0400 (0:00:00.122) 0:06:16.966 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:06:14 -0400 (0:00:00.120) 0:06:17.087 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:06:14 -0400 (0:00:00.097) 0:06:17.184 ******* ok: [managed_node1] => { "changed": false, "info": { "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "size": "10G", "type": "crypt", "uuid": "7X7zjf-RjdU-Ge4u-Nsek-Nm36-cEi1-ixKRg5" }, "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444", "size": "1024G", "type": "crypt", "uuid": "ZDRpQi-C9it-wlXc-djXv-8BmO-iuJ0-hm4Ng4" }, "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b", "size": "10G", "type": "crypt", "uuid": "ylV29u-Udf0-py4A-eU1X-wzCH-D3y6-ygpFa0" }, "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "size": "10G", "type": "crypt", "uuid": "byKzep-st17-Lh8A-faAA-MiYa-0C72-o70mGv" }, "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "size": "10G", "type": "crypt", "uuid": "MjJhoT-8g8r-AcSc-uRFL-vBD2-QESC-Jn3bf9" }, "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "size": "10G", "type": "crypt", "uuid": "33KS8j-9uX7-2w80-cgMP-lD0o-PuKf-uFWwSp" }, "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "size": "1024G", "type": "crypt", "uuid": "fW8C6q-M6kn-ogyn-XApP-bB4u-v2JG-ZMRETp" }, "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "size": "10G", "type": "crypt", "uuid": "GLUrEZ-FE5y-kHS9-mG8X-ZKrU-WCNK-HQVoNi" }, "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "size": "1024G", "type": "crypt", "uuid": "SrUp8n-Aoe5-9URn-sgiY-z3AH-dr99-YJvWlk" }, "/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": "a99f855b-1e77-4d41-baf7-9745ceea4229" }, "/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": "544c2516-0a42-439c-8175-0dbd76c0630b" }, "/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": "d958d1da-02e4-464d-a515-1ba65f6f342a" }, "/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": "cd89c212-283f-4be5-b685-2c81b282ecf8" }, "/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": "25e5512d-c0f2-4221-b419-7adf455a1444" }, "/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": "a3c3102b-2052-4161-9f14-7f7e67077a58" }, "/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": "f8d69164-8203-43e5-aa43-3eb7c7bc859d" }, "/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": "2317a8b3-eb58-4de8-b92c-428f6997cb76" }, "/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": "697939e9-7f80-468f-bd0f-705f0fd3c97c" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "693c335c-f9bc-477f-a2a8-a200466547e5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:06:14 -0400 (0:00:00.426) 0:06:17.611 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003147", "end": "2024-08-29 06:06:14.953423", "rc": 0, "start": "2024-08-29 06:06:14.950276" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:07 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=693c335c-f9bc-477f-a2a8-a200466547e5 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:06:15 -0400 (0:00:00.573) 0:06:18.185 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003061", "end": "2024-08-29 06:06:15.524239", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:06:15.521178" } STDOUT: luks-a99f855b-1e77-4d41-baf7-9745ceea4229 /dev/sda1 - luks-697939e9-7f80-468f-bd0f-705f0fd3c97c /dev/sdi1 - luks-2317a8b3-eb58-4de8-b92c-428f6997cb76 /dev/sdh1 - luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d /dev/sdg1 - luks-a3c3102b-2052-4161-9f14-7f7e67077a58 /dev/sdf1 - luks-25e5512d-c0f2-4221-b419-7adf455a1444 /dev/sde1 - luks-cd89c212-283f-4be5-b685-2c81b282ecf8 /dev/sdd1 - luks-d958d1da-02e4-464d-a515-1ba65f6f342a /dev/sdc1 - luks-544c2516-0a42-439c-8175-0dbd76c0630b /dev/sdb1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:06:15 -0400 (0:00:00.465) 0:06:18.651 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:06:15 -0400 (0:00:00.123) 0:06:18.774 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:06:15 -0400 (0:00:00.067) 0:06:18.842 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.039810", "end": "2024-08-29 06:06:16.169999", "rc": 0, "start": "2024-08-29 06:06:16.130189" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:06:16 -0400 (0:00:00.475) 0:06:19.317 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:06:16 -0400 (0:00:00.127) 0:06:19.444 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:06:16 -0400 (0:00:00.257) 0:06:19.701 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444", "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b", "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:06:16 -0400 (0:00:00.156) 0:06:19.858 ******* ok: [managed_node1] => (item=/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "pv": "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76" } ok: [managed_node1] => (item=/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444", "pv": "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444" } ok: [managed_node1] => (item=/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b", "pv": "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b" } ok: [managed_node1] => (item=/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "pv": "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c" } ok: [managed_node1] => (item=/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "pv": "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58" } ok: [managed_node1] => (item=/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "pv": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229" } ok: [managed_node1] => (item=/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "pv": "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8" } ok: [managed_node1] => (item=/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "pv": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a" } ok: [managed_node1] => (item=/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "pv": "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:06:20 -0400 (0:00:03.493) 0:06:23.351 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:06:20 -0400 (0:00:00.159) 0:06:23.511 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444", "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b", "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:06:20 -0400 (0:00:00.210) 0:06:23.721 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:06:20 -0400 (0:00:00.317) 0:06:24.039 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:06:21 -0400 (0:00:00.123) 0:06:24.162 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:06:21 -0400 (0:00:00.124) 0:06:24.287 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:06:21 -0400 (0:00:00.083) 0:06:24.370 ******* ok: [managed_node1] => (item=/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a" } MSG: All assertions passed ok: [managed_node1] => (item=/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:06:21 -0400 (0:00:00.579) 0:06:24.949 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_9.8p1, 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.47.219 originally 10.31.47.219 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.47.219 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.47.219 originally 10.31.47.219 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/c9bf4181eb' 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.47.219 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:06:22 -0400 (0:00:00.435) 0:06:25.385 ******* skipping: [managed_node1] => (item=/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76" } skipping: [managed_node1] => (item=/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444" } skipping: [managed_node1] => (item=/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b" } skipping: [managed_node1] => (item=/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c" } skipping: [managed_node1] => (item=/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58" } skipping: [managed_node1] => (item=/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229" } skipping: [managed_node1] => (item=/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8" } skipping: [managed_node1] => (item=/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a" } skipping: [managed_node1] => (item=/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:06:22 -0400 (0:00:00.522) 0:06:25.908 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:06:23 -0400 (0:00:00.148) 0:06:26.056 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:06:23 -0400 (0:00:00.085) 0:06:26.141 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:06:23 -0400 (0:00:00.070) 0:06:26.212 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:06:23 -0400 (0:00:00.067) 0:06:26.279 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:06:23 -0400 (0:00:00.065) 0:06:26.344 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:06:23 -0400 (0:00:00.097) 0:06:26.442 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:06:23 -0400 (0:00:00.141) 0:06:26.583 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:06:23 -0400 (0:00:00.223) 0:06:26.806 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:06:23 -0400 (0:00:00.160) 0:06:26.967 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:06:24 -0400 (0:00:00.125) 0:06:27.092 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:06:24 -0400 (0:00:00.079) 0:06:27.172 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:06:24 -0400 (0:00:00.072) 0:06:27.244 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:06:24 -0400 (0:00:00.135) 0:06:27.379 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:06:24 -0400 (0:00:00.040) 0:06:27.419 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:06:24 -0400 (0:00:00.145) 0:06:27.565 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:06:24 -0400 (0:00:00.037) 0:06:27.603 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:06:24 -0400 (0:00:00.108) 0:06:27.711 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:06:24 -0400 (0:00:00.203) 0:06:27.914 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node1 => (item=/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d) TASK [Get the backing device path] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 29 August 2024 06:06:25 -0400 (0:00:00.720) 0:06:28.635 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/2317a8b3-eb58-4de8-b92c-428f6997cb76" ], "delta": "0:00:00.003074", "end": "2024-08-29 06:06:26.026478", "rc": 0, "start": "2024-08-29 06:06:26.023404" } STDOUT: /dev/sdh1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 29 August 2024 06:06:26 -0400 (0:00:00.518) 0:06:29.153 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 29 August 2024 06:06:26 -0400 (0:00:00.755) 0:06:29.909 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdh1" ], "delta": "0:00:00.006908", "end": "2024-08-29 06:06:27.303413", "rc": 0, "start": "2024-08-29 06:06:27.296505" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 2317a8b3-eb58-4de8-b92c-428f6997cb76 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: 9 Memory: 367014 Threads: 2 Salt: c7 f4 41 47 57 62 59 46 76 27 cd 8b 01 f7 13 1e 48 ff 70 99 90 25 18 2d 3f 15 15 d7 b5 67 44 ff AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 107789 Salt: 0e 44 10 3f eb 64 f8 09 c7 68 e3 47 a0 f6 ec d6 1c 1b 39 f3 66 3b c6 b8 f2 24 fc 02 59 80 bc a5 Digest: 7a e6 c5 27 02 51 c5 5e ab a1 38 52 e8 3b 94 51 f9 80 bc e8 94 7a b0 81 f5 19 83 5f d6 e8 b1 8e TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 29 August 2024 06:06:27 -0400 (0:00:00.548) 0:06:30.458 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 29 August 2024 06:06:27 -0400 (0:00:00.204) 0:06:30.663 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 29 August 2024 06:06:27 -0400 (0:00:00.209) 0:06:30.873 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 29 August 2024 06:06:27 -0400 (0:00:00.157) 0:06:31.030 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/25e5512d-c0f2-4221-b419-7adf455a1444" ], "delta": "0:00:00.003203", "end": "2024-08-29 06:06:28.485014", "rc": 0, "start": "2024-08-29 06:06:28.481811" } STDOUT: /dev/sde1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 29 August 2024 06:06:28 -0400 (0:00:00.654) 0:06:31.685 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 29 August 2024 06:06:29 -0400 (0:00:00.874) 0:06:32.559 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sde1" ], "delta": "0:00:00.006887", "end": "2024-08-29 06:06:29.897135", "rc": 0, "start": "2024-08-29 06:06:29.890248" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 25e5512d-c0f2-4221-b419-7adf455a1444 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: 9 Memory: 382428 Threads: 2 Salt: b6 7e 0f 09 c8 52 0a de 41 d7 5a cf 40 ca 77 8d 45 b3 47 ba 9b 68 92 f1 79 98 a0 8f 0d e0 0e b2 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 108145 Salt: 45 af 82 22 e8 5d ae 56 ce 41 09 17 16 d2 a5 cc 7e ee 16 cc 3f 8c ab d7 3e 88 c6 01 af 78 a8 da Digest: 21 85 8d 88 b2 b4 81 89 8d 49 c6 32 c0 61 75 9a 89 cd f5 f1 54 be ea ac d6 dd 61 a0 c3 43 d0 47 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 29 August 2024 06:06:29 -0400 (0:00:00.487) 0:06:33.046 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 29 August 2024 06:06:30 -0400 (0:00:00.155) 0:06:33.202 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 29 August 2024 06:06:30 -0400 (0:00:00.141) 0:06:33.344 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 29 August 2024 06:06:30 -0400 (0:00:00.202) 0:06:33.546 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/544c2516-0a42-439c-8175-0dbd76c0630b" ], "delta": "0:00:00.003068", "end": "2024-08-29 06:06:30.863231", "rc": 0, "start": "2024-08-29 06:06:30.860163" } STDOUT: /dev/sdb1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 29 August 2024 06:06:30 -0400 (0:00:00.466) 0:06:34.013 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 29 August 2024 06:06:31 -0400 (0:00:00.781) 0:06:34.795 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdb1" ], "delta": "0:00:00.006830", "end": "2024-08-29 06:06:32.080157", "rc": 0, "start": "2024-08-29 06:06:32.073327" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 544c2516-0a42-439c-8175-0dbd76c0630b 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: 9 Memory: 372798 Threads: 2 Salt: fa 42 d4 ab 70 58 7c db fa ff 56 9d d5 ab c6 df 21 66 ba 60 56 4a a2 2d ef 4f 27 4c 93 69 e5 7e AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 108323 Salt: 6c 22 cb ab e0 80 8a 26 7f 65 a4 41 a9 88 99 34 30 02 32 5b 76 36 87 6e 65 0e 3b 76 12 56 64 7e Digest: 67 23 2b e7 58 3a 85 6c 69 c2 4c 2c e7 e2 c3 30 84 94 0b e0 98 76 32 94 ab bf 71 63 42 c2 8b 43 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 29 August 2024 06:06:32 -0400 (0:00:00.407) 0:06:35.202 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 29 August 2024 06:06:32 -0400 (0:00:00.087) 0:06:35.290 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 29 August 2024 06:06:32 -0400 (0:00:00.068) 0:06:35.359 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 29 August 2024 06:06:32 -0400 (0:00:00.085) 0:06:35.444 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/697939e9-7f80-468f-bd0f-705f0fd3c97c" ], "delta": "0:00:00.003088", "end": "2024-08-29 06:06:32.737784", "rc": 0, "start": "2024-08-29 06:06:32.734696" } STDOUT: /dev/sdi1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 29 August 2024 06:06:32 -0400 (0:00:00.415) 0:06:35.860 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 29 August 2024 06:06:33 -0400 (0:00:00.703) 0:06:36.564 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdi1" ], "delta": "0:00:00.006826", "end": "2024-08-29 06:06:33.861957", "rc": 0, "start": "2024-08-29 06:06:33.855131" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 697939e9-7f80-468f-bd0f-705f0fd3c97c 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: 9 Memory: 389792 Threads: 2 Salt: b8 8d c8 15 3a 80 57 9c 4f 30 d2 17 d2 41 70 a2 18 51 d8 96 8a ce 0f 4c 95 2d 50 f6 13 16 ac e2 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 108323 Salt: 1c 83 81 15 ab b6 f7 26 ba 76 51 f0 c9 d0 a0 32 f4 07 70 b0 bb 82 c6 57 41 66 c9 9d 1c 09 67 3f Digest: 91 88 5b f3 17 72 d9 d8 58 25 44 9f 6d df 7a 16 b4 ba a0 f2 4d c3 fe 23 9d b5 2a b8 50 88 c0 79 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 29 August 2024 06:06:33 -0400 (0:00:00.420) 0:06:36.984 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 29 August 2024 06:06:34 -0400 (0:00:00.100) 0:06:37.085 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 29 August 2024 06:06:34 -0400 (0:00:00.120) 0:06:37.205 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 29 August 2024 06:06:34 -0400 (0:00:00.117) 0:06:37.322 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/a3c3102b-2052-4161-9f14-7f7e67077a58" ], "delta": "0:00:00.003125", "end": "2024-08-29 06:06:34.761527", "rc": 0, "start": "2024-08-29 06:06:34.758402" } STDOUT: /dev/sdf1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 29 August 2024 06:06:34 -0400 (0:00:00.583) 0:06:37.906 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 29 August 2024 06:06:35 -0400 (0:00:00.876) 0:06:38.782 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdf1" ], "delta": "0:00:00.006882", "end": "2024-08-29 06:06:36.118201", "rc": 0, "start": "2024-08-29 06:06:36.111319" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: a3c3102b-2052-4161-9f14-7f7e67077a58 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: 9 Memory: 372924 Threads: 2 Salt: 28 5f c9 ad 30 63 7d 7b 94 fb a7 f7 d1 57 93 a6 78 1f 6e e2 aa 6e 5a 2d f0 ad 3a a3 38 09 47 15 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 108145 Salt: 31 15 bb a2 3a 51 dc c8 08 a3 f0 7b 33 1f c1 1f 31 56 10 e3 a1 46 7e c9 73 4f 17 d2 07 00 f1 52 Digest: 99 8d c6 52 d6 7c dc 4e 76 0a 59 68 1c 20 4a 2b 28 fc db 6d 96 05 99 39 02 d6 d1 12 22 b1 5a 00 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 29 August 2024 06:06:36 -0400 (0:00:00.483) 0:06:39.266 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 29 August 2024 06:06:36 -0400 (0:00:00.155) 0:06:39.422 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 29 August 2024 06:06:36 -0400 (0:00:00.117) 0:06:39.540 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 29 August 2024 06:06:36 -0400 (0:00:00.108) 0:06:39.649 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/a99f855b-1e77-4d41-baf7-9745ceea4229" ], "delta": "0:00:00.003052", "end": "2024-08-29 06:06:36.958650", "rc": 0, "start": "2024-08-29 06:06:36.955598" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 29 August 2024 06:06:37 -0400 (0:00:00.432) 0:06:40.082 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 29 August 2024 06:06:37 -0400 (0:00:00.715) 0:06:40.797 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.006918", "end": "2024-08-29 06:06:38.085130", "rc": 0, "start": "2024-08-29 06:06:38.078212" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: a99f855b-1e77-4d41-baf7-9745ceea4229 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: 9 Memory: 384960 Threads: 2 Salt: 1b fc e3 4a 29 67 58 71 a0 1f fd f7 79 ae 2e d1 0b 14 5c bd 59 89 20 a9 5c cc 7a 5c 7f a1 dd 7e AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 108323 Salt: bc be fa 28 f7 ce 2e 16 e6 fe 81 62 46 52 0c fa b4 0e cf 0a 0c b1 f6 83 27 b2 52 9a bc b8 10 2b Digest: 0f 18 d7 45 97 54 20 3d 42 c5 f0 4a 34 a8 21 52 e4 d7 e3 6f 70 21 48 ba d2 79 d1 fb 09 6b 34 c4 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 29 August 2024 06:06:38 -0400 (0:00:00.436) 0:06:41.234 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 29 August 2024 06:06:38 -0400 (0:00:00.107) 0:06:41.342 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 29 August 2024 06:06:38 -0400 (0:00:00.074) 0:06:41.416 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 29 August 2024 06:06:38 -0400 (0:00:00.069) 0:06:41.485 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/cd89c212-283f-4be5-b685-2c81b282ecf8" ], "delta": "0:00:01.004366", "end": "2024-08-29 06:06:39.826046", "rc": 0, "start": "2024-08-29 06:06:38.821680" } STDOUT: /dev/sdd1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 29 August 2024 06:06:39 -0400 (0:00:01.475) 0:06:42.961 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 29 August 2024 06:06:40 -0400 (0:00:00.757) 0:06:43.719 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdd1" ], "delta": "0:00:00.006761", "end": "2024-08-29 06:06:41.019727", "rc": 0, "start": "2024-08-29 06:06:41.012966" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: cd89c212-283f-4be5-b685-2c81b282ecf8 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: 9 Memory: 373510 Threads: 2 Salt: c7 70 3f 07 5e 96 51 8b 87 c7 3b d0 fe 68 c4 5f 02 ed 10 09 e8 3c 3e cf 36 70 e2 96 5f 66 98 14 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 107967 Salt: 7b f9 7c 07 4e dc 84 ec 0b 8c 5f 65 cf e0 c5 21 01 b7 0c 3f 7d 47 93 33 b9 e1 61 8a 16 fc 33 40 Digest: 9a 9a d8 e2 e3 7e ee 39 4b f1 a8 d0 d4 fe f7 d1 8b 32 d9 40 86 18 b1 b5 7d 9d 7e 60 e3 46 6f f7 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 29 August 2024 06:06:41 -0400 (0:00:00.434) 0:06:44.154 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 29 August 2024 06:06:41 -0400 (0:00:00.224) 0:06:44.378 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 29 August 2024 06:06:41 -0400 (0:00:00.094) 0:06:44.472 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 29 August 2024 06:06:41 -0400 (0:00:00.088) 0:06:44.561 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/d958d1da-02e4-464d-a515-1ba65f6f342a" ], "delta": "0:00:00.003076", "end": "2024-08-29 06:06:41.869167", "rc": 0, "start": "2024-08-29 06:06:41.866091" } STDOUT: /dev/sdc1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 29 August 2024 06:06:41 -0400 (0:00:00.436) 0:06:44.997 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 29 August 2024 06:06:42 -0400 (0:00:00.753) 0:06:45.750 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdc1" ], "delta": "0:00:00.007040", "end": "2024-08-29 06:06:43.054264", "rc": 0, "start": "2024-08-29 06:06:43.047224" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: d958d1da-02e4-464d-a515-1ba65f6f342a 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: 9 Memory: 376418 Threads: 2 Salt: 51 e6 b7 7a 31 3d 43 d0 4f aa 49 2a 47 bd 94 42 fe f1 a3 4f 07 75 54 7d d0 7a f9 0f fd 78 ae fb AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 108323 Salt: 47 53 02 32 4d 0f a8 9d 2b ed 83 d0 1e 3c 2a 2d 13 5b fa 44 86 57 66 d8 67 c8 e7 1f dc 09 2d 6d Digest: 72 08 56 97 c7 cd a4 78 71 17 45 65 b9 f1 85 d4 05 69 e3 d1 5f b6 3c 7f d7 81 83 7f ff 0d e2 c6 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 29 August 2024 06:06:43 -0400 (0:00:00.453) 0:06:46.203 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 29 August 2024 06:06:43 -0400 (0:00:00.161) 0:06:46.365 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 29 August 2024 06:06:43 -0400 (0:00:00.132) 0:06:46.497 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Thursday 29 August 2024 06:06:43 -0400 (0:00:00.085) 0:06:46.583 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/f8d69164-8203-43e5-aa43-3eb7c7bc859d" ], "delta": "0:00:00.003135", "end": "2024-08-29 06:06:43.899049", "rc": 0, "start": "2024-08-29 06:06:43.895914" } STDOUT: /dev/sdg1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Thursday 29 August 2024 06:06:43 -0400 (0:00:00.439) 0:06:47.022 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Thursday 29 August 2024 06:06:44 -0400 (0:00:00.758) 0:06:47.781 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdg1" ], "delta": "0:00:00.006842", "end": "2024-08-29 06:06:45.110442", "rc": 0, "start": "2024-08-29 06:06:45.103600" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: f8d69164-8203-43e5-aa43-3eb7c7bc859d 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: 10 Memory: 355620 Threads: 2 Salt: e8 2b 6f 1a 09 fe 58 79 4b f8 e0 3e 47 51 4e ac 16 b8 ac 9c 16 ad 93 d8 a5 0d 65 87 fa c6 03 82 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 107789 Salt: 38 7f b8 d4 5e 1f 36 a2 d2 2f ba 98 a4 22 5d 25 f5 bb 80 c5 88 dd a3 84 32 f0 9c 9e 2a 8b 4d 5c Digest: e9 10 ea 9e df 84 76 16 20 82 3b 94 4f 91 36 c2 07 16 22 c4 b3 2d 75 72 ff 6c 44 c6 22 6d d8 96 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Thursday 29 August 2024 06:06:45 -0400 (0:00:00.481) 0:06:48.263 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Thursday 29 August 2024 06:06:45 -0400 (0:00:00.107) 0:06:48.370 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Thursday 29 August 2024 06:06:45 -0400 (0:00:00.069) 0:06:48.439 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:06:45 -0400 (0:00:00.339) 0:06:48.779 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node1 => (item=/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:06:46 -0400 (0:00:00.793) 0:06:49.573 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-2317a8b3-eb58-4de8-b92c-428f6997cb76 /dev/sdh1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:06:46 -0400 (0:00:00.171) 0:06:49.745 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:06:46 -0400 (0:00:00.173) 0:06:49.918 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:06:47 -0400 (0:00:00.168) 0:06:50.087 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:06:47 -0400 (0:00:00.236) 0:06:50.324 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:06:47 -0400 (0:00:00.216) 0:06:50.541 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:06:47 -0400 (0:00:00.176) 0:06:50.717 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-25e5512d-c0f2-4221-b419-7adf455a1444 /dev/sde1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:06:47 -0400 (0:00:00.169) 0:06:50.887 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:06:48 -0400 (0:00:00.182) 0:06:51.069 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:06:48 -0400 (0:00:00.211) 0:06:51.281 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:06:48 -0400 (0:00:00.189) 0:06:51.471 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:06:48 -0400 (0:00:00.419) 0:06:51.890 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:06:49 -0400 (0:00:00.449) 0:06:52.339 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-544c2516-0a42-439c-8175-0dbd76c0630b /dev/sdb1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:06:49 -0400 (0:00:00.200) 0:06:52.540 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:06:49 -0400 (0:00:00.218) 0:06:52.758 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:06:49 -0400 (0:00:00.197) 0:06:52.955 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:06:50 -0400 (0:00:00.224) 0:06:53.179 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:06:50 -0400 (0:00:00.190) 0:06:53.370 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:06:50 -0400 (0:00:00.119) 0:06:53.489 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-697939e9-7f80-468f-bd0f-705f0fd3c97c /dev/sdi1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:06:50 -0400 (0:00:00.199) 0:06:53.689 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:06:50 -0400 (0:00:00.194) 0:06:53.883 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:06:51 -0400 (0:00:00.216) 0:06:54.099 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:06:51 -0400 (0:00:00.243) 0:06:54.343 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:06:51 -0400 (0:00:00.253) 0:06:54.597 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:06:51 -0400 (0:00:00.184) 0:06:54.782 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-a3c3102b-2052-4161-9f14-7f7e67077a58 /dev/sdf1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:06:51 -0400 (0:00:00.176) 0:06:54.958 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:06:52 -0400 (0:00:00.283) 0:06:55.242 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:06:52 -0400 (0:00:00.472) 0:06:55.715 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:06:52 -0400 (0:00:00.202) 0:06:55.917 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:06:53 -0400 (0:00:00.176) 0:06:56.094 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:06:53 -0400 (0:00:00.122) 0:06:56.217 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-a99f855b-1e77-4d41-baf7-9745ceea4229 /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:06:53 -0400 (0:00:00.151) 0:06:56.369 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:06:53 -0400 (0:00:00.147) 0:06:56.517 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:06:53 -0400 (0:00:00.212) 0:06:56.729 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:06:53 -0400 (0:00:00.213) 0:06:56.942 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:06:54 -0400 (0:00:00.222) 0:06:57.165 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:06:54 -0400 (0:00:00.132) 0:06:57.297 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-cd89c212-283f-4be5-b685-2c81b282ecf8 /dev/sdd1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:06:54 -0400 (0:00:00.230) 0:06:57.528 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:06:54 -0400 (0:00:00.187) 0:06:57.715 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:06:54 -0400 (0:00:00.153) 0:06:57.868 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:06:54 -0400 (0:00:00.139) 0:06:58.008 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:06:55 -0400 (0:00:00.228) 0:06:58.236 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:06:55 -0400 (0:00:00.072) 0:06:58.308 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-d958d1da-02e4-464d-a515-1ba65f6f342a /dev/sdc1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:06:55 -0400 (0:00:00.127) 0:06:58.436 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:06:55 -0400 (0:00:00.106) 0:06:58.542 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:06:55 -0400 (0:00:00.094) 0:06:58.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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:06:55 -0400 (0:00:00.096) 0:06:58.733 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:06:55 -0400 (0:00:00.136) 0:06:58.869 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:06:55 -0400 (0:00:00.178) 0:06:59.048 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d /dev/sdg1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:06:56 -0400 (0:00:00.132) 0:06:59.180 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:06:56 -0400 (0:00:00.087) 0:06:59.267 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:06:56 -0400 (0:00:00.092) 0:06:59.359 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:06:56 -0400 (0:00:00.125) 0:06:59.485 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:06:56 -0400 (0:00:00.148) 0:06:59.634 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:06:56 -0400 (0:00:00.176) 0:06:59.810 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:06:56 -0400 (0:00:00.180) 0:06:59.991 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:06:57 -0400 (0:00:00.448) 0:07:00.439 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:06:57 -0400 (0:00:00.069) 0:07:00.509 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:06:57 -0400 (0:00:00.209) 0:07:00.718 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:06:57 -0400 (0:00:00.156) 0:07:00.874 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:06:58 -0400 (0:00:00.202) 0:07:01.076 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:06:58 -0400 (0:00:00.124) 0:07:01.201 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:06:58 -0400 (0:00:00.135) 0:07:01.336 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:06:58 -0400 (0:00:00.123) 0:07:01.460 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:06:58 -0400 (0:00:00.191) 0:07:01.651 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:06:58 -0400 (0:00:00.142) 0:07:01.794 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:06:58 -0400 (0:00:00.075) 0:07:01.869 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:06:58 -0400 (0:00:00.105) 0:07:01.975 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:211 Thursday 29 August 2024 06:06:59 -0400 (0:00:00.398) 0:07:02.373 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.034283", "end": "2024-08-29 06:06:59.820109", "rc": 0, "start": "2024-08-29 06:06:59.785826" } STDOUT: ilZPG8-JzBy-v2F0-9xhy-l3dA-bPlD-kqDa3R TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:216 Thursday 29 August 2024 06:06:59 -0400 (0:00:00.638) 0:07:03.012 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Create a new volume group with a logical volume] ************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:220 Thursday 29 August 2024 06:07:00 -0400 (0:00:00.184) 0:07:03.196 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:07:00 -0400 (0:00:00.383) 0:07:03.580 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:07:00 -0400 (0:00:00.171) 0:07:03.751 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:07:00 -0400 (0:00:00.152) 0:07:03.904 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:07:01 -0400 (0:00:00.339) 0:07:04.244 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:07:01 -0400 (0:00:00.116) 0:07:04.360 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:07:01 -0400 (0:00:00.119) 0:07:04.480 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:07:01 -0400 (0:00:00.120) 0:07:04.600 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:07:01 -0400 (0:00:00.088) 0:07:04.688 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:07:01 -0400 (0:00:00.230) 0:07:04.919 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:07:01 -0400 (0:00:00.073) 0:07:04.993 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:07:02 -0400 (0:00:00.151) 0:07:05.145 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:07:02 -0400 (0:00:00.153) 0:07:05.298 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:07:02 -0400 (0:00:00.164) 0:07:05.463 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:07:02 -0400 (0:00:00.138) 0:07:05.601 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:07:02 -0400 (0:00:00.116) 0:07:05.717 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:07:02 -0400 (0:00:00.120) 0:07:05.838 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:07:03 -0400 (0:00:00.267) 0:07:06.105 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:07:03 -0400 (0:00:00.070) 0:07:06.176 ******* changed: [managed_node1] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "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-a3c3102b-2052-4161-9f14-7f7e67077a58", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "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-2317a8b3-eb58-4de8-b92c-428f6997cb76", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "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-a99f855b-1e77-4d41-baf7-9745ceea4229", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "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-cd89c212-283f-4be5-b685-2c81b282ecf8", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "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-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "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-697939e9-7f80-468f-bd0f-705f0fd3c97c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "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-544c2516-0a42-439c-8175-0dbd76c0630b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b", "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-25e5512d-c0f2-4221-b419-7adf455a1444", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444", "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": "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/sdc1", "name": "luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-544c2516-0a42-439c-8175-0dbd76c0630b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-25e5512d-c0f2-4221-b419-7adf455a1444", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "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": "UUID=3aad38cc-4ffd-4198-980b-fbf8287de575", "_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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:07:12 -0400 (0:00:09.549) 0:07:15.726 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:07:12 -0400 (0:00:00.087) 0:07:15.814 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:07:13 -0400 (0:00:00.461) 0:07:16.275 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:07:13 -0400 (0:00:00.621) 0:07:16.896 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:07:13 -0400 (0:00:00.037) 0:07:16.933 ******* ok: [managed_node1] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "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-a3c3102b-2052-4161-9f14-7f7e67077a58", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "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-2317a8b3-eb58-4de8-b92c-428f6997cb76", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "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-a99f855b-1e77-4d41-baf7-9745ceea4229", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "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-cd89c212-283f-4be5-b685-2c81b282ecf8", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "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-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "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-697939e9-7f80-468f-bd0f-705f0fd3c97c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "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-544c2516-0a42-439c-8175-0dbd76c0630b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-544c2516-0a42-439c-8175-0dbd76c0630b", "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-25e5512d-c0f2-4221-b419-7adf455a1444", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-25e5512d-c0f2-4221-b419-7adf455a1444", "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": "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/sdc1", "name": "luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-544c2516-0a42-439c-8175-0dbd76c0630b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-25e5512d-c0f2-4221-b419-7adf455a1444", "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/xvda2", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "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": "UUID=3aad38cc-4ffd-4198-980b-fbf8287de575", "_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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:07:13 -0400 (0:00:00.100) 0:07:17.034 ******* 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": "UUID=3aad38cc-4ffd-4198-980b-fbf8287de575", "_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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:07:14 -0400 (0:00:00.072) 0:07:17.106 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:07:14 -0400 (0:00:00.070) 0:07:17.177 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:07:14 -0400 (0:00:00.050) 0:07:17.227 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:07:14 -0400 (0:00:00.064) 0:07:17.291 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:07:14 -0400 (0:00:00.053) 0:07:17.344 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:07:14 -0400 (0:00:00.051) 0:07:17.395 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:07:14 -0400 (0:00:00.065) 0:07:17.461 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925975.52372, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "175614b69a07f1a43e790da0c16fd2cbcb9a9803", "ctime": 1724925972.6757019, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 123732169, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "821357482", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:07:14 -0400 (0:00:00.419) 0:07:17.880 ******* changed: [managed_node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-d958d1da-02e4-464d-a515-1ba65f6f342a', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-d958d1da-02e4-464d-a515-1ba65f6f342a", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-a3c3102b-2052-4161-9f14-7f7e67077a58', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-a3c3102b-2052-4161-9f14-7f7e67077a58", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-2317a8b3-eb58-4de8-b92c-428f6997cb76', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-2317a8b3-eb58-4de8-b92c-428f6997cb76", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sda1', 'name': 'luks-a99f855b-1e77-4d41-baf7-9745ceea4229', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-a99f855b-1e77-4d41-baf7-9745ceea4229", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-cd89c212-283f-4be5-b685-2c81b282ecf8', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-cd89c212-283f-4be5-b685-2c81b282ecf8", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-f8d69164-8203-43e5-aa43-3eb7c7bc859d", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-697939e9-7f80-468f-bd0f-705f0fd3c97c', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-697939e9-7f80-468f-bd0f-705f0fd3c97c", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-544c2516-0a42-439c-8175-0dbd76c0630b', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-544c2516-0a42-439c-8175-0dbd76c0630b", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-25e5512d-c0f2-4221-b419-7adf455a1444', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-25e5512d-c0f2-4221-b419-7adf455a1444", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:07:18 -0400 (0:00:03.637) 0:07:21.518 ******* ok: [managed_node1] TASK [Save UUID of the created volume group] *********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:232 Thursday 29 August 2024 06:07:19 -0400 (0:00:01.083) 0:07:22.602 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.024494", "end": "2024-08-29 06:07:20.054033", "rc": 0, "start": "2024-08-29 06:07:20.029539" } STDOUT: 3rdWom-Jzon-pf0Q-c80y-Ku15-0Jmd-XFIxyS TASK [Verify role results] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:237 Thursday 29 August 2024 06:07:20 -0400 (0:00:00.599) 0:07:23.201 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:07:20 -0400 (0:00:00.374) 0:07:23.575 ******* 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": "UUID=3aad38cc-4ffd-4198-980b-fbf8287de575", "_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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:07:20 -0400 (0:00:00.148) 0:07:23.724 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:07:20 -0400 (0:00:00.143) 0:07:23.867 ******* ok: [managed_node1] => { "changed": false, "info": { "/dev/mapper/foo-test": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/mapper/foo-test", "size": "300M", "type": "lvm", "uuid": "3aad38cc-4ffd-4198-980b-fbf8287de575" }, "/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": "hMg41N-okaU-FwtW-T8Yc-DNiK-zo6e-W12pr5" }, "/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": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "693c335c-f9bc-477f-a2a8-a200466547e5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:07:21 -0400 (0:00:00.464) 0:07:24.332 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003041", "end": "2024-08-29 06:07:21.615619", "rc": 0, "start": "2024-08-29 06:07:21.612578" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:07 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=693c335c-f9bc-477f-a2a8-a200466547e5 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:07:21 -0400 (0:00:00.427) 0:07:24.760 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003104", "end": "2024-08-29 06:07:22.058914", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:07:22.055810" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:07:22 -0400 (0:00:00.418) 0:07:25.178 ******* included: /tmp/collections-314/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': 'UUID=3aad38cc-4ffd-4198-980b-fbf8287de575', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:07:22 -0400 (0:00:00.107) 0:07:25.286 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:07:22 -0400 (0:00:00.064) 0:07:25.351 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.019556", "end": "2024-08-29 06:07:22.644859", "rc": 0, "start": "2024-08-29 06:07:22.625303" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:07:22 -0400 (0:00:00.433) 0:07:25.784 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:07:22 -0400 (0:00:00.118) 0:07:25.903 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:07:23 -0400 (0:00:00.225) 0:07:26.129 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:07:23 -0400 (0:00:00.322) 0:07:26.451 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:07:23 -0400 (0:00:00.484) 0:07:26.935 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:07:24 -0400 (0:00:00.177) 0:07:27.113 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:07:24 -0400 (0:00:00.143) 0:07:27.256 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:07:24 -0400 (0:00:00.146) 0:07:27.402 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:07:24 -0400 (0:00:00.118) 0:07:27.521 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:07:24 -0400 (0:00:00.148) 0:07:27.670 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:07:24 -0400 (0:00:00.123) 0:07:27.793 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:07:24 -0400 (0:00:00.132) 0:07:27.926 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_9.8p1, 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.47.219 originally 10.31.47.219 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.47.219 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.47.219 originally 10.31.47.219 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/c9bf4181eb' 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.47.219 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:07:25 -0400 (0:00:00.517) 0:07:28.443 ******* skipping: [managed_node1] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:07:25 -0400 (0:00:00.145) 0:07:28.589 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:07:25 -0400 (0:00:00.174) 0:07:28.763 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:07:25 -0400 (0:00:00.092) 0:07:28.855 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:07:25 -0400 (0:00:00.143) 0:07:28.999 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:07:26 -0400 (0:00:00.201) 0:07:29.200 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:07:26 -0400 (0:00:00.066) 0:07:29.267 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:07:26 -0400 (0:00:00.065) 0:07:29.332 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:07:26 -0400 (0:00:00.062) 0:07:29.394 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:07:26 -0400 (0:00:00.062) 0:07:29.457 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:07:26 -0400 (0:00:00.062) 0:07:29.520 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:07:26 -0400 (0:00:00.063) 0:07:29.583 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:07:26 -0400 (0:00:00.061) 0:07:29.645 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:07:26 -0400 (0:00:00.065) 0:07:29.711 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:07:26 -0400 (0:00:00.094) 0:07:29.805 ******* included: /tmp/collections-314/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': 'UUID=3aad38cc-4ffd-4198-980b-fbf8287de575', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Thursday 29 August 2024 06:07:26 -0400 (0:00:00.089) 0:07:29.895 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Thursday 29 August 2024 06:07:26 -0400 (0:00:00.062) 0:07:29.957 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Thursday 29 August 2024 06:07:27 -0400 (0:00:00.180) 0:07:30.138 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Thursday 29 August 2024 06:07:27 -0400 (0:00:00.085) 0:07:30.223 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Thursday 29 August 2024 06:07:27 -0400 (0:00:00.066) 0:07:30.289 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Thursday 29 August 2024 06:07:27 -0400 (0:00:00.063) 0:07:30.353 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Thursday 29 August 2024 06:07:27 -0400 (0:00:00.063) 0:07:30.416 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:07:27 -0400 (0:00:00.061) 0:07:30.478 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:07:27 -0400 (0:00:00.096) 0:07:30.575 ******* included: /tmp/collections-314/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': 'UUID=3aad38cc-4ffd-4198-980b-fbf8287de575', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Thursday 29 August 2024 06:07:27 -0400 (0:00:00.091) 0:07:30.666 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Thursday 29 August 2024 06:07:27 -0400 (0:00:00.063) 0:07:30.729 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Thursday 29 August 2024 06:07:27 -0400 (0:00:00.066) 0:07:30.796 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Thursday 29 August 2024 06:07:27 -0400 (0:00:00.090) 0:07:30.887 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:07:27 -0400 (0:00:00.094) 0:07:30.981 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:07:28 -0400 (0:00:00.174) 0:07:31.156 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:07:28 -0400 (0:00:00.106) 0:07:31.262 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:07:28 -0400 (0:00:00.092) 0:07:31.355 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Thursday 29 August 2024 06:07:28 -0400 (0:00:00.114) 0:07:31.469 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Thursday 29 August 2024 06:07:28 -0400 (0:00:00.089) 0:07:31.558 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Thursday 29 August 2024 06:07:28 -0400 (0:00:00.083) 0:07:31.642 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Thursday 29 August 2024 06:07:28 -0400 (0:00:00.103) 0:07:31.745 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Thursday 29 August 2024 06:07:28 -0400 (0:00:00.140) 0:07:31.885 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Thursday 29 August 2024 06:07:28 -0400 (0:00:00.126) 0:07:32.012 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:07:29 -0400 (0:00:00.079) 0:07:32.092 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:07:29 -0400 (0:00:00.073) 0:07:32.165 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:07:29 -0400 (0:00:00.109) 0:07:32.274 ******* included: /tmp/collections-314/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': 'UUID=3aad38cc-4ffd-4198-980b-fbf8287de575', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Thursday 29 August 2024 06:07:29 -0400 (0:00:00.251) 0:07:32.525 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Thursday 29 August 2024 06:07:29 -0400 (0:00:00.069) 0:07:32.595 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Thursday 29 August 2024 06:07:29 -0400 (0:00:00.064) 0:07:32.659 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Thursday 29 August 2024 06:07:29 -0400 (0:00:00.064) 0:07:32.724 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Thursday 29 August 2024 06:07:29 -0400 (0:00:00.061) 0:07:32.785 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Thursday 29 August 2024 06:07:29 -0400 (0:00:00.064) 0:07:32.850 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Thursday 29 August 2024 06:07:29 -0400 (0:00:00.065) 0:07:32.915 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:07:29 -0400 (0:00:00.064) 0:07:32.980 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:07:30 -0400 (0:00:00.107) 0:07:33.087 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:07:30 -0400 (0:00:00.099) 0:07:33.187 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:07:30 -0400 (0:00:00.082) 0:07:33.269 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:07:30 -0400 (0:00:00.097) 0:07:33.366 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:07:30 -0400 (0:00:00.064) 0:07:33.431 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:07:30 -0400 (0:00:00.192) 0:07:33.624 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:07:30 -0400 (0:00:00.108) 0:07:33.732 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:07:30 -0400 (0:00:00.078) 0:07:33.811 ******* included: /tmp/collections-314/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': 'UUID=3aad38cc-4ffd-4198-980b-fbf8287de575', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Thursday 29 August 2024 06:07:30 -0400 (0:00:00.102) 0:07:33.914 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Thursday 29 August 2024 06:07:30 -0400 (0:00:00.082) 0:07:33.996 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node1 => (item=mount) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node1 => (item=fstab) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node1 => (item=fs) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node1 => (item=device) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node1 => (item=encryption) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node1 => (item=md) included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node1 => (item=size) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Thursday 29 August 2024 06:07:31 -0400 (0:00:00.343) 0:07:34.340 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Thursday 29 August 2024 06:07:31 -0400 (0:00:00.093) 0:07:34.433 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Thursday 29 August 2024 06:07:31 -0400 (0:00:00.110) 0:07:34.544 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Thursday 29 August 2024 06:07:31 -0400 (0:00:00.083) 0:07:34.627 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Thursday 29 August 2024 06:07:31 -0400 (0:00:00.071) 0:07:34.699 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Thursday 29 August 2024 06:07:31 -0400 (0:00:00.063) 0:07:34.762 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Thursday 29 August 2024 06:07:31 -0400 (0:00:00.070) 0:07:34.833 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Thursday 29 August 2024 06:07:32 -0400 (0:00:00.242) 0:07:35.075 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Thursday 29 August 2024 06:07:32 -0400 (0:00:00.067) 0:07:35.143 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Thursday 29 August 2024 06:07:32 -0400 (0:00:00.063) 0:07:35.207 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Thursday 29 August 2024 06:07:32 -0400 (0:00:00.066) 0:07:35.273 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Thursday 29 August 2024 06:07:32 -0400 (0:00:00.070) 0:07:35.343 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Thursday 29 August 2024 06:07:32 -0400 (0:00:00.119) 0:07:35.463 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Thursday 29 August 2024 06:07:32 -0400 (0:00:00.084) 0:07:35.547 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Thursday 29 August 2024 06:07:32 -0400 (0:00:00.089) 0:07:35.637 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Thursday 29 August 2024 06:07:32 -0400 (0:00:00.081) 0:07:35.718 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Thursday 29 August 2024 06:07:32 -0400 (0:00:00.077) 0:07:35.795 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Thursday 29 August 2024 06:07:32 -0400 (0:00:00.105) 0:07:35.900 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Thursday 29 August 2024 06:07:33 -0400 (0:00:00.155) 0:07:36.055 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Thursday 29 August 2024 06:07:33 -0400 (0:00:00.115) 0:07:36.170 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724926032.5300832, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724926032.5300832, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 4030, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724926032.5300832, "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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Thursday 29 August 2024 06:07:33 -0400 (0:00:00.420) 0:07:36.591 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Thursday 29 August 2024 06:07:33 -0400 (0:00:00.071) 0:07:36.663 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Thursday 29 August 2024 06:07:33 -0400 (0:00:00.212) 0:07:36.876 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Thursday 29 August 2024 06:07:33 -0400 (0:00:00.083) 0:07:36.959 ******* ok: [managed_node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Thursday 29 August 2024 06:07:33 -0400 (0:00:00.079) 0:07:37.038 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Thursday 29 August 2024 06:07:34 -0400 (0:00:00.063) 0:07:37.101 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Thursday 29 August 2024 06:07:34 -0400 (0:00:00.069) 0:07:37.171 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Thursday 29 August 2024 06:07:34 -0400 (0:00:00.077) 0:07:37.248 ******* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Thursday 29 August 2024 06:07:34 -0400 (0:00:00.798) 0:07:38.046 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Thursday 29 August 2024 06:07:35 -0400 (0:00:00.116) 0:07:38.163 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Thursday 29 August 2024 06:07:35 -0400 (0:00:00.074) 0:07:38.238 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Thursday 29 August 2024 06:07:35 -0400 (0:00:00.093) 0:07:38.332 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Thursday 29 August 2024 06:07:35 -0400 (0:00:00.061) 0:07:38.393 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Thursday 29 August 2024 06:07:35 -0400 (0:00:00.063) 0:07:38.457 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Thursday 29 August 2024 06:07:35 -0400 (0:00:00.079) 0:07:38.536 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Thursday 29 August 2024 06:07:35 -0400 (0:00:00.129) 0:07:38.666 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Thursday 29 August 2024 06:07:35 -0400 (0:00:00.110) 0:07:38.777 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Thursday 29 August 2024 06:07:35 -0400 (0:00:00.264) 0:07:39.042 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Thursday 29 August 2024 06:07:36 -0400 (0:00:00.087) 0:07:39.129 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Thursday 29 August 2024 06:07:36 -0400 (0:00:00.082) 0:07:39.212 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Thursday 29 August 2024 06:07:36 -0400 (0:00:00.081) 0:07:39.293 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Thursday 29 August 2024 06:07:36 -0400 (0:00:00.085) 0:07:39.378 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Thursday 29 August 2024 06:07:36 -0400 (0:00:00.069) 0:07:39.448 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Thursday 29 August 2024 06:07:36 -0400 (0:00:00.068) 0:07:39.516 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Thursday 29 August 2024 06:07:36 -0400 (0:00:00.130) 0:07:39.646 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Thursday 29 August 2024 06:07:36 -0400 (0:00:00.116) 0:07:39.763 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Thursday 29 August 2024 06:07:36 -0400 (0:00:00.117) 0:07:39.881 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Thursday 29 August 2024 06:07:36 -0400 (0:00:00.113) 0:07:39.995 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Thursday 29 August 2024 06:07:37 -0400 (0:00:00.116) 0:07:40.111 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Thursday 29 August 2024 06:07:37 -0400 (0:00:00.115) 0:07:40.227 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Thursday 29 August 2024 06:07:37 -0400 (0:00:00.120) 0:07:40.347 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Thursday 29 August 2024 06:07:37 -0400 (0:00:00.226) 0:07:40.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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Thursday 29 August 2024 06:07:37 -0400 (0:00:00.349) 0:07:40.924 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Thursday 29 August 2024 06:07:38 -0400 (0:00:00.634) 0:07:41.558 ******* ok: [managed_node1] => { "bytes": 314572800, "changed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Thursday 29 August 2024 06:07:39 -0400 (0:00:00.514) 0:07:42.073 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_expected_size": "314572800" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Thursday 29 August 2024 06:07:39 -0400 (0:00:00.147) 0:07:42.220 ******* ok: [managed_node1] => { "storage_test_expected_size": "314572800" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Thursday 29 August 2024 06:07:39 -0400 (0:00:00.124) 0:07:42.345 ******* ok: [managed_node1] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Thursday 29 August 2024 06:07:39 -0400 (0:00:00.481) 0:07:42.826 ******* skipping: [managed_node1] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Thursday 29 August 2024 06:07:39 -0400 (0:00:00.082) 0:07:42.908 ******* skipping: [managed_node1] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Thursday 29 August 2024 06:07:39 -0400 (0:00:00.078) 0:07:42.987 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.080) 0:07:43.068 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.080) 0:07:43.148 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.062) 0:07:43.211 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.062) 0:07:43.273 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.065) 0:07:43.339 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.064) 0:07:43.403 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.193) 0:07:43.597 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.064) 0:07:43.661 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.064) 0:07:43.726 ******* skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.066) 0:07:43.792 ******* skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.081) 0:07:43.874 ******* skipping: [managed_node1] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.064) 0:07:43.939 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Thursday 29 August 2024 06:07:40 -0400 (0:00:00.069) 0:07:44.009 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Thursday 29 August 2024 06:07:41 -0400 (0:00:00.109) 0:07:44.118 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Thursday 29 August 2024 06:07:41 -0400 (0:00:00.074) 0:07:44.192 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Thursday 29 August 2024 06:07:41 -0400 (0:00:00.075) 0:07:44.267 ******* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Thursday 29 August 2024 06:07:41 -0400 (0:00:00.065) 0:07:44.333 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Thursday 29 August 2024 06:07:41 -0400 (0:00:00.068) 0:07:44.401 ******* ok: [managed_node1] => { "storage_test_expected_size": "314572800" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Thursday 29 August 2024 06:07:41 -0400 (0:00:00.071) 0:07:44.473 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Thursday 29 August 2024 06:07:41 -0400 (0:00:00.116) 0:07:44.590 ******* 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.029529", "end": "2024-08-29 06:07:41.910084", "rc": 0, "start": "2024-08-29 06:07:41.880555" } 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Thursday 29 August 2024 06:07:41 -0400 (0:00:00.460) 0:07:45.051 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Thursday 29 August 2024 06:07:42 -0400 (0:00:00.224) 0:07:45.275 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Thursday 29 August 2024 06:07:42 -0400 (0:00:00.086) 0:07:45.362 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Thursday 29 August 2024 06:07:42 -0400 (0:00:00.107) 0:07:45.469 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Thursday 29 August 2024 06:07:42 -0400 (0:00:00.101) 0:07:45.571 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Thursday 29 August 2024 06:07:42 -0400 (0:00:00.085) 0:07:45.657 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Thursday 29 August 2024 06:07:42 -0400 (0:00:00.078) 0:07:45.735 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:07:42 -0400 (0:00:00.067) 0:07:45.802 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:07:42 -0400 (0:00:00.029) 0:07:45.832 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:240 Thursday 29 August 2024 06:07:42 -0400 (0:00:00.083) 0:07:45.916 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:07:43 -0400 (0:00:00.151) 0:07:46.067 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:07:43 -0400 (0:00:00.090) 0:07:46.157 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:07:43 -0400 (0:00:00.132) 0:07:46.289 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:07:43 -0400 (0:00:00.358) 0:07:46.648 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:07:43 -0400 (0:00:00.065) 0:07:46.714 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:07:43 -0400 (0:00:00.065) 0:07:46.779 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:07:43 -0400 (0:00:00.068) 0:07:46.848 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:07:43 -0400 (0:00:00.067) 0:07:46.916 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:07:43 -0400 (0:00:00.121) 0:07:47.038 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:07:44 -0400 (0:00:00.090) 0:07:47.128 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:07:44 -0400 (0:00:00.081) 0:07:47.209 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:07:44 -0400 (0:00:00.076) 0:07:47.286 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:07:44 -0400 (0:00:00.062) 0:07:47.348 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:07:44 -0400 (0:00:00.066) 0:07:47.415 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:07:44 -0400 (0:00:00.081) 0:07:47.497 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:07:44 -0400 (0:00:00.090) 0:07:47.588 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:07:44 -0400 (0:00:00.177) 0:07:47.765 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:07:44 -0400 (0:00:00.090) 0:07:47.855 ******* 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", "/dev/xvda2" ], "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": "UUID=3aad38cc-4ffd-4198-980b-fbf8287de575", "_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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:07:47 -0400 (0:00:02.623) 0:07:50.479 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:07:47 -0400 (0:00:00.090) 0:07:50.570 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:07:47 -0400 (0:00:00.412) 0:07:50.982 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:07:48 -0400 (0:00:00.418) 0:07:51.401 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:07:48 -0400 (0:00:00.031) 0:07:51.432 ******* 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", "/dev/xvda2" ], "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": "UUID=3aad38cc-4ffd-4198-980b-fbf8287de575", "_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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:07:48 -0400 (0:00:00.069) 0:07:51.502 ******* 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": "UUID=3aad38cc-4ffd-4198-980b-fbf8287de575", "_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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:07:48 -0400 (0:00:00.070) 0:07:51.573 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:07:48 -0400 (0:00:00.075) 0:07:51.648 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:07:48 -0400 (0:00:00.086) 0:07:51.735 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:07:48 -0400 (0:00:00.115) 0:07:51.850 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:07:48 -0400 (0:00:00.090) 0:07:51.940 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:07:48 -0400 (0:00:00.087) 0:07:52.027 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:07:49 -0400 (0:00:00.131) 0:07:52.158 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724926042.0571437, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724926038.3601203, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 356516039, "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": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3946906550", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:07:49 -0400 (0:00:00.472) 0:07:52.631 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:07:49 -0400 (0:00:00.111) 0:07:52.742 ******* ok: [managed_node1] TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:251 Thursday 29 August 2024 06:07:50 -0400 (0:00:00.978) 0:07:53.720 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.034760", "end": "2024-08-29 06:07:51.034161", "rc": 0, "start": "2024-08-29 06:07:50.999401" } STDOUT: 3rdWom-Jzon-pf0Q-c80y-Ku15-0Jmd-XFIxyS TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:256 Thursday 29 August 2024 06:07:51 -0400 (0:00:00.435) 0:07:54.156 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV from the VG] ***************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:260 Thursday 29 August 2024 06:07:51 -0400 (0:00:00.090) 0:07:54.246 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:07:51 -0400 (0:00:00.191) 0:07:54.438 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:07:51 -0400 (0:00:00.103) 0:07:54.542 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:07:51 -0400 (0:00:00.084) 0:07:54.626 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:07:51 -0400 (0:00:00.319) 0:07:54.946 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:07:52 -0400 (0:00:00.117) 0:07:55.064 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:07:52 -0400 (0:00:00.112) 0:07:55.176 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:07:52 -0400 (0:00:00.092) 0:07:55.269 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:07:52 -0400 (0:00:00.211) 0:07:55.480 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:07:52 -0400 (0:00:00.135) 0:07:55.616 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:07:52 -0400 (0:00:00.081) 0:07:55.697 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:07:52 -0400 (0:00:00.084) 0:07:55.782 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:07:52 -0400 (0:00:00.069) 0:07:55.852 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:07:52 -0400 (0:00:00.066) 0:07:55.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 : Make sure required packages are installed] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:07:52 -0400 (0:00:00.063) 0:07:55.981 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:07:52 -0400 (0:00:00.066) 0:07:56.048 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:07:53 -0400 (0:00:00.065) 0:07:56.114 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:07:53 -0400 (0:00:00.094) 0:07:56.209 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:07:53 -0400 (0:00:00.030) 0:07:56.239 ******* 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", "/dev/xvda2" ], "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": "UUID=3aad38cc-4ffd-4198-980b-fbf8287de575", "_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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:07:57 -0400 (0:00:04.723) 0:08:00.963 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:07:58 -0400 (0:00:00.144) 0:08:01.107 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:07:58 -0400 (0:00:00.561) 0:08:01.669 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:07:59 -0400 (0:00:00.410) 0:08:02.080 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:07:59 -0400 (0:00:00.037) 0:08:02.117 ******* 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", "/dev/xvda2" ], "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": "UUID=3aad38cc-4ffd-4198-980b-fbf8287de575", "_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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:07:59 -0400 (0:00:00.083) 0:08:02.200 ******* 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": "UUID=3aad38cc-4ffd-4198-980b-fbf8287de575", "_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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:07:59 -0400 (0:00:00.068) 0:08:02.269 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:07:59 -0400 (0:00:00.067) 0:08:02.336 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:07:59 -0400 (0:00:00.049) 0:08:02.385 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:07:59 -0400 (0:00:00.082) 0:08:02.468 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:07:59 -0400 (0:00:00.049) 0:08:02.517 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:07:59 -0400 (0:00:00.051) 0:08:02.569 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:07:59 -0400 (0:00:00.063) 0:08:02.633 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724926042.0571437, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724926038.3601203, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 356516039, "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": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3946906550", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:08:00 -0400 (0:00:00.429) 0:08:03.062 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:08:00 -0400 (0:00:00.050) 0:08:03.112 ******* ok: [managed_node1] TASK [Get the partition table type on disk removed from the VG] **************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:271 Thursday 29 August 2024 06:08:01 -0400 (0:00:00.960) 0:08:04.073 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "blkid", "-p", "-ovalue", "-s", "PTTYPE", "/dev/sda" ], "delta": "0:00:00.005901", "end": "2024-08-29 06:08:01.426939", "failed_when_result": false, "rc": 2, "start": "2024-08-29 06:08:01.421038" } MSG: non-zero return code TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:277 Thursday 29 August 2024 06:08:01 -0400 (0:00:00.595) 0:08:04.668 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:281 Thursday 29 August 2024 06:08:01 -0400 (0:00:00.081) 0:08:04.750 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028207", "end": "2024-08-29 06:08:02.055969", "rc": 0, "start": "2024-08-29 06:08:02.027762" } STDOUT: 3rdWom-Jzon-pf0Q-c80y-Ku15-0Jmd-XFIxyS TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:286 Thursday 29 August 2024 06:08:02 -0400 (0:00:00.452) 0:08:05.202 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:290 Thursday 29 August 2024 06:08:02 -0400 (0:00:00.119) 0:08:05.321 ******* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 29 August 2024 06:08:02 -0400 (0:00:00.188) 0:08:05.510 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 29 August 2024 06:08:02 -0400 (0:00:00.108) 0:08:05.619 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 29 August 2024 06:08:02 -0400 (0:00:00.086) 0:08:05.705 ******* 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_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 29 August 2024 06:08:02 -0400 (0:00:00.180) 0:08:05.886 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 29 August 2024 06:08:02 -0400 (0:00:00.066) 0:08:05.953 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 29 August 2024 06:08:02 -0400 (0:00:00.089) 0:08:06.043 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 29 August 2024 06:08:03 -0400 (0:00:00.088) 0:08:06.131 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 29 August 2024 06:08:03 -0400 (0:00:00.110) 0:08:06.242 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 29 August 2024 06:08:03 -0400 (0:00:00.247) 0:08:06.489 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 29 August 2024 06:08:03 -0400 (0:00:00.067) 0:08:06.557 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 29 August 2024 06:08:03 -0400 (0:00:00.087) 0:08:06.644 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 29 August 2024 06:08:03 -0400 (0:00:00.067) 0:08:06.711 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 29 August 2024 06:08:03 -0400 (0:00:00.063) 0:08:06.775 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 29 August 2024 06:08:03 -0400 (0:00:00.062) 0:08:06.838 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 29 August 2024 06:08:03 -0400 (0:00:00.064) 0:08:06.902 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 29 August 2024 06:08:03 -0400 (0:00:00.064) 0:08:06.966 ******* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 29 August 2024 06:08:04 -0400 (0:00:00.094) 0:08:07.060 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 29 August 2024 06:08:04 -0400 (0:00:00.028) 0:08:07.089 ******* 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", "/dev/xvda2" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 29 August 2024 06:08:10 -0400 (0:00:06.165) 0:08:13.255 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 29 August 2024 06:08:10 -0400 (0:00:00.080) 0:08:13.336 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724925587.5732455, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5517f8b80ce2b22ae6b440ee7ebaa4bfc06ec5ef", "ctime": 1724925583.4892192, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104066, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724925583.4892192, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1039091226", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 29 August 2024 06:08:10 -0400 (0:00:00.407) 0:08:13.743 ******* ok: [managed_node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 29 August 2024 06:08:11 -0400 (0:00:00.406) 0:08:14.150 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 29 August 2024 06:08:11 -0400 (0:00:00.095) 0:08:14.245 ******* 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", "/dev/xvda2" ], "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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 29 August 2024 06:08:11 -0400 (0:00:00.073) 0:08:14.319 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 29 August 2024 06:08:11 -0400 (0:00:00.070) 0:08:14.389 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 29 August 2024 06:08:11 -0400 (0:00:00.074) 0:08:14.464 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 29 August 2024 06:08:11 -0400 (0:00:00.052) 0:08:14.517 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 29 August 2024 06:08:11 -0400 (0:00:00.093) 0:08:14.611 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 29 August 2024 06:08:11 -0400 (0:00:00.068) 0:08:14.680 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 29 August 2024 06:08:11 -0400 (0:00:00.064) 0:08:14.744 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 29 August 2024 06:08:11 -0400 (0:00:00.075) 0:08:14.819 ******* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1724926042.0571437, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724926038.3601203, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 356516039, "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": 1724667307.2130857, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3946906550", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 29 August 2024 06:08:12 -0400 (0:00:00.424) 0:08:15.244 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 29 August 2024 06:08:12 -0400 (0:00:00.031) 0:08:15.275 ******* ok: [managed_node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:299 Thursday 29 August 2024 06:08:13 -0400 (0:00:00.963) 0:08:16.239 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Thursday 29 August 2024 06:08:13 -0400 (0:00:00.186) 0:08:16.426 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Thursday 29 August 2024 06:08:13 -0400 (0:00:00.110) 0:08:16.536 ******* skipping: [managed_node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Thursday 29 August 2024 06:08:13 -0400 (0:00:00.111) 0:08:16.648 ******* 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": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "693c335c-f9bc-477f-a2a8-a200466547e5" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Thursday 29 August 2024 06:08:14 -0400 (0:00:00.473) 0:08:17.122 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003110", "end": "2024-08-29 06:08:14.425069", "rc": 0, "start": "2024-08-29 06:08:14.421959" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Mon Aug 26 10:15:07 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=693c335c-f9bc-477f-a2a8-a200466547e5 / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Thursday 29 August 2024 06:08:14 -0400 (0:00:00.423) 0:08:17.546 ******* ok: [managed_node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003026", "end": "2024-08-29 06:08:14.825574", "failed_when_result": false, "rc": 0, "start": "2024-08-29 06:08:14.822548" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Thursday 29 August 2024 06:08:14 -0400 (0:00:00.421) 0:08:17.967 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Thursday 29 August 2024 06:08:15 -0400 (0:00:00.120) 0:08:18.088 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Thursday 29 August 2024 06:08:15 -0400 (0:00:00.065) 0:08:18.153 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Thursday 29 August 2024 06:08:15 -0400 (0:00:00.069) 0:08:18.222 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Thursday 29 August 2024 06:08:15 -0400 (0:00:00.095) 0:08:18.318 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node1 => (item=members) included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Thursday 29 August 2024 06:08:15 -0400 (0:00:00.147) 0:08:18.465 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Thursday 29 August 2024 06:08:15 -0400 (0:00:00.087) 0:08:18.553 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Thursday 29 August 2024 06:08:15 -0400 (0:00:00.029) 0:08:18.582 ******* ok: [managed_node1] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Thursday 29 August 2024 06:08:15 -0400 (0:00:00.151) 0:08:18.734 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Thursday 29 August 2024 06:08:15 -0400 (0:00:00.225) 0:08:18.960 ******* ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Thursday 29 August 2024 06:08:16 -0400 (0:00:00.106) 0:08:19.066 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Thursday 29 August 2024 06:08:16 -0400 (0:00:00.070) 0:08:19.137 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Thursday 29 August 2024 06:08:16 -0400 (0:00:00.114) 0:08:19.252 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Thursday 29 August 2024 06:08:16 -0400 (0:00:00.111) 0:08:19.363 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Thursday 29 August 2024 06:08:16 -0400 (0:00:00.052) 0:08:19.416 ******* ok: [managed_node1] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_9.8p1, 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.47.219 originally 10.31.47.219 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.47.219 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.47.219 originally 10.31.47.219 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/c9bf4181eb' 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.47.219 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Thursday 29 August 2024 06:08:16 -0400 (0:00:00.453) 0:08:19.869 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Thursday 29 August 2024 06:08:16 -0400 (0:00:00.068) 0:08:19.937 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Thursday 29 August 2024 06:08:17 -0400 (0:00:00.163) 0:08:20.100 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Thursday 29 August 2024 06:08:17 -0400 (0:00:00.087) 0:08:20.188 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Thursday 29 August 2024 06:08:17 -0400 (0:00:00.067) 0:08:20.256 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Thursday 29 August 2024 06:08:17 -0400 (0:00:00.064) 0:08:20.320 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Thursday 29 August 2024 06:08:17 -0400 (0:00:00.063) 0:08:20.384 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Thursday 29 August 2024 06:08:17 -0400 (0:00:00.085) 0:08:20.470 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Thursday 29 August 2024 06:08:17 -0400 (0:00:00.074) 0:08:20.544 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Thursday 29 August 2024 06:08:17 -0400 (0:00:00.207) 0:08:20.752 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Thursday 29 August 2024 06:08:17 -0400 (0:00:00.075) 0:08:20.827 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Thursday 29 August 2024 06:08:17 -0400 (0:00:00.110) 0:08:20.938 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Thursday 29 August 2024 06:08:17 -0400 (0:00:00.087) 0:08:21.025 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Thursday 29 August 2024 06:08:18 -0400 (0:00:00.079) 0:08:21.104 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Thursday 29 August 2024 06:08:18 -0400 (0:00:00.121) 0:08:21.226 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Thursday 29 August 2024 06:08:18 -0400 (0:00:00.030) 0:08:21.256 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Thursday 29 August 2024 06:08:18 -0400 (0:00:00.103) 0:08:21.360 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Thursday 29 August 2024 06:08:18 -0400 (0:00:00.051) 0:08:21.411 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Thursday 29 August 2024 06:08:18 -0400 (0:00:00.183) 0:08:21.594 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Thursday 29 August 2024 06:08:18 -0400 (0:00:00.114) 0:08:21.709 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Thursday 29 August 2024 06:08:18 -0400 (0:00:00.050) 0:08:21.760 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Thursday 29 August 2024 06:08:18 -0400 (0:00:00.039) 0:08:21.799 ******* ok: [managed_node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Thursday 29 August 2024 06:08:18 -0400 (0:00:00.210) 0:08:22.010 ******* included: /tmp/collections-314/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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Thursday 29 August 2024 06:08:19 -0400 (0:00:00.153) 0:08:22.164 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Thursday 29 August 2024 06:08:19 -0400 (0:00:00.059) 0:08:22.223 ******* included: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Thursday 29 August 2024 06:08:19 -0400 (0:00:00.188) 0:08:22.411 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Thursday 29 August 2024 06:08:19 -0400 (0:00:00.106) 0:08:22.517 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Thursday 29 August 2024 06:08:19 -0400 (0:00:00.076) 0:08:22.594 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Thursday 29 August 2024 06:08:19 -0400 (0:00:00.066) 0:08:22.661 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Thursday 29 August 2024 06:08:19 -0400 (0:00:00.064) 0:08:22.725 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Thursday 29 August 2024 06:08:19 -0400 (0:00:00.063) 0:08:22.789 ******* ok: [managed_node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Thursday 29 August 2024 06:08:19 -0400 (0:00:00.068) 0:08:22.857 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Thursday 29 August 2024 06:08:19 -0400 (0:00:00.104) 0:08:22.962 ******* 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/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Thursday 29 August 2024 06:08:19 -0400 (0:00:00.050) 0:08:23.013 ******* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Thursday 29 August 2024 06:08:20 -0400 (0:00:00.047) 0:08:23.061 ******* 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 29 August 2024 06:08:20 -0400 (0:00:00.347) 0:08:23.409 ******* =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 92.21s /tmp/collections-314/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 -- 80.24s /tmp/collections-314/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 --- 9.55s /tmp/collections-314/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 --- 9.01s /tmp/collections-314/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 --- 8.35s /tmp/collections-314/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.78s /tmp/collections-314/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.17s /tmp/collections-314/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.72s /tmp/collections-314/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 --- 4.47s /tmp/collections-314/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 --- 3.80s /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Get the canonical device path for each member device -------------------- 3.74s /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 3.64s /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Get the canonical device path for each member device -------------------- 3.61s /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Get the canonical device path for each member device -------------------- 3.49s /tmp/collections-314/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 3.45s /tmp/collections-314/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.36s /tmp/collections-314/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 --- 3.15s /tmp/collections-314/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.62s /tmp/collections-314/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.42s /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get service facts ------------------- 2.09s /tmp/collections-314/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51