ansible-playbook [core 2.17.5] 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-r0n executable location = /usr/local/bin/ansible-playbook python version = 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:2 Saturday 12 October 2024 20:54:29 -0400 (0:00:00.014) 0:00:00.014 ****** [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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:14 Saturday 12 October 2024 20:54:31 -0400 (0:00:01.331) 0:00:01.345 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 20:54:31 -0400 (0:00:00.038) 0:00:01.383 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 20:54:31 -0400 (0:00:00.033) 0:00:01.417 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 20:54:31 -0400 (0:00:00.053) 0:00:01.471 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 20:54:31 -0400 (0:00:00.066) 0:00:01.538 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 20:54:31 -0400 (0:00:00.504) 0:00:02.043 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 20:54:31 -0400 (0:00:00.035) 0:00:02.079 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 20:54:31 -0400 (0:00:00.023) 0:00:02.102 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 20:54:32 -0400 (0:00:00.040) 0:00:02.143 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 20:54:32 -0400 (0:00:00.073) 0:00:02.217 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: libblockdev libblockdev-crypto libblockdev-dm libblockdev-fs libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 20:54:33 -0400 (0:00:00.901) 0:00:03.118 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 20:54:33 -0400 (0:00:00.028) 0:00:03.147 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 20:54:33 -0400 (0:00:00.027) 0:00:03.175 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 20:54:33 -0400 (0:00:00.697) 0:00:03.872 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 12 October 2024 20:54:33 -0400 (0:00:00.036) 0:00:03.909 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 12 October 2024 20:54:33 -0400 (0:00:00.031) 0:00:03.941 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 12 October 2024 20:54:33 -0400 (0:00:00.030) 0:00:03.972 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 20:54:33 -0400 (0:00:00.028) 0:00:04.000 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 20:54:34 -0400 (0:00:00.694) 0:00:04.695 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 20:54:36 -0400 (0:00:02.205) 0:00:06.900 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 20:54:36 -0400 (0:00:00.059) 0:00:06.960 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 20:54:36 -0400 (0:00:00.022) 0:00:06.982 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 20:54:37 -0400 (0:00:00.587) 0:00:07.569 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 20:54:37 -0400 (0:00:00.082) 0:00:07.651 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 20:54:37 -0400 (0:00:00.423) 0:00:08.075 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 20:54:37 -0400 (0:00:00.033) 0:00:08.109 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 20:54:38 -0400 (0:00:00.024) 0:00:08.133 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 20:54:38 -0400 (0:00:00.032) 0:00:08.165 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 20:54:38 -0400 (0:00:00.031) 0:00:08.196 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 20:54:38 -0400 (0:00:00.031) 0:00:08.228 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 20:54:38 -0400 (0:00:00.053) 0:00:08.282 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 20:54:38 -0400 (0:00:00.028) 0:00:08.311 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 20:54:38 -0400 (0:00:00.059) 0:00:08.370 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 20:54:38 -0400 (0:00:00.057) 0:00:08.428 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 20:54:38 -0400 (0:00:00.037) 0:00:08.466 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780328.7437406, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1728780325.1727028, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 465567941, "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": 1728780325.1739945, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4255684295", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 20:54:38 -0400 (0:00:00.398) 0:00:08.865 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 20:54:38 -0400 (0:00:00.029) 0:00:08.894 ****** ok: [managed-node1] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:18 Saturday 12 October 2024 20:54:39 -0400 (0:00:00.972) 0:00:09.867 ****** ok: [managed-node1] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:25 Saturday 12 October 2024 20:54:39 -0400 (0:00:00.074) 0:00:09.941 ****** ok: [managed-node1] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el10", "source": "rpm", "version": "1.48.10" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el10", "source": "rpm", "version": "1.48.10" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el10", "source": "rpm", "version": "1.48.10" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.el10", "source": "rpm", "version": "1.30" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "7.el10", "source": "rpm", "version": "20240910" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-ucode-firmware", "release": "7.el10", "source": "rpm", "version": "20240910" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "7.el10", "source": "rpm", "version": "20240910" } ], "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": "8.el10", "source": "rpm", "version": "3.10.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "7.el10", "source": "rpm", "version": "20240910" } ], "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.3.el10", "source": "rpm", "version": "2024.2.69_v8.0.303" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "0.20.el10", "source": "rpm", "version": "10.0" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "0.20.el10", "source": "rpm", "version": "10.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "0.20.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": "1.el10", "source": "rpm", "version": "4.6" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "cirrus-audio-firmware", "release": "7.el10", "source": "rpm", "version": "20240910" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "2.el10", "source": "rpm", "version": "21" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "2.el10", "source": "rpm", "version": "21" } ], "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": "17.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": "4.el10", "source": "rpm", "version": "8.9.1" } ], "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": "2.el10", "source": "rpm", "version": "4.1" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper", "release": "2.el10", "source": "rpm", "version": "1.02.198" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-event", "release": "2.el10", "source": "rpm", "version": "1.02.198" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-event-libs", "release": "2.el10", "source": "rpm", "version": "1.02.198" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-libs", "release": "2.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": "7.el10", "source": "rpm", "version": "4.20.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "7.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": "3.el10", "source": "rpm", "version": "102" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "3.el10", "source": "rpm", "version": "102" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "3.el10", "source": "rpm", "version": "102" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "3.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": "22.el10", "source": "rpm", "version": "2.39" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "22.el10", "source": "rpm", "version": "2.39" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "22.el10", "source": "rpm", "version": "2.39" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "22.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": "4.el10", "source": "rpm", "version": "20240401" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "4.el10", "source": "rpm", "version": "20240401" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "4.el10", "source": "rpm", "version": "20240401" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "4.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": "9.el10", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "133.el10", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "133.el10", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "133.el10", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "133.el10", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "133.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.1.el10", "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.26" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.el10", "source": "rpm", "version": "10.26" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-audio-firmware", "release": "7.el10", "source": "rpm", "version": "20240910" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "7.el10", "source": "rpm", "version": "20240910" } ], "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": "1.el10", "source": "rpm", "version": "20240905" } ], "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": "7.el10", "source": "rpm", "version": "20240910" } ], "iwlwifi-mvm-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwlwifi-mvm-firmware", "release": "7.el10", "source": "rpm", "version": "20240910" } ], "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": "25.el10", "source": "rpm", "version": "6.11.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "25.el10", "source": "rpm", "version": "6.11.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "25.el10", "source": "rpm", "version": "6.11.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "25.el10", "source": "rpm", "version": "6.11.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "25.el10", "source": "rpm", "version": "6.11.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "25.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": "2.el10", "source": "rpm", "version": "4.1" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "2.el10", "source": "rpm", "version": "4.1" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-fonts-en", "release": "2.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": "8.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "8.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "8.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "8.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "8.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "8.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "8.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "8.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvme", "release": "8.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "8.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "8.el10", "source": "rpm", "version": "3.1.0" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.el10", "source": "rpm", "version": "1.5.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "5.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": "4.el10", "source": "rpm", "version": "8.9.1" } ], "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": "2.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": "2.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": "10.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": "1.el10", "source": "rpm", "version": "2.7.1" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "4.el10", "source": "rpm", "version": "1.2.7" } ], "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": "3.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "3.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "3.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "3.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "2.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": "7.el10", "source": "rpm", "version": "20240910" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "7.el10", "source": "rpm", "version": "20240910" } ], "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": "3.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": "2.el10", "source": "rpm", "version": "2.03.24" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 10, "name": "lvm2-libs", "release": "2.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": "3.el10", "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": "20240910" } ], "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": "7.el10", "source": "rpm", "version": "20240910" } ], "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": "1.el10", "source": "rpm", "version": "2.7.1" } ], "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": "28.el10", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "7.el10", "source": "rpm", "version": "3.101.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "7.el10", "source": "rpm", "version": "3.101.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "7.el10", "source": "rpm", "version": "3.101.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "7.el10", "source": "rpm", "version": "3.101.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "7.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": "7.el10", "source": "rpm", "version": "20240910" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": null, "name": "nxpwireless-firmware", "release": "7.el10", "source": "rpm", "version": "20240910" } ], "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": "5.el10", "source": "rpm", "version": "2.6.7" } ], "opensc": [ { "arch": "x86_64", "epoch": null, "name": "opensc", "release": "4.el10", "source": "rpm", "version": "0.25.1" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "6.el10", "source": "rpm", "version": "9.8p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "6.el10", "source": "rpm", "version": "9.8p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "6.el10", "source": "rpm", "version": "9.8p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "12.el10", "source": "rpm", "version": "3.2.2" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "12.el10", "source": "rpm", "version": "3.2.2" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "8.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": "4.el10", "source": "rpm", "version": "1.6.1" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "4.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": "511.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": "511.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.6" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.el10", "source": "rpm", "version": "3.12.6" } ], "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": "8.el10", "source": "rpm", "version": "3.10.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "8.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": "7.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.6" } ], "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": "4.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": "5.el10", "source": "rpm", "version": "0.2.6" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 18, "name": "qemu-guest-agent", "release": "8.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": "7.el10", "source": "rpm", "version": "20240910" } ], "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.9" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el10", "source": "rpm", "version": "40.13.9" } ], "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": "3.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "3.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "3.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-krb5-common", "release": "3.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "3.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": "14.el10", "source": "rpm", "version": "256" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "14.el10", "source": "rpm", "version": "256" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "14.el10", "source": "rpm", "version": "256" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "14.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": "7.el10", "source": "rpm", "version": "20240910" } ], "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": "7.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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:28 Saturday 12 October 2024 20:54:41 -0400 (0:00:01.199) 0:00:11.140 ****** ok: [managed-node1] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:32 Saturday 12 October 2024 20:54:41 -0400 (0:00:00.096) 0:00:11.237 ****** ok: [managed-node1] => { "ansible_facts": { "blivet_pkg_version": "3.10.0-8.el10" }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:46 Saturday 12 October 2024 20:54:41 -0400 (0:00:00.070) 0:00:11.308 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node1 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 12 October 2024 20:54:41 -0400 (0:00:00.098) 0:00:11.406 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 12 October 2024 20:54:42 -0400 (0:00:00.774) 0:00:12.181 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 12 October 2024 20:54:43 -0400 (0:00:01.604) 0:00:13.786 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 12 October 2024 20:54:43 -0400 (0:00:00.063) 0:00:13.849 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 12 October 2024 20:54:43 -0400 (0:00:00.068) 0:00:13.917 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 12 October 2024 20:54:43 -0400 (0:00:00.085) 0:00:14.003 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:53 Saturday 12 October 2024 20:54:44 -0400 (0:00:00.150) 0:00:14.153 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 20:54:44 -0400 (0:00:00.197) 0:00:14.351 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 20:54:44 -0400 (0:00:00.150) 0:00:14.502 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 20:54:44 -0400 (0:00:00.145) 0:00:14.647 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 20:54:44 -0400 (0:00:00.310) 0:00:14.957 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 20:54:44 -0400 (0:00:00.060) 0:00:15.018 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 20:54:45 -0400 (0:00:00.130) 0:00:15.149 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 20:54:45 -0400 (0:00:00.065) 0:00:15.214 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 20:54:45 -0400 (0:00:00.064) 0:00:15.279 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 20:54:45 -0400 (0:00:00.101) 0:00:15.381 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 20:54:45 -0400 (0:00:00.065) 0:00:15.446 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 20:54:45 -0400 (0:00:00.101) 0:00:15.547 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 20:54:45 -0400 (0:00:00.083) 0:00:15.631 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 20:54:45 -0400 (0:00:00.107) 0:00:15.738 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 20:54:45 -0400 (0:00:00.100) 0:00:15.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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 20:54:45 -0400 (0:00:00.063) 0:00:15.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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 20:54:45 -0400 (0:00:00.086) 0:00:15.988 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 20:54:46 -0400 (0:00:00.191) 0:00:16.179 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 20:54:46 -0400 (0:00:00.060) 0:00:16.240 ****** 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": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 20:54:55 -0400 (0:00:08.912) 0:00:25.152 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 20:54:55 -0400 (0:00:00.212) 0:00:25.365 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 20:54:55 -0400 (0:00:00.556) 0:00:25.921 ****** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 20:54:56 -0400 (0:00:00.668) 0:00:26.589 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 20:54:56 -0400 (0:00:00.058) 0:00:26.648 ****** 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": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 20:54:56 -0400 (0:00:00.118) 0:00:26.767 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 20:54:56 -0400 (0:00:00.160) 0:00:26.928 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 20:54:56 -0400 (0:00:00.138) 0:00:27.067 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 20:54:57 -0400 (0:00:00.079) 0:00:27.146 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 20:54:57 -0400 (0:00:00.087) 0:00:27.234 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 20:54:57 -0400 (0:00:00.101) 0:00:27.335 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 20:54:57 -0400 (0:00:00.120) 0:00:27.456 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 20:54:57 -0400 (0:00:00.097) 0:00:27.554 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780328.7437406, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1728780325.1727028, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 465567941, "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": 1728780325.1739945, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4255684295", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 20:54:57 -0400 (0:00:00.457) 0:00:28.011 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 20:54:57 -0400 (0:00:00.059) 0:00:28.070 ****** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:61 Saturday 12 October 2024 20:54:58 -0400 (0:00:01.025) 0:00:29.096 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 October 2024 20:54:59 -0400 (0:00:00.198) 0:00:29.295 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 October 2024 20:54:59 -0400 (0:00:00.211) 0:00:29.506 ****** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 October 2024 20:54:59 -0400 (0:00:00.191) 0:00:29.698 ****** 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": "4MrMse-yUsu-Pj5d-6Cwq-e9Mx-6tBL-UfzgBp" }, "/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": "UW0iAp-sj6r-VkbH-cFaD-YA1D-ycO9-uAClWU" }, "/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": "5dJPr8-Wl6b-FX1S-KflC-vbnc-hyEe-Z8KUmC" }, "/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": "hWKwZZ-REkJ-ZZ5Z-XAVK-f8d9-d2IA-fuRxzC" }, "/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": "nmhcpL-QXMp-E5IF-FtV9-avnZ-ltm4-H5H1gU" }, "/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": "p3GnG8-FIa1-BdjM-IB20-nzta-jjk8-g5PlTT" }, "/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": "udVwSd-bSG8-Vw1i-7pyc-S3TA-Gsg3-WHpNxV" }, "/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": "Qewx4W-ltnv-xlJG-DePq-TiJm-KbPR-hIjCkk" }, "/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": "dtOjQe-coH2-rH62-TFBN-1LFJ-MzEW-LLPh47" }, "/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": "5101df7d-7d04-471c-8b87-a8afd44579eb" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 October 2024 20:55:00 -0400 (0:00:00.847) 0:00:30.545 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003123", "end": "2024-10-12 20:55:01.119227", "rc": 0, "start": "2024-10-12 20:55:01.116104" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Oct 1 17:02:11 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=5101df7d-7d04-471c-8b87-a8afd44579eb / 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 October 2024 20:55:01 -0400 (0:00:00.804) 0:00:31.350 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003111", "end": "2024-10-12 20:55:01.666813", "failed_when_result": false, "rc": 0, "start": "2024-10-12 20:55:01.663702" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 October 2024 20:55:01 -0400 (0:00:00.556) 0:00:31.907 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 12 October 2024 20:55:02 -0400 (0:00:00.264) 0:00:32.171 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 12 October 2024 20:55:02 -0400 (0:00:00.147) 0:00:32.318 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.025989", "end": "2024-10-12 20:55:02.644578", "rc": 0, "start": "2024-10-12 20:55:02.618589" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 12 October 2024 20:55:02 -0400 (0:00:00.529) 0:00:32.848 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 12 October 2024 20:55:02 -0400 (0:00:00.127) 0:00:32.976 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 12 October 2024 20:55:03 -0400 (0:00:00.373) 0:00:33.350 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 12 October 2024 20:55:03 -0400 (0:00:00.398) 0:00:33.748 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 12 October 2024 20:55:07 -0400 (0:00:04.344) 0:00:38.092 ****** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 12 October 2024 20:55:08 -0400 (0:00:00.141) 0:00:38.234 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 12 October 2024 20:55:08 -0400 (0:00:00.147) 0:00:38.382 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 12 October 2024 20:55:08 -0400 (0:00:00.198) 0:00:38.580 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 12 October 2024 20:55:08 -0400 (0:00:00.152) 0:00:38.732 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 12 October 2024 20:55:08 -0400 (0:00:00.155) 0:00:38.888 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 12 October 2024 20:55:08 -0400 (0:00:00.108) 0:00:38.997 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 12 October 2024 20:55:09 -0400 (0:00:00.490) 0:00:39.487 ****** 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.8.118 originally 10.31.8.118 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.8.118 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.8.118 originally 10.31.8.118 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/b4f9babf5f' 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.8.118 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 12 October 2024 20:55:09 -0400 (0:00:00.458) 0:00:39.945 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 12 October 2024 20:55:10 -0400 (0:00:00.886) 0:00:40.832 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 12 October 2024 20:55:10 -0400 (0:00:00.231) 0:00:41.063 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 12 October 2024 20:55:11 -0400 (0:00:00.111) 0:00:41.175 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 12 October 2024 20:55:11 -0400 (0:00:00.116) 0:00:41.291 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 12 October 2024 20:55:11 -0400 (0:00:00.153) 0:00:41.445 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 12 October 2024 20:55:11 -0400 (0:00:00.064) 0:00:41.509 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 12 October 2024 20:55:11 -0400 (0:00:00.068) 0:00:41.578 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 12 October 2024 20:55:11 -0400 (0:00:00.138) 0:00:41.717 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 12 October 2024 20:55:11 -0400 (0:00:00.137) 0:00:41.854 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 12 October 2024 20:55:11 -0400 (0:00:00.122) 0:00:41.977 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 12 October 2024 20:55:11 -0400 (0:00:00.097) 0:00:42.074 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 12 October 2024 20:55:12 -0400 (0:00:00.082) 0:00:42.156 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 12 October 2024 20:55:12 -0400 (0:00:00.072) 0:00:42.229 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 12 October 2024 20:55:12 -0400 (0:00:00.119) 0:00:42.349 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 12 October 2024 20:55:12 -0400 (0:00:00.029) 0:00:42.379 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 12 October 2024 20:55:12 -0400 (0:00:00.099) 0:00:42.479 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 12 October 2024 20:55:12 -0400 (0:00:00.060) 0:00:42.539 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 12 October 2024 20:55:12 -0400 (0:00:00.104) 0:00:42.644 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 12 October 2024 20:55:12 -0400 (0:00:00.124) 0:00:42.768 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 12 October 2024 20:55:13 -0400 (0:00:00.502) 0:00:43.271 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sda1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdb1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdc1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdd1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sde1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdf1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdg1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdh1) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:13 -0400 (0:00:00.677) 0:00:43.949 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:13 -0400 (0:00:00.149) 0:00:44.098 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:14 -0400 (0:00:00.107) 0:00:44.206 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:14 -0400 (0:00:00.141) 0:00:44.348 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:14 -0400 (0:00:00.146) 0:00:44.495 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:14 -0400 (0:00:00.099) 0:00:44.594 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:14 -0400 (0:00:00.074) 0:00:44.669 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:14 -0400 (0:00:00.086) 0:00:44.755 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:14 -0400 (0:00:00.231) 0:00:44.986 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:15 -0400 (0:00:00.135) 0:00:45.122 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:15 -0400 (0:00:00.136) 0:00:45.259 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:15 -0400 (0:00:00.139) 0:00:45.399 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:15 -0400 (0:00:00.136) 0:00:45.536 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:15 -0400 (0:00:00.166) 0:00:45.703 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:15 -0400 (0:00:00.135) 0:00:45.839 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:15 -0400 (0:00:00.106) 0:00:45.945 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:15 -0400 (0:00:00.128) 0:00:46.074 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:16 -0400 (0:00:00.108) 0:00:46.182 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:16 -0400 (0:00:00.121) 0:00:46.304 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:16 -0400 (0:00:00.153) 0:00:46.457 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:16 -0400 (0:00:00.242) 0:00:46.699 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:16 -0400 (0:00:00.196) 0:00:46.896 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:16 -0400 (0:00:00.149) 0:00:47.046 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:17 -0400 (0:00:00.195) 0:00:47.242 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:17 -0400 (0:00:00.073) 0:00:47.315 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:17 -0400 (0:00:00.139) 0:00:47.455 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:17 -0400 (0:00:00.142) 0:00:47.597 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:17 -0400 (0:00:00.171) 0:00:47.769 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:17 -0400 (0:00:00.179) 0:00:47.948 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:17 -0400 (0:00:00.141) 0:00:48.089 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:18 -0400 (0:00:00.082) 0:00:48.172 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:18 -0400 (0:00:00.096) 0:00:48.268 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:18 -0400 (0:00:00.104) 0:00:48.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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:18 -0400 (0:00:00.092) 0:00:48.466 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:18 -0400 (0:00:00.081) 0:00:48.548 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:18 -0400 (0:00:00.087) 0:00:48.635 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:18 -0400 (0:00:00.116) 0:00:48.751 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:18 -0400 (0:00:00.257) 0:00:49.009 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:19 -0400 (0:00:00.179) 0:00:49.189 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:19 -0400 (0:00:00.080) 0:00:49.270 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:19 -0400 (0:00:00.079) 0:00:49.349 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:19 -0400 (0:00:00.081) 0:00:49.430 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:19 -0400 (0:00:00.068) 0:00:49.499 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:19 -0400 (0:00:00.109) 0:00:49.608 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:19 -0400 (0:00:00.102) 0:00:49.711 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:19 -0400 (0:00:00.088) 0:00:49.799 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:19 -0400 (0:00:00.101) 0:00:49.901 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:19 -0400 (0:00:00.111) 0:00:50.013 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:19 -0400 (0:00:00.087) 0:00:50.100 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:20 -0400 (0:00:00.100) 0:00:50.201 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:20 -0400 (0:00:00.085) 0:00:50.286 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:20 -0400 (0:00:00.079) 0:00:50.366 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:20 -0400 (0:00:00.121) 0:00:50.487 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:20 -0400 (0:00:00.220) 0:00:50.707 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 12 October 2024 20:55:20 -0400 (0:00:00.117) 0:00:50.825 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 12 October 2024 20:55:20 -0400 (0:00:00.145) 0:00:50.971 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 12 October 2024 20:55:21 -0400 (0:00:00.193) 0:00:51.164 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 12 October 2024 20:55:21 -0400 (0:00:00.053) 0:00:51.218 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 12 October 2024 20:55:21 -0400 (0:00:00.133) 0:00:51.352 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 12 October 2024 20:55:21 -0400 (0:00:00.067) 0:00:51.419 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 12 October 2024 20:55:21 -0400 (0:00:00.065) 0:00:51.484 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 12 October 2024 20:55:21 -0400 (0:00:00.094) 0:00:51.579 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 12 October 2024 20:55:21 -0400 (0:00:00.111) 0:00:51.690 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 12 October 2024 20:55:21 -0400 (0:00:00.081) 0:00:51.772 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 12 October 2024 20:55:21 -0400 (0:00:00.066) 0:00:51.839 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 12 October 2024 20:55:21 -0400 (0:00:00.159) 0:00:51.999 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 October 2024 20:55:21 -0400 (0:00:00.050) 0:00:52.050 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 October 2024 20:55:21 -0400 (0:00:00.035) 0:00:52.085 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:64 Saturday 12 October 2024 20:55:22 -0400 (0:00:00.083) 0:00:52.169 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.029458", "end": "2024-10-12 20:55:22.414598", "rc": 0, "start": "2024-10-12 20:55:22.385140" } STDOUT: 3ZIsXf-Ot9x-zx3f-3aeV-9rFj-oPn1-8ENfm3 TASK [Verify that nothing changes when disks don't change] ********************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:69 Saturday 12 October 2024 20:55:22 -0400 (0:00:00.432) 0:00:52.601 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 20:55:22 -0400 (0:00:00.109) 0:00:52.710 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 20:55:22 -0400 (0:00:00.084) 0:00:52.795 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 20:55:22 -0400 (0:00:00.121) 0:00:52.917 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 20:55:23 -0400 (0:00:00.343) 0:00:53.261 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 20:55:23 -0400 (0:00:00.072) 0:00:53.333 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 20:55:23 -0400 (0:00:00.083) 0:00:53.417 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 20:55:23 -0400 (0:00:00.123) 0:00:53.541 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 20:55:23 -0400 (0:00:00.254) 0:00:53.795 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 20:55:23 -0400 (0:00:00.316) 0:00:54.111 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 20:55:24 -0400 (0:00:00.093) 0:00:54.204 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 20:55:24 -0400 (0:00:00.075) 0:00:54.280 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 20:55:24 -0400 (0:00:00.065) 0:00:54.346 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 20:55:24 -0400 (0:00:00.065) 0:00:54.411 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 20:55:24 -0400 (0:00:00.073) 0:00:54.485 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 20:55:24 -0400 (0:00:00.111) 0:00:54.596 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 20:55:24 -0400 (0:00:00.111) 0:00:54.708 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 20:55:24 -0400 (0:00:00.168) 0:00:54.877 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 20:55:24 -0400 (0:00:00.053) 0:00:54.931 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 20:55:28 -0400 (0:00:03.724) 0:00:58.655 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 20:55:28 -0400 (0:00:00.089) 0:00:58.744 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 20:55:29 -0400 (0:00:00.411) 0:00:59.156 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 20:55:29 -0400 (0:00:00.234) 0:00:59.391 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 20:55:29 -0400 (0:00:00.086) 0:00:59.478 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 20:55:29 -0400 (0:00:00.119) 0:00:59.598 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 20:55:29 -0400 (0:00:00.135) 0:00:59.733 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 20:55:29 -0400 (0:00:00.155) 0:00:59.889 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 20:55:29 -0400 (0:00:00.099) 0:00:59.989 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 20:55:29 -0400 (0:00:00.116) 0:01:00.105 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 20:55:30 -0400 (0:00:00.093) 0:01:00.199 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 20:55:30 -0400 (0:00:00.088) 0:01:00.287 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 20:55:30 -0400 (0:00:00.120) 0:01:00.407 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780328.7437406, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1728780325.1727028, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 465567941, "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": 1728780325.1739945, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4255684295", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 20:55:30 -0400 (0:00:00.484) 0:01:00.892 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 20:55:30 -0400 (0:00:00.062) 0:01:00.954 ****** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:77 Saturday 12 October 2024 20:55:31 -0400 (0:00:01.111) 0:01:02.065 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 October 2024 20:55:32 -0400 (0:00:00.337) 0:01:02.403 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 October 2024 20:55:32 -0400 (0:00:00.094) 0:01:02.497 ****** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 October 2024 20:55:32 -0400 (0:00:00.094) 0:01:02.592 ****** 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": "4MrMse-yUsu-Pj5d-6Cwq-e9Mx-6tBL-UfzgBp" }, "/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": "UW0iAp-sj6r-VkbH-cFaD-YA1D-ycO9-uAClWU" }, "/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": "5dJPr8-Wl6b-FX1S-KflC-vbnc-hyEe-Z8KUmC" }, "/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": "hWKwZZ-REkJ-ZZ5Z-XAVK-f8d9-d2IA-fuRxzC" }, "/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": "nmhcpL-QXMp-E5IF-FtV9-avnZ-ltm4-H5H1gU" }, "/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": "p3GnG8-FIa1-BdjM-IB20-nzta-jjk8-g5PlTT" }, "/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": "udVwSd-bSG8-Vw1i-7pyc-S3TA-Gsg3-WHpNxV" }, "/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": "Qewx4W-ltnv-xlJG-DePq-TiJm-KbPR-hIjCkk" }, "/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": "dtOjQe-coH2-rH62-TFBN-1LFJ-MzEW-LLPh47" }, "/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": "5101df7d-7d04-471c-8b87-a8afd44579eb" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 October 2024 20:55:33 -0400 (0:00:00.539) 0:01:03.131 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003138", "end": "2024-10-12 20:55:33.421743", "rc": 0, "start": "2024-10-12 20:55:33.418605" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Oct 1 17:02:11 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=5101df7d-7d04-471c-8b87-a8afd44579eb / 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 October 2024 20:55:33 -0400 (0:00:00.546) 0:01:03.677 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003080", "end": "2024-10-12 20:55:33.999876", "failed_when_result": false, "rc": 0, "start": "2024-10-12 20:55:33.996796" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 October 2024 20:55:34 -0400 (0:00:00.538) 0:01:04.216 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 12 October 2024 20:55:34 -0400 (0:00:00.292) 0:01:04.508 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 12 October 2024 20:55:34 -0400 (0:00:00.151) 0:01:04.660 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030329", "end": "2024-10-12 20:55:34.986466", "rc": 0, "start": "2024-10-12 20:55:34.956137" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 12 October 2024 20:55:35 -0400 (0:00:00.573) 0:01:05.233 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 12 October 2024 20:55:35 -0400 (0:00:00.159) 0:01:05.393 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 12 October 2024 20:55:35 -0400 (0:00:00.249) 0:01:05.642 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 12 October 2024 20:55:35 -0400 (0:00:00.241) 0:01:05.884 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 12 October 2024 20:55:40 -0400 (0:00:04.343) 0:01:10.227 ****** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 12 October 2024 20:55:40 -0400 (0:00:00.152) 0:01:10.380 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 12 October 2024 20:55:40 -0400 (0:00:00.225) 0:01:10.605 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 12 October 2024 20:55:40 -0400 (0:00:00.229) 0:01:10.835 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 12 October 2024 20:55:40 -0400 (0:00:00.200) 0:01:11.036 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 12 October 2024 20:55:41 -0400 (0:00:00.260) 0:01:11.296 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 12 October 2024 20:55:41 -0400 (0:00:00.129) 0:01:11.425 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 12 October 2024 20:55:42 -0400 (0:00:00.739) 0:01:12.164 ****** 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.8.118 originally 10.31.8.118 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.8.118 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.8.118 originally 10.31.8.118 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/b4f9babf5f' 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.8.118 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 12 October 2024 20:55:42 -0400 (0:00:00.533) 0:01:12.698 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 12 October 2024 20:55:43 -0400 (0:00:00.723) 0:01:13.421 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 12 October 2024 20:55:43 -0400 (0:00:00.166) 0:01:13.588 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 12 October 2024 20:55:43 -0400 (0:00:00.109) 0:01:13.698 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 12 October 2024 20:55:43 -0400 (0:00:00.118) 0:01:13.816 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 12 October 2024 20:55:43 -0400 (0:00:00.280) 0:01:14.097 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 12 October 2024 20:55:44 -0400 (0:00:00.161) 0:01:14.259 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 12 October 2024 20:55:44 -0400 (0:00:00.184) 0:01:14.444 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 12 October 2024 20:55:44 -0400 (0:00:00.173) 0:01:14.617 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 12 October 2024 20:55:44 -0400 (0:00:00.096) 0:01:14.714 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 12 October 2024 20:55:44 -0400 (0:00:00.093) 0:01:14.807 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 12 October 2024 20:55:44 -0400 (0:00:00.063) 0:01:14.871 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 12 October 2024 20:55:44 -0400 (0:00:00.065) 0:01:14.936 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 12 October 2024 20:55:44 -0400 (0:00:00.077) 0:01:15.014 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 12 October 2024 20:55:45 -0400 (0:00:00.170) 0:01:15.184 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 12 October 2024 20:55:45 -0400 (0:00:00.052) 0:01:15.237 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 12 October 2024 20:55:45 -0400 (0:00:00.189) 0:01:15.426 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 12 October 2024 20:55:45 -0400 (0:00:00.047) 0:01:15.474 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 12 October 2024 20:55:45 -0400 (0:00:00.222) 0:01:15.696 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 12 October 2024 20:55:45 -0400 (0:00:00.086) 0:01:15.783 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 12 October 2024 20:55:46 -0400 (0:00:00.359) 0:01:16.143 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sda1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdb1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdc1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdd1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sde1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdf1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdg1) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdh1) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:46 -0400 (0:00:00.644) 0:01:16.787 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:46 -0400 (0:00:00.156) 0:01:16.944 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:46 -0400 (0:00:00.150) 0:01:17.095 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:47 -0400 (0:00:00.103) 0:01:17.199 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:47 -0400 (0:00:00.093) 0:01:17.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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:47 -0400 (0:00:00.083) 0:01:17.376 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:47 -0400 (0:00:00.127) 0:01:17.503 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:47 -0400 (0:00:00.263) 0:01:17.767 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:47 -0400 (0:00:00.244) 0:01:18.011 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:48 -0400 (0:00:00.177) 0:01:18.189 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:48 -0400 (0:00:00.111) 0:01:18.300 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:48 -0400 (0:00:00.148) 0:01:18.449 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:48 -0400 (0:00:00.116) 0:01:18.566 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:48 -0400 (0:00:00.153) 0:01:18.719 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:48 -0400 (0:00:00.193) 0:01:18.912 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:48 -0400 (0:00:00.145) 0:01:19.058 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:49 -0400 (0:00:00.140) 0:01:19.199 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:49 -0400 (0:00:00.121) 0:01:19.321 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:49 -0400 (0:00:00.087) 0:01:19.408 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:49 -0400 (0:00:00.086) 0:01:19.495 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:49 -0400 (0:00:00.085) 0:01:19.581 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:49 -0400 (0:00:00.112) 0:01:19.693 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:49 -0400 (0:00:00.151) 0:01:19.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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:49 -0400 (0:00:00.230) 0:01:20.075 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:50 -0400 (0:00:00.295) 0:01:20.371 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:50 -0400 (0:00:00.090) 0:01:20.462 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:50 -0400 (0:00:00.087) 0:01:20.549 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:50 -0400 (0:00:00.128) 0:01:20.678 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:50 -0400 (0:00:00.162) 0:01:20.840 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:50 -0400 (0:00:00.180) 0:01:21.021 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:51 -0400 (0:00:00.143) 0:01:21.164 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:51 -0400 (0:00:00.189) 0:01:21.354 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:51 -0400 (0:00:00.176) 0:01:21.530 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:51 -0400 (0:00:00.116) 0:01:21.647 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:51 -0400 (0:00:00.104) 0:01:21.751 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:51 -0400 (0:00:00.081) 0:01:21.833 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:51 -0400 (0:00:00.069) 0:01:21.902 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:51 -0400 (0:00:00.108) 0:01:22.010 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:52 -0400 (0:00:00.183) 0:01:22.194 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:52 -0400 (0:00:00.160) 0:01:22.354 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:52 -0400 (0:00:00.147) 0:01:22.502 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:52 -0400 (0:00:00.092) 0:01:22.594 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:52 -0400 (0:00:00.067) 0:01:22.661 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:52 -0400 (0:00:00.084) 0:01:22.746 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:52 -0400 (0:00:00.104) 0:01:22.850 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:52 -0400 (0:00:00.097) 0:01:22.948 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:52 -0400 (0:00:00.099) 0:01:23.047 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:53 -0400 (0:00:00.083) 0:01:23.131 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:55:53 -0400 (0:00:00.106) 0:01:23.237 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:55:53 -0400 (0:00:00.123) 0:01:23.361 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:55:53 -0400 (0:00:00.101) 0:01:23.462 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:55:53 -0400 (0:00:00.082) 0:01:23.545 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:55:53 -0400 (0:00:00.083) 0:01:23.628 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:55:53 -0400 (0:00:00.171) 0:01:23.800 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 12 October 2024 20:55:53 -0400 (0:00:00.110) 0:01:23.910 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 12 October 2024 20:55:53 -0400 (0:00:00.145) 0:01:24.055 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 12 October 2024 20:55:54 -0400 (0:00:00.219) 0:01:24.275 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 12 October 2024 20:55:54 -0400 (0:00:00.038) 0:01:24.313 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 12 October 2024 20:55:54 -0400 (0:00:00.107) 0:01:24.420 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 12 October 2024 20:55:54 -0400 (0:00:00.089) 0:01:24.510 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 12 October 2024 20:55:54 -0400 (0:00:00.084) 0:01:24.595 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 12 October 2024 20:55:54 -0400 (0:00:00.080) 0:01:24.676 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 12 October 2024 20:55:54 -0400 (0:00:00.070) 0:01:24.747 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 12 October 2024 20:55:54 -0400 (0:00:00.093) 0:01:24.840 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 12 October 2024 20:55:54 -0400 (0:00:00.082) 0:01:24.923 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 12 October 2024 20:55:54 -0400 (0:00:00.119) 0:01:25.043 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 October 2024 20:55:55 -0400 (0:00:00.068) 0:01:25.111 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 October 2024 20:55:55 -0400 (0:00:00.041) 0:01:25.153 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:80 Saturday 12 October 2024 20:55:55 -0400 (0:00:00.073) 0:01:25.227 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.029994", "end": "2024-10-12 20:55:55.476550", "rc": 0, "start": "2024-10-12 20:55:55.446556" } STDOUT: 3ZIsXf-Ot9x-zx3f-3aeV-9rFj-oPn1-8ENfm3 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:85 Saturday 12 October 2024 20:55:55 -0400 (0:00:00.434) 0:01:25.662 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:89 Saturday 12 October 2024 20:55:55 -0400 (0:00:00.080) 0:01:25.743 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 20:55:55 -0400 (0:00:00.114) 0:01:25.857 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 20:55:55 -0400 (0:00:00.096) 0:01:25.954 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 20:55:55 -0400 (0:00:00.114) 0:01:26.069 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 20:55:56 -0400 (0:00:00.261) 0:01:26.330 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 20:55:56 -0400 (0:00:00.088) 0:01:26.419 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 20:55:56 -0400 (0:00:00.075) 0:01:26.495 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 20:55:56 -0400 (0:00:00.070) 0:01:26.565 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 20:55:56 -0400 (0:00:00.201) 0:01:26.766 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 20:55:56 -0400 (0:00:00.164) 0:01:26.930 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 20:55:56 -0400 (0:00:00.080) 0:01:27.011 ****** ok: [managed-node1] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 20:55:56 -0400 (0:00:00.074) 0:01:27.086 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 20:55:57 -0400 (0:00:00.072) 0:01:27.158 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 20:55:57 -0400 (0:00:00.072) 0:01:27.231 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 20:55:57 -0400 (0:00:00.078) 0:01:27.310 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 20:55:57 -0400 (0:00:00.068) 0:01:27.378 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 20:55:57 -0400 (0:00:00.069) 0:01:27.448 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 20:55:57 -0400 (0:00:00.098) 0:01:27.546 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 20:55:57 -0400 (0:00:00.029) 0:01:27.575 ****** 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": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 20:56:04 -0400 (0:00:06.737) 0:01:34.313 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 20:56:04 -0400 (0:00:00.198) 0:01:34.512 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 20:56:05 -0400 (0:00:00.662) 0:01:35.174 ****** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 20:56:05 -0400 (0:00:00.476) 0:01:35.651 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 20:56:05 -0400 (0:00:00.054) 0:01:35.705 ****** 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": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 20:56:05 -0400 (0:00:00.124) 0:01:35.830 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 20:56:05 -0400 (0:00:00.149) 0:01:35.980 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 20:56:06 -0400 (0:00:00.224) 0:01:36.204 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 20:56:06 -0400 (0:00:00.117) 0:01:36.321 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 20:56:06 -0400 (0:00:00.140) 0:01:36.462 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 20:56:06 -0400 (0:00:00.084) 0:01:36.546 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 20:56:06 -0400 (0:00:00.117) 0:01:36.663 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 20:56:06 -0400 (0:00:00.177) 0:01:36.841 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780328.7437406, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1728780325.1727028, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 465567941, "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": 1728780325.1739945, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4255684295", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 20:56:07 -0400 (0:00:00.556) 0:01:37.397 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 20:56:07 -0400 (0:00:00.057) 0:01:37.454 ****** ok: [managed-node1] TASK [Get the partition table type on disk removed from the VG] **************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:97 Saturday 12 October 2024 20:56:08 -0400 (0:00:01.205) 0:01:38.660 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "blkid", "-p", "-ovalue", "-s", "PTTYPE", "/dev/sdb" ], "delta": "0:00:00.006005", "end": "2024-10-12 20:56:09.193392", "failed_when_result": false, "rc": 2, "start": "2024-10-12 20:56:09.187387" } MSG: non-zero return code TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:103 Saturday 12 October 2024 20:56:09 -0400 (0:00:00.935) 0:01:39.595 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:107 Saturday 12 October 2024 20:56:09 -0400 (0:00:00.197) 0:01:39.793 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 October 2024 20:56:09 -0400 (0:00:00.214) 0:01:40.008 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 October 2024 20:56:10 -0400 (0:00:00.153) 0:01:40.161 ****** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 October 2024 20:56:10 -0400 (0:00:00.180) 0:01:40.342 ****** 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": "4MrMse-yUsu-Pj5d-6Cwq-e9Mx-6tBL-UfzgBp" }, "/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": "5101df7d-7d04-471c-8b87-a8afd44579eb" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 October 2024 20:56:10 -0400 (0:00:00.554) 0:01:40.897 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003165", "end": "2024-10-12 20:56:11.189774", "rc": 0, "start": "2024-10-12 20:56:11.186609" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Oct 1 17:02:11 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=5101df7d-7d04-471c-8b87-a8afd44579eb / 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 October 2024 20:56:11 -0400 (0:00:00.520) 0:01:41.417 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003183", "end": "2024-10-12 20:56:11.768270", "failed_when_result": false, "rc": 0, "start": "2024-10-12 20:56:11.765087" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 October 2024 20:56:11 -0400 (0:00:00.566) 0:01:41.984 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 12 October 2024 20:56:12 -0400 (0:00:00.204) 0:01:42.189 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 12 October 2024 20:56:12 -0400 (0:00:00.113) 0:01:42.303 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.026041", "end": "2024-10-12 20:56:12.606499", "rc": 0, "start": "2024-10-12 20:56:12.580458" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 12 October 2024 20:56:12 -0400 (0:00:00.532) 0:01:42.835 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 12 October 2024 20:56:12 -0400 (0:00:00.187) 0:01:43.022 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 12 October 2024 20:56:13 -0400 (0:00:00.394) 0:01:43.417 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 12 October 2024 20:56:13 -0400 (0:00:00.153) 0:01:43.570 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 12 October 2024 20:56:13 -0400 (0:00:00.535) 0:01:44.106 ****** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 12 October 2024 20:56:14 -0400 (0:00:00.248) 0:01:44.354 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 12 October 2024 20:56:14 -0400 (0:00:00.184) 0:01:44.538 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 12 October 2024 20:56:14 -0400 (0:00:00.139) 0:01:44.678 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 12 October 2024 20:56:14 -0400 (0:00:00.110) 0:01:44.788 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 12 October 2024 20:56:14 -0400 (0:00:00.152) 0:01:44.941 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 12 October 2024 20:56:14 -0400 (0:00:00.108) 0:01:45.049 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 12 October 2024 20:56:15 -0400 (0:00:00.136) 0:01:45.185 ****** 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.8.118 originally 10.31.8.118 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.8.118 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.8.118 originally 10.31.8.118 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/b4f9babf5f' 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.8.118 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 12 October 2024 20:56:15 -0400 (0:00:00.648) 0:01:45.834 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 12 October 2024 20:56:15 -0400 (0:00:00.171) 0:01:46.006 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 12 October 2024 20:56:16 -0400 (0:00:00.157) 0:01:46.163 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 12 October 2024 20:56:16 -0400 (0:00:00.074) 0:01:46.238 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 12 October 2024 20:56:16 -0400 (0:00:00.258) 0:01:46.497 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 12 October 2024 20:56:16 -0400 (0:00:00.200) 0:01:46.698 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 12 October 2024 20:56:16 -0400 (0:00:00.176) 0:01:46.875 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 12 October 2024 20:56:16 -0400 (0:00:00.191) 0:01:47.066 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 12 October 2024 20:56:17 -0400 (0:00:00.209) 0:01:47.276 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 12 October 2024 20:56:17 -0400 (0:00:00.133) 0:01:47.410 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 12 October 2024 20:56:17 -0400 (0:00:00.159) 0:01:47.569 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 12 October 2024 20:56:17 -0400 (0:00:00.119) 0:01:47.688 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 12 October 2024 20:56:17 -0400 (0:00:00.114) 0:01:47.803 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 12 October 2024 20:56:17 -0400 (0:00:00.108) 0:01:47.912 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 12 October 2024 20:56:17 -0400 (0:00:00.122) 0:01:48.034 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 12 October 2024 20:56:17 -0400 (0:00:00.034) 0:01:48.068 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 12 October 2024 20:56:18 -0400 (0:00:00.170) 0:01:48.238 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 12 October 2024 20:56:18 -0400 (0:00:00.035) 0:01:48.274 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 12 October 2024 20:56:18 -0400 (0:00:00.198) 0:01:48.472 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 12 October 2024 20:56:18 -0400 (0:00:00.147) 0:01:48.620 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 12 October 2024 20:56:18 -0400 (0:00:00.102) 0:01:48.722 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:56:18 -0400 (0:00:00.108) 0:01:48.831 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:56:18 -0400 (0:00:00.087) 0:01:48.919 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:56:18 -0400 (0:00:00.086) 0:01:49.006 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:56:18 -0400 (0:00:00.079) 0:01:49.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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:56:19 -0400 (0:00:00.082) 0:01:49.168 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:56:19 -0400 (0:00:00.083) 0:01:49.251 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 12 October 2024 20:56:19 -0400 (0:00:00.068) 0:01:49.320 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 12 October 2024 20:56:19 -0400 (0:00:00.068) 0:01:49.388 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 12 October 2024 20:56:19 -0400 (0:00:00.100) 0:01:49.488 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 12 October 2024 20:56:19 -0400 (0:00:00.087) 0:01:49.575 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 12 October 2024 20:56:19 -0400 (0:00:00.106) 0:01:49.682 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 12 October 2024 20:56:19 -0400 (0:00:00.063) 0:01:49.746 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 12 October 2024 20:56:19 -0400 (0:00:00.064) 0:01:49.810 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 12 October 2024 20:56:19 -0400 (0:00:00.073) 0:01:49.883 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 12 October 2024 20:56:19 -0400 (0:00:00.105) 0:01:49.989 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 12 October 2024 20:56:20 -0400 (0:00:00.123) 0:01:50.112 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 12 October 2024 20:56:20 -0400 (0:00:00.163) 0:01:50.275 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 12 October 2024 20:56:20 -0400 (0:00:00.134) 0:01:50.410 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 October 2024 20:56:20 -0400 (0:00:00.060) 0:01:50.470 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 October 2024 20:56:20 -0400 (0:00:00.055) 0:01:50.526 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:110 Saturday 12 October 2024 20:56:20 -0400 (0:00:00.113) 0:01:50.640 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.038057", "end": "2024-10-12 20:56:20.901601", "rc": 0, "start": "2024-10-12 20:56:20.863544" } STDOUT: 3ZIsXf-Ot9x-zx3f-3aeV-9rFj-oPn1-8ENfm3 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:115 Saturday 12 October 2024 20:56:20 -0400 (0:00:00.450) 0:01:51.090 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Add the second disk back to the 'foo' volume group] ********************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:119 Saturday 12 October 2024 20:56:21 -0400 (0:00:00.073) 0:01:51.164 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 20:56:21 -0400 (0:00:00.263) 0:01:51.428 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 20:56:21 -0400 (0:00:00.089) 0:01:51.517 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 20:56:21 -0400 (0:00:00.087) 0:01:51.605 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 20:56:21 -0400 (0:00:00.201) 0:01:51.806 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 20:56:21 -0400 (0:00:00.064) 0:01:51.871 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 20:56:21 -0400 (0:00:00.062) 0:01:51.934 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 20:56:21 -0400 (0:00:00.066) 0:01:52.001 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 20:56:21 -0400 (0:00:00.065) 0:01:52.066 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 20:56:22 -0400 (0:00:00.101) 0:01:52.168 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 20:56:22 -0400 (0:00:00.065) 0:01:52.233 ****** ok: [managed-node1] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 20:56:22 -0400 (0:00:00.067) 0:01:52.301 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 20:56:22 -0400 (0:00:00.065) 0:01:52.366 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 20:56:22 -0400 (0:00:00.157) 0:01:52.524 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 20:56:22 -0400 (0:00:00.068) 0:01:52.593 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 20:56:22 -0400 (0:00:00.066) 0:01:52.659 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 20:56:22 -0400 (0:00:00.083) 0:01:52.742 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 20:56:22 -0400 (0:00:00.098) 0:01:52.841 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 20:56:22 -0400 (0:00:00.030) 0:01:52.872 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 20:56:25 -0400 (0:00:02.407) 0:01:55.280 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 20:56:25 -0400 (0:00:00.136) 0:01:55.416 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 20:56:25 -0400 (0:00:00.454) 0:01:55.871 ****** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 20:56:26 -0400 (0:00:00.459) 0:01:56.331 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 20:56:26 -0400 (0:00:00.053) 0:01:56.384 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 20:56:26 -0400 (0:00:00.112) 0:01:56.497 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 20:56:26 -0400 (0:00:00.104) 0:01:56.601 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 20:56:26 -0400 (0:00:00.078) 0:01:56.679 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 20:56:26 -0400 (0:00:00.053) 0:01:56.733 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 20:56:26 -0400 (0:00:00.228) 0:01:56.961 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 20:56:26 -0400 (0:00:00.058) 0:01:57.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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 20:56:26 -0400 (0:00:00.053) 0:01:57.073 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 20:56:27 -0400 (0:00:00.063) 0:01:57.137 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780328.7437406, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1728780325.1727028, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 465567941, "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": 1728780325.1739945, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4255684295", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 20:56:27 -0400 (0:00:00.425) 0:01:57.562 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 20:56:27 -0400 (0:00:00.048) 0:01:57.611 ****** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:127 Saturday 12 October 2024 20:56:28 -0400 (0:00:00.981) 0:01:58.592 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 October 2024 20:56:28 -0400 (0:00:00.102) 0:01:58.694 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 October 2024 20:56:28 -0400 (0:00:00.090) 0:01:58.785 ****** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 October 2024 20:56:28 -0400 (0:00:00.106) 0:01:58.891 ****** 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": "4MrMse-yUsu-Pj5d-6Cwq-e9Mx-6tBL-UfzgBp" }, "/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": "v7GUVO-Q4YA-a8kk-pTuk-WTOh-loIV-IJa4y6" }, "/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": "5101df7d-7d04-471c-8b87-a8afd44579eb" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 October 2024 20:56:29 -0400 (0:00:00.482) 0:01:59.374 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003093", "end": "2024-10-12 20:56:29.662283", "rc": 0, "start": "2024-10-12 20:56:29.659190" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Oct 1 17:02:11 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=5101df7d-7d04-471c-8b87-a8afd44579eb / 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 October 2024 20:56:29 -0400 (0:00:00.468) 0:01:59.843 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003115", "end": "2024-10-12 20:56:30.092219", "failed_when_result": false, "rc": 0, "start": "2024-10-12 20:56:30.089104" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 October 2024 20:56:30 -0400 (0:00:00.474) 0:02:00.317 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 12 October 2024 20:56:30 -0400 (0:00:00.326) 0:02:00.643 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 12 October 2024 20:56:30 -0400 (0:00:00.100) 0:02:00.744 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.024285", "end": "2024-10-12 20:56:31.054504", "rc": 0, "start": "2024-10-12 20:56:31.030219" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 12 October 2024 20:56:31 -0400 (0:00:00.525) 0:02:01.269 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 12 October 2024 20:56:31 -0400 (0:00:00.123) 0:02:01.393 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 12 October 2024 20:56:31 -0400 (0:00:00.238) 0:02:01.631 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 12 October 2024 20:56:31 -0400 (0:00:00.110) 0:02:01.742 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 12 October 2024 20:56:32 -0400 (0:00:00.876) 0:02:02.619 ****** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 12 October 2024 20:56:32 -0400 (0:00:00.209) 0:02:02.829 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 12 October 2024 20:56:32 -0400 (0:00:00.187) 0:02:03.017 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 12 October 2024 20:56:33 -0400 (0:00:00.195) 0:02:03.213 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 12 October 2024 20:56:33 -0400 (0:00:00.131) 0:02:03.344 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 12 October 2024 20:56:33 -0400 (0:00:00.183) 0:02:03.528 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 12 October 2024 20:56:33 -0400 (0:00:00.153) 0:02:03.682 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 12 October 2024 20:56:33 -0400 (0:00:00.370) 0:02:04.053 ****** 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.8.118 originally 10.31.8.118 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.8.118 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.8.118 originally 10.31.8.118 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/b4f9babf5f' 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.8.118 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 12 October 2024 20:56:34 -0400 (0:00:00.500) 0:02:04.553 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 12 October 2024 20:56:34 -0400 (0:00:00.367) 0:02:04.921 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 12 October 2024 20:56:35 -0400 (0:00:00.343) 0:02:05.264 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 12 October 2024 20:56:35 -0400 (0:00:00.157) 0:02:05.422 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 12 October 2024 20:56:35 -0400 (0:00:00.141) 0:02:05.564 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 12 October 2024 20:56:35 -0400 (0:00:00.148) 0:02:05.712 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 12 October 2024 20:56:35 -0400 (0:00:00.143) 0:02:05.856 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 12 October 2024 20:56:35 -0400 (0:00:00.131) 0:02:05.987 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 12 October 2024 20:56:35 -0400 (0:00:00.110) 0:02:06.098 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 12 October 2024 20:56:36 -0400 (0:00:00.149) 0:02:06.247 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 12 October 2024 20:56:36 -0400 (0:00:00.176) 0:02:06.424 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 12 October 2024 20:56:36 -0400 (0:00:00.179) 0:02:06.603 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 12 October 2024 20:56:36 -0400 (0:00:00.339) 0:02:06.942 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 12 October 2024 20:56:37 -0400 (0:00:00.462) 0:02:07.405 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 12 October 2024 20:56:37 -0400 (0:00:00.327) 0:02:07.734 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 12 October 2024 20:56:37 -0400 (0:00:00.104) 0:02:07.838 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 12 October 2024 20:56:37 -0400 (0:00:00.229) 0:02:08.068 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 12 October 2024 20:56:38 -0400 (0:00:00.055) 0:02:08.123 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 12 October 2024 20:56:38 -0400 (0:00:00.180) 0:02:08.303 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 12 October 2024 20:56:38 -0400 (0:00:00.187) 0:02:08.491 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 12 October 2024 20:56:38 -0400 (0:00:00.168) 0:02:08.660 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sda1) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:56:38 -0400 (0:00:00.301) 0:02:08.962 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:56:39 -0400 (0:00:00.174) 0:02:09.136 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:56:39 -0400 (0:00:00.278) 0:02:09.414 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:56:39 -0400 (0:00:00.162) 0:02:09.576 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:56:39 -0400 (0:00:00.137) 0:02:09.714 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:56:39 -0400 (0:00:00.143) 0:02:09.857 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:56:39 -0400 (0:00:00.151) 0:02:10.008 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:56:40 -0400 (0:00:00.173) 0:02:10.182 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:56:40 -0400 (0:00:00.120) 0:02:10.303 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:56:40 -0400 (0:00:00.154) 0:02:10.457 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:56:40 -0400 (0:00:00.189) 0:02:10.647 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:56:40 -0400 (0:00:00.152) 0:02:10.799 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 12 October 2024 20:56:40 -0400 (0:00:00.146) 0:02:10.946 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 12 October 2024 20:56:40 -0400 (0:00:00.107) 0:02:11.053 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 12 October 2024 20:56:41 -0400 (0:00:00.169) 0:02:11.223 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 12 October 2024 20:56:41 -0400 (0:00:00.038) 0:02:11.261 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 12 October 2024 20:56:41 -0400 (0:00:00.225) 0:02:11.487 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 12 October 2024 20:56:41 -0400 (0:00:00.143) 0:02:11.630 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 12 October 2024 20:56:41 -0400 (0:00:00.117) 0:02:11.748 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 12 October 2024 20:56:41 -0400 (0:00:00.141) 0:02:11.889 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 12 October 2024 20:56:41 -0400 (0:00:00.180) 0:02:12.070 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 12 October 2024 20:56:42 -0400 (0:00:00.205) 0:02:12.276 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 12 October 2024 20:56:42 -0400 (0:00:00.155) 0:02:12.431 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 12 October 2024 20:56:42 -0400 (0:00:00.114) 0:02:12.545 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 October 2024 20:56:42 -0400 (0:00:00.051) 0:02:12.597 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 October 2024 20:56:42 -0400 (0:00:00.056) 0:02:12.653 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:130 Saturday 12 October 2024 20:56:42 -0400 (0:00:00.152) 0:02:12.806 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.019536", "end": "2024-10-12 20:56:43.178432", "rc": 0, "start": "2024-10-12 20:56:43.158896" } STDOUT: 3ZIsXf-Ot9x-zx3f-3aeV-9rFj-oPn1-8ENfm3 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:135 Saturday 12 October 2024 20:56:43 -0400 (0:00:00.579) 0:02:13.385 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:139 Saturday 12 October 2024 20:56:43 -0400 (0:00:00.126) 0:02:13.512 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 20:56:43 -0400 (0:00:00.424) 0:02:13.937 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 20:56:44 -0400 (0:00:00.225) 0:02:14.162 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 20:56:44 -0400 (0:00:00.156) 0:02:14.319 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 20:56:44 -0400 (0:00:00.325) 0:02:14.644 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 20:56:44 -0400 (0:00:00.110) 0:02:14.755 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 20:56:44 -0400 (0:00:00.137) 0:02:14.892 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 20:56:44 -0400 (0:00:00.118) 0:02:15.011 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 20:56:45 -0400 (0:00:00.116) 0:02:15.128 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 20:56:45 -0400 (0:00:00.179) 0:02:15.308 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 20:56:45 -0400 (0:00:00.120) 0:02:15.428 ****** ok: [managed-node1] => { "storage_pools": [ { "disks": [ "sdb", "sdc" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 20:56:45 -0400 (0:00:00.122) 0:02:15.550 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 20:56:45 -0400 (0:00:00.079) 0:02:15.630 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 20:56:45 -0400 (0:00:00.175) 0:02:15.806 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 20:56:45 -0400 (0:00:00.067) 0:02:15.873 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 20:56:45 -0400 (0:00:00.156) 0:02:16.030 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 20:56:46 -0400 (0:00:00.176) 0:02:16.206 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 20:56:46 -0400 (0:00:00.222) 0:02:16.429 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 20:56:46 -0400 (0:00:00.040) 0:02:16.470 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 20:56:49 -0400 (0:00:03.078) 0:02:19.548 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 20:56:49 -0400 (0:00:00.140) 0:02:19.688 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 20:56:50 -0400 (0:00:00.519) 0:02:20.208 ****** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 20:56:50 -0400 (0:00:00.599) 0:02:20.808 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 20:56:50 -0400 (0:00:00.038) 0:02:20.846 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 20:56:50 -0400 (0:00:00.077) 0:02:20.924 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 20:56:50 -0400 (0:00:00.071) 0:02:20.995 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 20:56:50 -0400 (0:00:00.073) 0:02:21.068 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 20:56:51 -0400 (0:00:00.107) 0:02:21.176 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 20:56:51 -0400 (0:00:00.311) 0:02:21.487 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 20:56:51 -0400 (0:00:00.131) 0:02:21.618 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 20:56:51 -0400 (0:00:00.126) 0:02:21.747 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 20:56:51 -0400 (0:00:00.126) 0:02:21.874 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780328.7437406, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1728780325.1727028, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 465567941, "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": 1728780325.1739945, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4255684295", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 20:56:52 -0400 (0:00:00.467) 0:02:22.341 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 20:56:52 -0400 (0:00:00.052) 0:02:22.393 ****** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:148 Saturday 12 October 2024 20:56:53 -0400 (0:00:01.051) 0:02:23.445 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 October 2024 20:56:53 -0400 (0:00:00.191) 0:02:23.637 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 October 2024 20:56:53 -0400 (0:00:00.143) 0:02:23.780 ****** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 October 2024 20:56:53 -0400 (0:00:00.141) 0:02:23.921 ****** 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": "v7GUVO-Q4YA-a8kk-pTuk-WTOh-loIV-IJa4y6" }, "/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": "S6Hgsv-x3yd-hh7H-i23a-Brg5-g3fv-1t9vnB" }, "/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": "5101df7d-7d04-471c-8b87-a8afd44579eb" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 October 2024 20:56:54 -0400 (0:00:00.497) 0:02:24.419 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003173", "end": "2024-10-12 20:56:54.740792", "rc": 0, "start": "2024-10-12 20:56:54.737619" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Oct 1 17:02:11 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=5101df7d-7d04-471c-8b87-a8afd44579eb / 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 October 2024 20:56:54 -0400 (0:00:00.510) 0:02:24.929 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003124", "end": "2024-10-12 20:56:55.161675", "failed_when_result": false, "rc": 0, "start": "2024-10-12 20:56:55.158551" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 October 2024 20:56:55 -0400 (0:00:00.414) 0:02:25.344 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 12 October 2024 20:56:55 -0400 (0:00:00.230) 0:02:25.574 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 12 October 2024 20:56:55 -0400 (0:00:00.085) 0:02:25.660 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.024472", "end": "2024-10-12 20:56:55.904469", "rc": 0, "start": "2024-10-12 20:56:55.879997" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 12 October 2024 20:56:55 -0400 (0:00:00.424) 0:02:26.084 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 12 October 2024 20:56:56 -0400 (0:00:00.074) 0:02:26.158 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 12 October 2024 20:56:56 -0400 (0:00:00.128) 0:02:26.287 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 12 October 2024 20:56:56 -0400 (0:00:00.109) 0:02:26.396 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 12 October 2024 20:56:57 -0400 (0:00:00.762) 0:02:27.159 ****** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 12 October 2024 20:56:57 -0400 (0:00:00.085) 0:02:27.244 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 12 October 2024 20:56:57 -0400 (0:00:00.087) 0:02:27.331 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 12 October 2024 20:56:57 -0400 (0:00:00.103) 0:02:27.435 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 12 October 2024 20:56:57 -0400 (0:00:00.090) 0:02:27.526 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 12 October 2024 20:56:57 -0400 (0:00:00.138) 0:02:27.664 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 12 October 2024 20:56:57 -0400 (0:00:00.222) 0:02:27.887 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 12 October 2024 20:56:57 -0400 (0:00:00.105) 0:02:27.993 ****** 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.8.118 originally 10.31.8.118 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.8.118 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.8.118 originally 10.31.8.118 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/b4f9babf5f' 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.8.118 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 12 October 2024 20:56:58 -0400 (0:00:00.433) 0:02:28.426 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 12 October 2024 20:56:58 -0400 (0:00:00.129) 0:02:28.556 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 12 October 2024 20:56:58 -0400 (0:00:00.100) 0:02:28.656 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 12 October 2024 20:56:58 -0400 (0:00:00.070) 0:02:28.727 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 12 October 2024 20:56:58 -0400 (0:00:00.067) 0:02:28.794 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 12 October 2024 20:56:58 -0400 (0:00:00.068) 0:02:28.863 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 12 October 2024 20:56:58 -0400 (0:00:00.065) 0:02:28.928 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 12 October 2024 20:56:58 -0400 (0:00:00.068) 0:02:28.997 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 12 October 2024 20:56:58 -0400 (0:00:00.068) 0:02:29.065 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 12 October 2024 20:56:59 -0400 (0:00:00.067) 0:02:29.132 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 12 October 2024 20:56:59 -0400 (0:00:00.070) 0:02:29.203 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 12 October 2024 20:56:59 -0400 (0:00:00.064) 0:02:29.268 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 12 October 2024 20:56:59 -0400 (0:00:00.169) 0:02:29.437 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 12 October 2024 20:56:59 -0400 (0:00:00.086) 0:02:29.524 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 12 October 2024 20:56:59 -0400 (0:00:00.099) 0:02:29.623 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 12 October 2024 20:56:59 -0400 (0:00:00.031) 0:02:29.655 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 12 October 2024 20:56:59 -0400 (0:00:00.127) 0:02:29.782 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 12 October 2024 20:56:59 -0400 (0:00:00.051) 0:02:29.834 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 12 October 2024 20:56:59 -0400 (0:00:00.124) 0:02:29.959 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 12 October 2024 20:56:59 -0400 (0:00:00.087) 0:02:30.047 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 12 October 2024 20:57:00 -0400 (0:00:00.098) 0:02:30.145 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdb1) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:57:00 -0400 (0:00:00.158) 0:02:30.304 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:57:00 -0400 (0:00:00.156) 0:02:30.461 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:57:00 -0400 (0:00:00.210) 0:02:30.671 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:57:00 -0400 (0:00:00.136) 0:02:30.808 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:57:00 -0400 (0:00:00.126) 0:02:30.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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:57:00 -0400 (0:00:00.104) 0:02:31.039 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:57:01 -0400 (0:00:00.074) 0:02:31.114 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:57:01 -0400 (0:00:00.088) 0:02:31.202 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:57:01 -0400 (0:00:00.087) 0:02:31.290 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:57:01 -0400 (0:00:00.085) 0:02:31.375 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:57:01 -0400 (0:00:00.083) 0:02:31.458 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:57:01 -0400 (0:00:00.082) 0:02:31.541 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 12 October 2024 20:57:01 -0400 (0:00:00.093) 0:02:31.634 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 12 October 2024 20:57:01 -0400 (0:00:00.113) 0:02:31.748 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 12 October 2024 20:57:01 -0400 (0:00:00.124) 0:02:31.872 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 12 October 2024 20:57:01 -0400 (0:00:00.029) 0:02:31.902 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 12 October 2024 20:57:02 -0400 (0:00:00.225) 0:02:32.127 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 12 October 2024 20:57:02 -0400 (0:00:00.104) 0:02:32.232 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 12 October 2024 20:57:02 -0400 (0:00:00.079) 0:02:32.311 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 12 October 2024 20:57:02 -0400 (0:00:00.076) 0:02:32.388 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 12 October 2024 20:57:02 -0400 (0:00:00.065) 0:02:32.454 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 12 October 2024 20:57:02 -0400 (0:00:00.067) 0:02:32.522 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 12 October 2024 20:57:02 -0400 (0:00:00.067) 0:02:32.590 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 12 October 2024 20:57:02 -0400 (0:00:00.089) 0:02:32.679 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 October 2024 20:57:02 -0400 (0:00:00.031) 0:02:32.710 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 October 2024 20:57:02 -0400 (0:00:00.030) 0:02:32.741 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:151 Saturday 12 October 2024 20:57:02 -0400 (0:00:00.067) 0:02:32.808 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028166", "end": "2024-10-12 20:57:03.062393", "rc": 0, "start": "2024-10-12 20:57:03.034227" } STDOUT: 3ZIsXf-Ot9x-zx3f-3aeV-9rFj-oPn1-8ENfm3 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:156 Saturday 12 October 2024 20:57:03 -0400 (0:00:00.441) 0:02:33.250 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Create volume group 'foo' with 3 encrypted PVs] ************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:160 Saturday 12 October 2024 20:57:03 -0400 (0:00:00.146) 0:02:33.396 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 20:57:03 -0400 (0:00:00.403) 0:02:33.800 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 20:57:03 -0400 (0:00:00.092) 0:02:33.893 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 20:57:03 -0400 (0:00:00.087) 0:02:33.981 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 20:57:04 -0400 (0:00:00.270) 0:02:34.251 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 20:57:04 -0400 (0:00:00.130) 0:02:34.381 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 20:57:04 -0400 (0:00:00.122) 0:02:34.504 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 20:57:04 -0400 (0:00:00.118) 0:02:34.622 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 20:57:04 -0400 (0:00:00.124) 0:02:34.747 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 20:57:04 -0400 (0:00:00.220) 0:02:34.968 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 20:57:04 -0400 (0:00:00.117) 0:02:35.086 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 20:57:05 -0400 (0:00:00.132) 0:02:35.218 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 20:57:05 -0400 (0:00:00.309) 0:02:35.528 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 20:57:05 -0400 (0:00:00.143) 0:02:35.671 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 20:57:05 -0400 (0:00:00.149) 0:02:35.822 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 20:57:05 -0400 (0:00:00.110) 0:02:35.932 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 20:57:05 -0400 (0:00:00.085) 0:02:36.018 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 20:57:06 -0400 (0:00:00.161) 0:02:36.179 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 20:57:06 -0400 (0:00:00.063) 0:02:36.242 ****** 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-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "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-6457220a-2134-46d3-9ef1-0bc2160c7eac", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-6457220a-2134-46d3-9ef1-0bc2160c7eac", "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-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "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-df060a5a-8112-4611-b74f-ed13fcb2f875", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-df060a5a-8112-4611-b74f-ed13fcb2f875", "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-2ef360cc-aa25-41b5-afb8-051d1f601f15", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-2ef360cc-aa25-41b5-afb8-051d1f601f15", "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-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "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-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "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-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "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-94d52e57-34f4-47e2-9e00-f1a87e94442c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-6457220a-2134-46d3-9ef1-0bc2160c7eac", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-df060a5a-8112-4611-b74f-ed13fcb2f875", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-2ef360cc-aa25-41b5-afb8-051d1f601f15", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 20:58:15 -0400 (0:01:09.199) 0:03:45.442 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 20:58:15 -0400 (0:00:00.098) 0:03:45.540 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 20:58:15 -0400 (0:00:00.434) 0:03:45.974 ****** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 20:58:16 -0400 (0:00:00.419) 0:03:46.393 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 20:58:16 -0400 (0:00:00.030) 0:03:46.424 ****** 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-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "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-6457220a-2134-46d3-9ef1-0bc2160c7eac", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-6457220a-2134-46d3-9ef1-0bc2160c7eac", "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-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "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-df060a5a-8112-4611-b74f-ed13fcb2f875", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-df060a5a-8112-4611-b74f-ed13fcb2f875", "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-2ef360cc-aa25-41b5-afb8-051d1f601f15", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-2ef360cc-aa25-41b5-afb8-051d1f601f15", "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-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "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-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "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-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "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-94d52e57-34f4-47e2-9e00-f1a87e94442c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-6457220a-2134-46d3-9ef1-0bc2160c7eac", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-df060a5a-8112-4611-b74f-ed13fcb2f875", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-2ef360cc-aa25-41b5-afb8-051d1f601f15", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 20:58:16 -0400 (0:00:00.080) 0:03:46.505 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 20:58:16 -0400 (0:00:00.108) 0:03:46.613 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 20:58:16 -0400 (0:00:00.085) 0:03:46.699 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 20:58:16 -0400 (0:00:00.054) 0:03:46.753 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 20:58:16 -0400 (0:00:00.194) 0:03:46.948 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 20:58:16 -0400 (0:00:00.065) 0:03:47.013 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 20:58:16 -0400 (0:00:00.063) 0:03:47.077 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 20:58:17 -0400 (0:00:00.083) 0:03:47.160 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780328.7437406, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1728780325.1727028, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 465567941, "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": 1728780325.1739945, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4255684295", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 20:58:17 -0400 (0:00:00.446) 0:03:47.606 ****** changed: [managed-node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-953f49d5-505a-45cf-9c1b-a9f0b85d434e', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-6457220a-2134-46d3-9ef1-0bc2160c7eac', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-6457220a-2134-46d3-9ef1-0bc2160c7eac", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-df060a5a-8112-4611-b74f-ed13fcb2f875', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-df060a5a-8112-4611-b74f-ed13fcb2f875", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-2ef360cc-aa25-41b5-afb8-051d1f601f15', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-2ef360cc-aa25-41b5-afb8-051d1f601f15", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-9c8c6ed3-6e93-45e0-9210-ae2861d757fb', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-60b9c34a-9798-4b08-b39a-e9b5bee40e86', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-c50bd6bb-b273-4779-9055-5e9ccd8a4cec', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sda1', 'name': 'luks-94d52e57-34f4-47e2-9e00-f1a87e94442c', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 20:58:21 -0400 (0:00:03.979) 0:03:51.586 ****** ok: [managed-node1] TASK [Save UUID of the created volume group] *********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:171 Saturday 12 October 2024 20:58:22 -0400 (0:00:01.125) 0:03:52.711 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.035034", "end": "2024-10-12 20:58:23.030608", "rc": 0, "start": "2024-10-12 20:58:22.995574" } STDOUT: srBRKg-Brkk-UYLb-PbS2-DFYI-EP5n-yM3nbd TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:176 Saturday 12 October 2024 20:58:23 -0400 (0:00:00.506) 0:03:53.218 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 20:58:23 -0400 (0:00:00.390) 0:03:53.609 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 20:58:23 -0400 (0:00:00.238) 0:03:53.847 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 20:58:24 -0400 (0:00:00.401) 0:03:54.248 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 20:58:24 -0400 (0:00:00.422) 0:03:54.671 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 20:58:24 -0400 (0:00:00.146) 0:03:54.818 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 20:58:24 -0400 (0:00:00.121) 0:03:54.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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 20:58:24 -0400 (0:00:00.124) 0:03:55.065 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 20:58:25 -0400 (0:00:00.151) 0:03:55.216 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 20:58:25 -0400 (0:00:00.269) 0:03:55.486 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 20:58:25 -0400 (0:00:00.214) 0:03:55.701 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 20:58:25 -0400 (0:00:00.160) 0:03:55.861 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 20:58:25 -0400 (0:00:00.225) 0:03:56.087 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 20:58:26 -0400 (0:00:00.147) 0:03:56.235 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 20:58:26 -0400 (0:00:00.148) 0:03:56.383 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 20:58:26 -0400 (0:00:00.278) 0:03:56.662 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 20:58:26 -0400 (0:00:00.365) 0:03:57.027 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 20:58:27 -0400 (0:00:00.261) 0:03:57.289 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 20:58:27 -0400 (0:00:00.065) 0:03:57.354 ****** changed: [managed-node1] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "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-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "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-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "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-2ef360cc-aa25-41b5-afb8-051d1f601f15", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-2ef360cc-aa25-41b5-afb8-051d1f601f15", "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-df060a5a-8112-4611-b74f-ed13fcb2f875", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-df060a5a-8112-4611-b74f-ed13fcb2f875", "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-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "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-6457220a-2134-46d3-9ef1-0bc2160c7eac", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-6457220a-2134-46d3-9ef1-0bc2160c7eac", "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-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "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-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-2ef360cc-aa25-41b5-afb8-051d1f601f15", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-df060a5a-8112-4611-b74f-ed13fcb2f875", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-6457220a-2134-46d3-9ef1-0bc2160c7eac", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "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": [ "cryptsetup", "xfsprogs", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 20:58:35 -0400 (0:00:08.395) 0:04:05.750 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 20:58:35 -0400 (0:00:00.160) 0:04:05.910 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 20:58:36 -0400 (0:00:00.592) 0:04:06.503 ****** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 20:58:36 -0400 (0:00:00.447) 0:04:06.951 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 20:58:36 -0400 (0:00:00.034) 0:04:06.985 ****** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "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-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "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-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "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-2ef360cc-aa25-41b5-afb8-051d1f601f15", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-2ef360cc-aa25-41b5-afb8-051d1f601f15", "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-df060a5a-8112-4611-b74f-ed13fcb2f875", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-df060a5a-8112-4611-b74f-ed13fcb2f875", "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-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "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-6457220a-2134-46d3-9ef1-0bc2160c7eac", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-6457220a-2134-46d3-9ef1-0bc2160c7eac", "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-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "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-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-2ef360cc-aa25-41b5-afb8-051d1f601f15", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-df060a5a-8112-4611-b74f-ed13fcb2f875", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-6457220a-2134-46d3-9ef1-0bc2160c7eac", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "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": [ "cryptsetup", "xfsprogs", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 20:58:37 -0400 (0:00:00.129) 0:04:07.114 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 20:58:37 -0400 (0:00:00.126) 0:04:07.241 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 20:58:37 -0400 (0:00:00.125) 0:04:07.367 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 20:58:37 -0400 (0:00:00.108) 0:04:07.475 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 20:58:37 -0400 (0:00:00.140) 0:04:07.616 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 20:58:37 -0400 (0:00:00.175) 0:04:07.792 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 20:58:37 -0400 (0:00:00.091) 0:04:07.883 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 20:58:37 -0400 (0:00:00.123) 0:04:08.007 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728781101.3851666, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "77d13695f66afbe29c2704e4b52c8d1446682826", "ctime": 1728781101.3838942, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 331350218, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1728781101.3851674, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "805574389", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 20:58:38 -0400 (0:00:00.474) 0:04:08.482 ****** changed: [managed-node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-c50bd6bb-b273-4779-9055-5e9ccd8a4cec', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-c50bd6bb-b273-4779-9055-5e9ccd8a4cec", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-60b9c34a-9798-4b08-b39a-e9b5bee40e86', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-60b9c34a-9798-4b08-b39a-e9b5bee40e86", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-9c8c6ed3-6e93-45e0-9210-ae2861d757fb', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-9c8c6ed3-6e93-45e0-9210-ae2861d757fb", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-2ef360cc-aa25-41b5-afb8-051d1f601f15', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-2ef360cc-aa25-41b5-afb8-051d1f601f15", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-df060a5a-8112-4611-b74f-ed13fcb2f875', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-df060a5a-8112-4611-b74f-ed13fcb2f875", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-032b0f4b-4ae3-4d7f-92f4-f5ef975e1ab2", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-6457220a-2134-46d3-9ef1-0bc2160c7eac', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-6457220a-2134-46d3-9ef1-0bc2160c7eac", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-953f49d5-505a-45cf-9c1b-a9f0b85d434e', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-953f49d5-505a-45cf-9c1b-a9f0b85d434e", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 20:58:42 -0400 (0:00:03.819) 0:04:12.301 ****** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:186 Saturday 12 October 2024 20:58:43 -0400 (0:00:01.023) 0:04:13.324 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 October 2024 20:58:43 -0400 (0:00:00.113) 0:04:13.438 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 October 2024 20:58:43 -0400 (0:00:00.086) 0:04:13.524 ****** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 October 2024 20:58:43 -0400 (0:00:00.081) 0:04:13.605 ****** ok: [managed-node1] => { "changed": false, "info": { "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "size": "10G", "type": "crypt", "uuid": "P9s7Tu-kcof-gWHj-PLeO-t6FE-lA2x-uFFqDf" }, "/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": "94d52e57-34f4-47e2-9e00-f1a87e94442c" }, "/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": "5101df7d-7d04-471c-8b87-a8afd44579eb" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 October 2024 20:58:43 -0400 (0:00:00.409) 0:04:14.015 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003123", "end": "2024-10-12 20:58:44.242211", "rc": 0, "start": "2024-10-12 20:58:44.239088" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Oct 1 17:02:11 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=5101df7d-7d04-471c-8b87-a8afd44579eb / 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 October 2024 20:58:44 -0400 (0:00:00.432) 0:04:14.447 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003195", "end": "2024-10-12 20:58:44.726419", "failed_when_result": false, "rc": 0, "start": "2024-10-12 20:58:44.723224" } STDOUT: luks-94d52e57-34f4-47e2-9e00-f1a87e94442c /dev/sda1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 October 2024 20:58:44 -0400 (0:00:00.471) 0:04:14.919 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 12 October 2024 20:58:45 -0400 (0:00:00.300) 0:04:15.219 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 12 October 2024 20:58:45 -0400 (0:00:00.143) 0:04:15.363 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.024055", "end": "2024-10-12 20:58:45.627455", "rc": 0, "start": "2024-10-12 20:58:45.603400" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 12 October 2024 20:58:45 -0400 (0:00:00.489) 0:04:15.853 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 12 October 2024 20:58:45 -0400 (0:00:00.135) 0:04:15.988 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 12 October 2024 20:58:46 -0400 (0:00:00.149) 0:04:16.138 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 12 October 2024 20:58:46 -0400 (0:00:00.117) 0:04:16.255 ****** ok: [managed-node1] => (item=/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "pv": "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 12 October 2024 20:58:46 -0400 (0:00:00.466) 0:04:16.721 ****** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 12 October 2024 20:58:46 -0400 (0:00:00.088) 0:04:16.810 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 12 October 2024 20:58:46 -0400 (0:00:00.088) 0:04:16.899 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 12 October 2024 20:58:46 -0400 (0:00:00.100) 0:04:17.000 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 12 October 2024 20:58:47 -0400 (0:00:00.152) 0:04:17.152 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 12 October 2024 20:58:47 -0400 (0:00:00.120) 0:04:17.273 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 12 October 2024 20:58:47 -0400 (0:00:00.182) 0:04:17.455 ****** ok: [managed-node1] => (item=/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 12 October 2024 20:58:47 -0400 (0:00:00.326) 0:04:17.781 ****** 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.8.118 originally 10.31.8.118 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.8.118 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.8.118 originally 10.31.8.118 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/b4f9babf5f' 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.8.118 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 12 October 2024 20:58:48 -0400 (0:00:00.440) 0:04:18.222 ****** skipping: [managed-node1] => (item=/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c) => { "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-94d52e57-34f4-47e2-9e00-f1a87e94442c" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 12 October 2024 20:58:48 -0400 (0:00:00.118) 0:04:18.341 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 12 October 2024 20:58:48 -0400 (0:00:00.117) 0:04:18.458 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 12 October 2024 20:58:48 -0400 (0:00:00.115) 0:04:18.574 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 12 October 2024 20:58:48 -0400 (0:00:00.126) 0:04:18.701 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 12 October 2024 20:58:48 -0400 (0:00:00.154) 0:04:18.855 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 12 October 2024 20:58:48 -0400 (0:00:00.149) 0:04:19.004 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 12 October 2024 20:58:49 -0400 (0:00:00.141) 0:04:19.146 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 12 October 2024 20:58:49 -0400 (0:00:00.133) 0:04:19.280 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 12 October 2024 20:58:49 -0400 (0:00:00.113) 0:04:19.393 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 12 October 2024 20:58:49 -0400 (0:00:00.109) 0:04:19.503 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 12 October 2024 20:58:49 -0400 (0:00:00.108) 0:04:19.611 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 12 October 2024 20:58:49 -0400 (0:00:00.221) 0:04:19.832 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 12 October 2024 20:58:50 -0400 (0:00:00.301) 0:04:20.133 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 12 October 2024 20:58:50 -0400 (0:00:00.168) 0:04:20.302 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 12 October 2024 20:58:50 -0400 (0:00:00.053) 0:04:20.355 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 12 October 2024 20:58:50 -0400 (0:00:00.212) 0:04:20.568 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 12 October 2024 20:58:50 -0400 (0:00:00.055) 0:04:20.624 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 12 October 2024 20:58:50 -0400 (0:00:00.185) 0:04:20.809 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 12 October 2024 20:58:50 -0400 (0:00:00.184) 0:04:20.993 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c) TASK [Get the backing device path] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 12 October 2024 20:58:51 -0400 (0:00:00.186) 0:04:21.180 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/94d52e57-34f4-47e2-9e00-f1a87e94442c" ], "delta": "0:00:00.003073", "end": "2024-10-12 20:58:51.519967", "rc": 0, "start": "2024-10-12 20:58:51.516894" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 12 October 2024 20:58:51 -0400 (0:00:00.581) 0:04:21.762 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 12 October 2024 20:58:52 -0400 (0:00:00.896) 0:04:22.658 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.006743", "end": "2024-10-12 20:58:53.239792", "rc": 0, "start": "2024-10-12 20:58:53.233049" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 94d52e57-34f4-47e2-9e00-f1a87e94442c 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: 4 Memory: 814866 Threads: 2 Salt: 80 90 87 d8 57 77 da 9c a8 1b c6 18 65 58 cc cc e0 41 8e 40 03 ad c7 80 41 df fa 1f 30 d6 45 9e AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109775 Salt: 13 c3 29 e7 cf f7 8b 9b 6d d7 e8 da 58 ff a3 42 0b 73 37 ea a3 b8 82 2c d9 c6 2d 88 29 30 72 61 Digest: e1 ad 5f a7 ae bd e7 39 37 39 e9 b9 98 a3 db 01 f6 55 e6 67 c5 c0 54 6f d9 6d df 10 ec 56 9b f4 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 12 October 2024 20:58:53 -0400 (0:00:00.925) 0:04:23.583 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 12 October 2024 20:58:53 -0400 (0:00:00.299) 0:04:23.883 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 12 October 2024 20:58:53 -0400 (0:00:00.206) 0:04:24.090 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 12 October 2024 20:58:54 -0400 (0:00:00.163) 0:04:24.253 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 20:58:54 -0400 (0:00:00.295) 0:04:24.549 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-94d52e57-34f4-47e2-9e00-f1a87e94442c /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 20:58:54 -0400 (0:00:00.253) 0:04:24.803 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 20:58:54 -0400 (0:00:00.266) 0:04:25.069 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 20:58:55 -0400 (0:00:00.246) 0:04:25.315 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 20:58:55 -0400 (0:00:00.281) 0:04:25.597 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 20:58:55 -0400 (0:00:00.243) 0:04:25.841 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 12 October 2024 20:58:55 -0400 (0:00:00.159) 0:04:26.000 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 12 October 2024 20:58:56 -0400 (0:00:00.144) 0:04:26.144 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 12 October 2024 20:58:56 -0400 (0:00:00.181) 0:04:26.326 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 12 October 2024 20:58:56 -0400 (0:00:00.121) 0:04:26.447 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 12 October 2024 20:58:56 -0400 (0:00:00.348) 0:04:26.795 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 12 October 2024 20:58:56 -0400 (0:00:00.186) 0:04:26.981 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 12 October 2024 20:58:57 -0400 (0:00:00.177) 0:04:27.158 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 12 October 2024 20:58:57 -0400 (0:00:00.212) 0:04:27.371 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 12 October 2024 20:58:57 -0400 (0:00:00.201) 0:04:27.572 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 12 October 2024 20:58:57 -0400 (0:00:00.182) 0:04:27.755 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 12 October 2024 20:58:57 -0400 (0:00:00.150) 0:04:27.905 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 12 October 2024 20:58:57 -0400 (0:00:00.194) 0:04:28.099 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 October 2024 20:58:58 -0400 (0:00:00.071) 0:04:28.171 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 October 2024 20:58:58 -0400 (0:00:00.053) 0:04:28.224 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:189 Saturday 12 October 2024 20:58:58 -0400 (0:00:00.180) 0:04:28.404 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.023915", "end": "2024-10-12 20:58:58.760417", "rc": 0, "start": "2024-10-12 20:58:58.736502" } STDOUT: srBRKg-Brkk-UYLb-PbS2-DFYI-EP5n-yM3nbd TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:194 Saturday 12 October 2024 20:58:58 -0400 (0:00:00.543) 0:04:28.948 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Add the disks back to the 'foo' volume group] **************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:198 Saturday 12 October 2024 20:58:59 -0400 (0:00:00.292) 0:04:29.241 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 20:58:59 -0400 (0:00:00.324) 0:04:29.566 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 20:58:59 -0400 (0:00:00.155) 0:04:29.721 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 20:58:59 -0400 (0:00:00.148) 0:04:29.870 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 20:59:00 -0400 (0:00:00.431) 0:04:30.301 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 20:59:00 -0400 (0:00:00.232) 0:04:30.534 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 20:59:00 -0400 (0:00:00.141) 0:04:30.675 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 20:59:00 -0400 (0:00:00.167) 0:04:30.843 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 20:59:00 -0400 (0:00:00.224) 0:04:31.068 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 20:59:01 -0400 (0:00:00.297) 0:04:31.365 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 20:59:01 -0400 (0:00:00.211) 0:04:31.577 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 20:59:01 -0400 (0:00:00.370) 0:04:31.947 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 20:59:02 -0400 (0:00:00.203) 0:04:32.151 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 20:59:02 -0400 (0:00:00.141) 0:04:32.292 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 20:59:02 -0400 (0:00:00.138) 0:04:32.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 : Get service facts] ******************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 20:59:02 -0400 (0:00:00.147) 0:04:32.578 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 20:59:02 -0400 (0:00:00.173) 0:04:32.752 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 20:59:02 -0400 (0:00:00.216) 0:04:32.968 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 20:59:02 -0400 (0:00:00.084) 0:04:33.053 ****** 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-b739482a-15a0-4506-b70e-dec0856c712a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a", "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-f2230605-e50a-414a-9bf5-f490d308a5a0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "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-135821fb-e691-4469-9f93-23a1f5e80cc9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "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-0c997bd0-499b-453e-aebc-b1706f634829", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829", "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-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "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-6da24461-d0cd-4628-936a-a41ccd9d320a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "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-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "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-732f14c5-2ca6-4516-af18-20a55025de2b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-b739482a-15a0-4506-b70e-dec0856c712a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-0c997bd0-499b-453e-aebc-b1706f634829", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-732f14c5-2ca6-4516-af18-20a55025de2b", "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": 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 20:59:59 -0400 (0:00:57.039) 0:05:30.092 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 21:00:00 -0400 (0:00:00.082) 0:05:30.174 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 21:00:00 -0400 (0:00:00.457) 0:05:30.631 ****** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 21:00:00 -0400 (0:00:00.477) 0:05:31.109 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 21:00:01 -0400 (0:00:00.038) 0:05:31.147 ****** 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-b739482a-15a0-4506-b70e-dec0856c712a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a", "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-f2230605-e50a-414a-9bf5-f490d308a5a0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "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-135821fb-e691-4469-9f93-23a1f5e80cc9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "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-0c997bd0-499b-453e-aebc-b1706f634829", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829", "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-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "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-6da24461-d0cd-4628-936a-a41ccd9d320a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "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-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "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-732f14c5-2ca6-4516-af18-20a55025de2b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-b739482a-15a0-4506-b70e-dec0856c712a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-0c997bd0-499b-453e-aebc-b1706f634829", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-732f14c5-2ca6-4516-af18-20a55025de2b", "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": 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 21:00:01 -0400 (0:00:00.077) 0:05:31.225 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 21:00:01 -0400 (0:00:00.072) 0:05:31.298 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 21:00:01 -0400 (0:00:00.258) 0:05:31.557 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 21:00:01 -0400 (0:00:00.085) 0:05:31.642 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 21:00:01 -0400 (0:00:00.118) 0:05:31.761 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 21:00:01 -0400 (0:00:00.091) 0:05:31.853 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 21:00:01 -0400 (0:00:00.094) 0:05:31.948 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 21:00:01 -0400 (0:00:00.118) 0:05:32.067 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728781124.725138, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "51d08eeba026ae2d6ed6b97695eef971d19d1cca", "ctime": 1728781122.0941107, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790732, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1728781122.094556, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 54, "uid": 0, "version": "3217108978", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 21:00:02 -0400 (0:00:00.531) 0:05:32.598 ****** changed: [managed-node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-b739482a-15a0-4506-b70e-dec0856c712a', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-b739482a-15a0-4506-b70e-dec0856c712a", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-f2230605-e50a-414a-9bf5-f490d308a5a0', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-135821fb-e691-4469-9f93-23a1f5e80cc9', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-0c997bd0-499b-453e-aebc-b1706f634829', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-0c997bd0-499b-453e-aebc-b1706f634829", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-6da24461-d0cd-4628-936a-a41ccd9d320a', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-732f14c5-2ca6-4516-af18-20a55025de2b', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-732f14c5-2ca6-4516-af18-20a55025de2b", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 21:00:05 -0400 (0:00:03.355) 0:05:35.954 ****** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:208 Saturday 12 October 2024 21:00:06 -0400 (0:00:01.081) 0:05:37.036 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 October 2024 21:00:07 -0400 (0:00:00.208) 0:05:37.244 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 October 2024 21:00:07 -0400 (0:00:00.170) 0:05:37.415 ****** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 October 2024 21:00:07 -0400 (0:00:00.243) 0:05:37.658 ****** ok: [managed-node1] => { "changed": false, "info": { "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829", "size": "10G", "type": "crypt", "uuid": "4X2lSg-UupO-lq7x-RmLr-2A83-tkrx-LMdi20" }, "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "size": "1024G", "type": "crypt", "uuid": "1OaB8q-EPSV-dnW2-4D0w-Y492-356j-JZLiaK" }, "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "size": "1024G", "type": "crypt", "uuid": "tszOtr-zXs8-xd3k-L573-Gbkb-pofZ-uYQPZG" }, "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b", "size": "10G", "type": "crypt", "uuid": "4OHrGJ-gfO6-Yfz4-qGDI-rPgP-P0Ur-5j6id3" }, "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "size": "10G", "type": "crypt", "uuid": "C998lT-thu6-wiNN-cYjF-9bxk-wvI0-b1vnrW" }, "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "size": "10G", "type": "crypt", "uuid": "P9s7Tu-kcof-gWHj-PLeO-t6FE-lA2x-uFFqDf" }, "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a", "size": "10G", "type": "crypt", "uuid": "N32psY-kHpp-BDqT-xnK5-pIpm-eX0v-LTH23K" }, "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "size": "1024G", "type": "crypt", "uuid": "Ld4wSD-ZnQN-rHZ0-NxjY-Olf4-uEwZ-dch7d9" }, "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "size": "10G", "type": "crypt", "uuid": "4FIxtV-nNPw-s1rs-8sK9-HXjg-RecV-XPEgPB" }, "/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": "94d52e57-34f4-47e2-9e00-f1a87e94442c" }, "/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": "732f14c5-2ca6-4516-af18-20a55025de2b" }, "/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": "8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec" }, "/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": "6da24461-d0cd-4628-936a-a41ccd9d320a" }, "/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": "c73db19d-e62b-43ae-93a1-e60ea9d45ad0" }, "/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": "0c997bd0-499b-453e-aebc-b1706f634829" }, "/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": "135821fb-e691-4469-9f93-23a1f5e80cc9" }, "/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": "f2230605-e50a-414a-9bf5-f490d308a5a0" }, "/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": "b739482a-15a0-4506-b70e-dec0856c712a" }, "/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": "5101df7d-7d04-471c-8b87-a8afd44579eb" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 October 2024 21:00:08 -0400 (0:00:00.673) 0:05:38.332 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004171", "end": "2024-10-12 21:00:09.583102", "rc": 0, "start": "2024-10-12 21:00:08.578931" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Oct 1 17:02:11 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=5101df7d-7d04-471c-8b87-a8afd44579eb / 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 October 2024 21:00:09 -0400 (0:00:01.433) 0:05:39.766 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003322", "end": "2024-10-12 21:00:09.989715", "failed_when_result": false, "rc": 0, "start": "2024-10-12 21:00:09.986393" } STDOUT: luks-94d52e57-34f4-47e2-9e00-f1a87e94442c /dev/sda1 - luks-b739482a-15a0-4506-b70e-dec0856c712a /dev/sdi1 - luks-f2230605-e50a-414a-9bf5-f490d308a5a0 /dev/sdh1 - luks-135821fb-e691-4469-9f93-23a1f5e80cc9 /dev/sdg1 - luks-0c997bd0-499b-453e-aebc-b1706f634829 /dev/sdf1 - luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0 /dev/sde1 - luks-6da24461-d0cd-4628-936a-a41ccd9d320a /dev/sdd1 - luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec /dev/sdc1 - luks-732f14c5-2ca6-4516-af18-20a55025de2b /dev/sdb1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 October 2024 21:00:10 -0400 (0:00:00.405) 0:05:40.172 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 12 October 2024 21:00:10 -0400 (0:00:00.114) 0:05:40.286 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 12 October 2024 21:00:10 -0400 (0:00:00.069) 0:05:40.356 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030188", "end": "2024-10-12 21:00:10.614387", "rc": 0, "start": "2024-10-12 21:00:10.584199" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 12 October 2024 21:00:10 -0400 (0:00:00.442) 0:05:40.798 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 12 October 2024 21:00:10 -0400 (0:00:00.104) 0:05:40.902 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 12 October 2024 21:00:10 -0400 (0:00:00.178) 0:05:41.081 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829", "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b", "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a", "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 12 October 2024 21:00:11 -0400 (0:00:00.094) 0:05:41.176 ****** ok: [managed-node1] => (item=/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829", "pv": "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829" } ok: [managed-node1] => (item=/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "pv": "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9" } ok: [managed-node1] => (item=/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "pv": "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a" } ok: [managed-node1] => (item=/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b", "pv": "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b" } ok: [managed-node1] => (item=/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "pv": "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec" } ok: [managed-node1] => (item=/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "pv": "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c" } ok: [managed-node1] => (item=/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a", "pv": "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a" } ok: [managed-node1] => (item=/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "pv": "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0" } ok: [managed-node1] => (item=/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "pv": "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 12 October 2024 21:00:14 -0400 (0:00:03.383) 0:05:44.559 ****** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 12 October 2024 21:00:14 -0400 (0:00:00.106) 0:05:44.666 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829", "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b", "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a", "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 12 October 2024 21:00:14 -0400 (0:00:00.205) 0:05:44.871 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 12 October 2024 21:00:14 -0400 (0:00:00.092) 0:05:44.963 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 12 October 2024 21:00:14 -0400 (0:00:00.075) 0:05:45.039 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 12 October 2024 21:00:15 -0400 (0:00:00.076) 0:05:45.116 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 12 October 2024 21:00:15 -0400 (0:00:00.107) 0:05:45.223 ****** ok: [managed-node1] => (item=/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 12 October 2024 21:00:15 -0400 (0:00:00.475) 0:05:45.698 ****** 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.8.118 originally 10.31.8.118 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.8.118 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.8.118 originally 10.31.8.118 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/b4f9babf5f' 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.8.118 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 12 October 2024 21:00:16 -0400 (0:00:00.447) 0:05:46.145 ****** skipping: [managed-node1] => (item=/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829) => { "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-0c997bd0-499b-453e-aebc-b1706f634829" } skipping: [managed-node1] => (item=/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9) => { "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-135821fb-e691-4469-9f93-23a1f5e80cc9" } skipping: [managed-node1] => (item=/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a) => { "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-6da24461-d0cd-4628-936a-a41ccd9d320a" } skipping: [managed-node1] => (item=/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b) => { "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-732f14c5-2ca6-4516-af18-20a55025de2b" } skipping: [managed-node1] => (item=/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec) => { "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-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec" } skipping: [managed-node1] => (item=/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c) => { "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-94d52e57-34f4-47e2-9e00-f1a87e94442c" } skipping: [managed-node1] => (item=/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a) => { "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-b739482a-15a0-4506-b70e-dec0856c712a" } skipping: [managed-node1] => (item=/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0) => { "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-c73db19d-e62b-43ae-93a1-e60ea9d45ad0" } skipping: [managed-node1] => (item=/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0) => { "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-f2230605-e50a-414a-9bf5-f490d308a5a0" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 12 October 2024 21:00:16 -0400 (0:00:00.517) 0:05:46.662 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 12 October 2024 21:00:16 -0400 (0:00:00.203) 0:05:46.866 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 12 October 2024 21:00:16 -0400 (0:00:00.118) 0:05:46.985 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 12 October 2024 21:00:16 -0400 (0:00:00.115) 0:05:47.101 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 12 October 2024 21:00:17 -0400 (0:00:00.115) 0:05:47.216 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 12 October 2024 21:00:17 -0400 (0:00:00.104) 0:05:47.321 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 12 October 2024 21:00:17 -0400 (0:00:00.211) 0:05:47.533 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 12 October 2024 21:00:17 -0400 (0:00:00.072) 0:05:47.605 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 12 October 2024 21:00:17 -0400 (0:00:00.110) 0:05:47.715 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 12 October 2024 21:00:17 -0400 (0:00:00.168) 0:05:47.883 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 12 October 2024 21:00:17 -0400 (0:00:00.127) 0:05:48.010 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 12 October 2024 21:00:18 -0400 (0:00:00.122) 0:05:48.133 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 12 October 2024 21:00:18 -0400 (0:00:00.125) 0:05:48.259 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 12 October 2024 21:00:18 -0400 (0:00:00.192) 0:05:48.451 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 12 October 2024 21:00:18 -0400 (0:00:00.058) 0:05:48.510 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 12 October 2024 21:00:18 -0400 (0:00:00.188) 0:05:48.699 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 12 October 2024 21:00:18 -0400 (0:00:00.059) 0:05:48.759 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 12 October 2024 21:00:18 -0400 (0:00:00.305) 0:05:49.064 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 12 October 2024 21:00:19 -0400 (0:00:00.158) 0:05:49.223 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0) TASK [Get the backing device path] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 12 October 2024 21:00:19 -0400 (0:00:00.638) 0:05:49.862 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/0c997bd0-499b-453e-aebc-b1706f634829" ], "delta": "0:00:00.003209", "end": "2024-10-12 21:00:20.180762", "rc": 0, "start": "2024-10-12 21:00:20.177553" } STDOUT: /dev/sdf1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 12 October 2024 21:00:20 -0400 (0:00:00.528) 0:05:50.390 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 12 October 2024 21:00:21 -0400 (0:00:00.802) 0:05:51.193 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdf1" ], "delta": "0:00:00.007142", "end": "2024-10-12 21:00:21.451782", "rc": 0, "start": "2024-10-12 21:00:21.444640" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 0c997bd0-499b-453e-aebc-b1706f634829 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: 4 Memory: 785250 Threads: 2 Salt: 4a 26 0f 57 f9 58 87 01 33 6c 54 76 63 d2 9e dd 56 ac ad 45 32 78 2d 13 9f a9 4f e6 11 39 7f 8e AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109226 Salt: df 76 c6 83 f1 ba de 69 66 ca 68 8a 7c 82 d3 d6 8a 80 e7 fd 60 8d fa 5d 55 4f 8a 33 26 1c e1 9f Digest: 23 8a 1d 28 14 82 23 f1 4f 32 9f f0 2a 57 fd 5f 26 c9 21 78 88 68 12 d3 a3 6e 21 62 80 40 ac 10 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 12 October 2024 21:00:21 -0400 (0:00:00.472) 0:05:51.665 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 12 October 2024 21:00:21 -0400 (0:00:00.163) 0:05:51.829 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 12 October 2024 21:00:21 -0400 (0:00:00.088) 0:05:51.917 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 12 October 2024 21:00:21 -0400 (0:00:00.080) 0:05:51.997 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/135821fb-e691-4469-9f93-23a1f5e80cc9" ], "delta": "0:00:00.002976", "end": "2024-10-12 21:00:22.241232", "rc": 0, "start": "2024-10-12 21:00:22.238256" } STDOUT: /dev/sdg1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 12 October 2024 21:00:22 -0400 (0:00:00.425) 0:05:52.423 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 12 October 2024 21:00:23 -0400 (0:00:00.780) 0:05:53.204 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdg1" ], "delta": "0:00:00.006637", "end": "2024-10-12 21:00:23.488512", "rc": 0, "start": "2024-10-12 21:00:23.481875" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 135821fb-e691-4469-9f93-23a1f5e80cc9 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: 4 Memory: 802016 Threads: 2 Salt: 09 3c 9e 95 bb 5a ed e2 f2 4e 4e a1 de c4 3e 12 6a ac e4 2e 3a fd 6a bd 63 32 89 cf 0b 89 66 c4 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109775 Salt: c4 15 29 c7 cc b0 23 1d d0 81 12 42 8a a9 db 52 c1 4a f4 ee b7 8f c6 24 06 74 22 e0 3a d4 98 e3 Digest: bc aa bc e8 1f 02 f2 14 81 94 ba 81 85 1d 66 49 2f d8 68 6d 2d ab fd 03 4d 50 5a be 29 e2 01 f4 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 12 October 2024 21:00:23 -0400 (0:00:00.492) 0:05:53.697 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 12 October 2024 21:00:23 -0400 (0:00:00.329) 0:05:54.026 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 12 October 2024 21:00:24 -0400 (0:00:00.121) 0:05:54.147 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 12 October 2024 21:00:24 -0400 (0:00:00.149) 0:05:54.297 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/6da24461-d0cd-4628-936a-a41ccd9d320a" ], "delta": "0:00:00.003015", "end": "2024-10-12 21:00:24.598743", "rc": 0, "start": "2024-10-12 21:00:24.595728" } STDOUT: /dev/sdd1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 12 October 2024 21:00:24 -0400 (0:00:00.512) 0:05:54.810 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 12 October 2024 21:00:25 -0400 (0:00:00.776) 0:05:55.586 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdd1" ], "delta": "0:00:00.006885", "end": "2024-10-12 21:00:25.828822", "rc": 0, "start": "2024-10-12 21:00:25.821937" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 6da24461-d0cd-4628-936a-a41ccd9d320a 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: 4 Memory: 803758 Threads: 2 Salt: 94 07 35 bc 27 3a 3a b7 17 97 69 1f 00 7d e6 b3 39 e0 1b 0a 32 47 a5 a5 85 40 0b a4 df 4f 4f b5 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109226 Salt: 99 67 d5 b8 5b c6 9f ca 27 53 ec eb f6 91 69 8e cb b0 9b 78 42 eb 65 a9 64 1c 5f 21 26 89 ff bc Digest: 03 c5 1d 47 58 b1 82 9e d6 34 74 98 1e cd 28 bb 82 e5 1a f3 c3 43 a6 a9 5a 6e cb cc d4 b2 e5 24 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 12 October 2024 21:00:25 -0400 (0:00:00.432) 0:05:56.018 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 12 October 2024 21:00:25 -0400 (0:00:00.090) 0:05:56.109 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 12 October 2024 21:00:26 -0400 (0:00:00.072) 0:05:56.181 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 12 October 2024 21:00:26 -0400 (0:00:00.071) 0:05:56.252 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/732f14c5-2ca6-4516-af18-20a55025de2b" ], "delta": "0:00:01.004020", "end": "2024-10-12 21:00:27.508711", "rc": 0, "start": "2024-10-12 21:00:26.504691" } STDOUT: /dev/sdb1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 12 October 2024 21:00:27 -0400 (0:00:01.466) 0:05:57.719 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 12 October 2024 21:00:28 -0400 (0:00:00.813) 0:05:58.532 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdb1" ], "delta": "0:00:00.006796", "end": "2024-10-12 21:00:28.813626", "rc": 0, "start": "2024-10-12 21:00:28.806830" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 732f14c5-2ca6-4516-af18-20a55025de2b 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: 4 Memory: 793560 Threads: 2 Salt: eb 95 b5 c0 16 88 be e3 5f 8e ae 3c 2c e5 47 1d 54 22 ac d6 2e c8 eb 13 c2 de 50 ba 16 d0 fe 58 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109591 Salt: 77 e9 a5 db 0b f1 cf 3d 19 38 8a 3c e8 6a de dc 8c 99 54 ae ac 38 3e d3 8e 36 67 87 60 fd 16 d0 Digest: 52 1a 31 91 d5 ca ca 03 24 4b ee e5 e8 e4 84 5e 61 c8 d1 fa 5b 5d cf ef 33 c0 5b 83 c7 12 d6 c2 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 12 October 2024 21:00:28 -0400 (0:00:00.490) 0:05:59.023 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 12 October 2024 21:00:29 -0400 (0:00:00.164) 0:05:59.188 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 12 October 2024 21:00:29 -0400 (0:00:00.127) 0:05:59.316 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 12 October 2024 21:00:29 -0400 (0:00:00.243) 0:05:59.559 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec" ], "delta": "0:00:01.004109", "end": "2024-10-12 21:00:30.810373", "rc": 0, "start": "2024-10-12 21:00:29.806264" } STDOUT: /dev/sdc1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 12 October 2024 21:00:30 -0400 (0:00:01.458) 0:06:01.017 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 12 October 2024 21:00:31 -0400 (0:00:00.718) 0:06:01.736 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdc1" ], "delta": "0:00:00.006672", "end": "2024-10-12 21:00:31.971876", "rc": 0, "start": "2024-10-12 21:00:31.965204" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec 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: 4 Memory: 813644 Threads: 2 Salt: 65 2c 6c 85 1a 6d 89 63 17 4c 27 52 87 6e 47 d3 49 66 9a 5e 84 ce e5 c7 fb b2 b0 7a b2 e1 d0 b6 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109409 Salt: 4b 94 44 f0 17 5c 16 a1 87 87 28 13 0b e2 bb ee d1 9d c5 dd 12 3b 8a 66 da b4 28 8b 5c cb e7 7f Digest: 79 53 b5 d2 ba 06 68 84 09 e7 33 29 80 81 cc 36 74 15 44 be 6b 21 ca 93 eb a5 32 cb c0 98 df 42 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 12 October 2024 21:00:32 -0400 (0:00:00.418) 0:06:02.154 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 12 October 2024 21:00:32 -0400 (0:00:00.090) 0:06:02.245 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 12 October 2024 21:00:32 -0400 (0:00:00.069) 0:06:02.314 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 12 October 2024 21:00:32 -0400 (0:00:00.068) 0:06:02.383 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/94d52e57-34f4-47e2-9e00-f1a87e94442c" ], "delta": "0:00:00.003120", "end": "2024-10-12 21:00:32.643607", "rc": 0, "start": "2024-10-12 21:00:32.640487" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 12 October 2024 21:00:32 -0400 (0:00:00.469) 0:06:02.852 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 12 October 2024 21:00:33 -0400 (0:00:00.766) 0:06:03.618 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.006886", "end": "2024-10-12 21:00:33.846556", "rc": 0, "start": "2024-10-12 21:00:33.839670" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 94d52e57-34f4-47e2-9e00-f1a87e94442c 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: 4 Memory: 814866 Threads: 2 Salt: 80 90 87 d8 57 77 da 9c a8 1b c6 18 65 58 cc cc e0 41 8e 40 03 ad c7 80 41 df fa 1f 30 d6 45 9e AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109775 Salt: 13 c3 29 e7 cf f7 8b 9b 6d d7 e8 da 58 ff a3 42 0b 73 37 ea a3 b8 82 2c d9 c6 2d 88 29 30 72 61 Digest: e1 ad 5f a7 ae bd e7 39 37 39 e9 b9 98 a3 db 01 f6 55 e6 67 c5 c0 54 6f d9 6d df 10 ec 56 9b f4 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 12 October 2024 21:00:33 -0400 (0:00:00.410) 0:06:04.029 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 12 October 2024 21:00:34 -0400 (0:00:00.092) 0:06:04.121 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 12 October 2024 21:00:34 -0400 (0:00:00.069) 0:06:04.191 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 12 October 2024 21:00:34 -0400 (0:00:00.071) 0:06:04.262 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/b739482a-15a0-4506-b70e-dec0856c712a" ], "delta": "0:00:00.003040", "end": "2024-10-12 21:00:34.500993", "rc": 0, "start": "2024-10-12 21:00:34.497953" } STDOUT: /dev/sdi1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 12 October 2024 21:00:34 -0400 (0:00:00.420) 0:06:04.683 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 12 October 2024 21:00:35 -0400 (0:00:00.843) 0:06:05.527 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdi1" ], "delta": "0:00:00.006799", "end": "2024-10-12 21:00:35.762475", "rc": 0, "start": "2024-10-12 21:00:35.755676" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: b739482a-15a0-4506-b70e-dec0856c712a 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: 4 Memory: 838346 Threads: 2 Salt: 37 41 03 d2 18 47 17 e8 a1 39 3e a3 4a c3 e8 40 a3 46 7f 6e f4 9d e3 0d 8d fe 96 7b c0 a8 14 62 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109591 Salt: e1 6c b5 fd c8 c8 3c 06 f8 c3 98 5f ea 9a 36 a9 b3 72 aa c7 47 1a 6f 77 ca c9 98 99 16 2a dd cd Digest: 62 44 50 a6 c9 5e 69 1f cb 84 a4 25 22 4a b7 33 51 68 5e b2 ab f8 fd 33 07 a1 8e 95 fc 7e 15 66 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 12 October 2024 21:00:35 -0400 (0:00:00.419) 0:06:05.947 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 12 October 2024 21:00:35 -0400 (0:00:00.128) 0:06:06.075 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 12 October 2024 21:00:36 -0400 (0:00:00.120) 0:06:06.195 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 12 October 2024 21:00:36 -0400 (0:00:00.077) 0:06:06.272 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/c73db19d-e62b-43ae-93a1-e60ea9d45ad0" ], "delta": "0:00:00.003027", "end": "2024-10-12 21:00:36.519038", "rc": 0, "start": "2024-10-12 21:00:36.516011" } STDOUT: /dev/sde1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 12 October 2024 21:00:36 -0400 (0:00:00.455) 0:06:06.728 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 12 October 2024 21:00:37 -0400 (0:00:00.810) 0:06:07.539 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sde1" ], "delta": "0:00:00.006731", "end": "2024-10-12 21:00:37.766479", "rc": 0, "start": "2024-10-12 21:00:37.759748" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: c73db19d-e62b-43ae-93a1-e60ea9d45ad0 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: 4 Memory: 786298 Threads: 2 Salt: da f3 41 dd 02 f8 7a 4a be 75 6e 0f 03 1a d4 63 6e bd 4f f6 24 e1 8c 47 13 47 ab 03 9b c9 00 41 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109591 Salt: 38 7a 6e 25 8d f9 fd 92 fe 07 6f f4 51 3a 46 c6 94 c3 3e 57 6e 32 a0 75 18 85 9e f6 3d 4e 56 d5 Digest: fe 54 aa f7 18 64 9f a2 86 d0 e0 da 6f 2f 2f 28 cf be 53 5d e8 10 9c b7 6a ec 35 ae 5c 4d b8 72 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 12 October 2024 21:00:37 -0400 (0:00:00.410) 0:06:07.949 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 12 October 2024 21:00:37 -0400 (0:00:00.094) 0:06:08.043 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 12 October 2024 21:00:38 -0400 (0:00:00.071) 0:06:08.115 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 12 October 2024 21:00:38 -0400 (0:00:00.071) 0:06:08.187 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/f2230605-e50a-414a-9bf5-f490d308a5a0" ], "delta": "0:00:00.003127", "end": "2024-10-12 21:00:38.469267", "rc": 0, "start": "2024-10-12 21:00:38.466140" } STDOUT: /dev/sdh1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 12 October 2024 21:00:38 -0400 (0:00:00.478) 0:06:08.666 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 12 October 2024 21:00:39 -0400 (0:00:00.719) 0:06:09.386 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdh1" ], "delta": "0:00:00.006722", "end": "2024-10-12 21:00:39.613983", "rc": 0, "start": "2024-10-12 21:00:39.607261" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: f2230605-e50a-414a-9bf5-f490d308a5a0 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: 4 Memory: 800926 Threads: 2 Salt: a7 97 d6 45 f4 07 47 f1 c0 ad ef 3d a3 64 87 98 79 af 6a 3b 4b 18 6e 58 ad 55 0a 73 13 0c c0 02 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 109591 Salt: 8f 5e 4c 19 72 e3 c9 8e 7a bf 92 53 8d cb 65 9a f8 fa b8 61 bf f4 b1 a3 d7 cd f3 21 37 be 15 d0 Digest: d0 8c f4 c0 7f bf 60 1a 85 ca c8 19 4f e6 be c8 9d 23 3a ba f5 0e c1 da ac b6 d9 2f a4 4d bf 9f TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 12 October 2024 21:00:39 -0400 (0:00:00.417) 0:06:09.803 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 12 October 2024 21:00:39 -0400 (0:00:00.281) 0:06:10.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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 12 October 2024 21:00:40 -0400 (0:00:00.071) 0:06:10.157 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 12 October 2024 21:00:40 -0400 (0:00:00.069) 0:06:10.227 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 21:00:40 -0400 (0:00:00.560) 0:06:10.787 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-0c997bd0-499b-453e-aebc-b1706f634829 /dev/sdf1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 21:00:40 -0400 (0:00:00.101) 0:06:10.889 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 21:00:40 -0400 (0:00:00.092) 0:06:10.981 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 21:00:40 -0400 (0:00:00.093) 0:06:11.074 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 21:00:41 -0400 (0:00:00.085) 0:06:11.160 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 21:00:41 -0400 (0:00:00.092) 0:06:11.252 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 21:00:41 -0400 (0:00:00.083) 0:06:11.335 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-135821fb-e691-4469-9f93-23a1f5e80cc9 /dev/sdg1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 21:00:41 -0400 (0:00:00.125) 0:06:11.461 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 21:00:41 -0400 (0:00:00.133) 0:06:11.594 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 21:00:41 -0400 (0:00:00.097) 0:06:11.691 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 21:00:41 -0400 (0:00:00.226) 0:06:11.918 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 21:00:41 -0400 (0:00:00.093) 0:06:12.012 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 21:00:42 -0400 (0:00:00.099) 0:06:12.111 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-6da24461-d0cd-4628-936a-a41ccd9d320a /dev/sdd1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 21:00:42 -0400 (0:00:00.160) 0:06:12.272 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 21:00:42 -0400 (0:00:00.125) 0:06:12.397 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 21:00:42 -0400 (0:00:00.102) 0:06:12.500 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 21:00:42 -0400 (0:00:00.082) 0:06:12.582 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 21:00:42 -0400 (0:00:00.096) 0:06:12.679 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 21:00:42 -0400 (0:00:00.150) 0:06:12.829 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-732f14c5-2ca6-4516-af18-20a55025de2b /dev/sdb1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 21:00:42 -0400 (0:00:00.107) 0:06:12.937 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 21:00:42 -0400 (0:00:00.092) 0:06:13.030 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 21:00:43 -0400 (0:00:00.094) 0:06:13.124 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 21:00:43 -0400 (0:00:00.113) 0:06:13.237 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 21:00:43 -0400 (0:00:00.157) 0:06:13.395 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 21:00:43 -0400 (0:00:00.160) 0:06:13.555 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec /dev/sdc1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 21:00:43 -0400 (0:00:00.460) 0:06:14.015 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 21:00:44 -0400 (0:00:00.151) 0:06:14.167 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 21:00:44 -0400 (0:00:00.195) 0:06:14.363 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 21:00:44 -0400 (0:00:00.178) 0:06:14.541 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 21:00:44 -0400 (0:00:00.172) 0:06:14.714 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 21:00:44 -0400 (0:00:00.102) 0:06:14.817 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-94d52e57-34f4-47e2-9e00-f1a87e94442c /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 21:00:44 -0400 (0:00:00.201) 0:06:15.019 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 21:00:45 -0400 (0:00:00.160) 0:06:15.179 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 21:00:45 -0400 (0:00:00.225) 0:06:15.404 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 21:00:45 -0400 (0:00:00.125) 0:06:15.530 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 21:00:45 -0400 (0:00:00.095) 0:06:15.625 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 21:00:45 -0400 (0:00:00.076) 0:06:15.702 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-b739482a-15a0-4506-b70e-dec0856c712a /dev/sdi1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 21:00:45 -0400 (0:00:00.163) 0:06:15.865 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 21:00:45 -0400 (0:00:00.142) 0:06:16.008 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 21:00:46 -0400 (0:00:00.260) 0:06:16.269 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 21:00:46 -0400 (0:00:00.109) 0:06:16.379 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 21:00:46 -0400 (0:00:00.102) 0:06:16.481 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 21:00:46 -0400 (0:00:00.075) 0:06:16.557 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0 /dev/sde1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 21:00:46 -0400 (0:00:00.099) 0:06:16.656 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 21:00:46 -0400 (0:00:00.160) 0:06:16.816 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 21:00:46 -0400 (0:00:00.174) 0:06:16.991 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 21:00:47 -0400 (0:00:00.130) 0:06:17.121 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 21:00:47 -0400 (0:00:00.126) 0:06:17.248 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 21:00:47 -0400 (0:00:00.089) 0:06:17.337 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-f2230605-e50a-414a-9bf5-f490d308a5a0 /dev/sdh1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 21:00:47 -0400 (0:00:00.099) 0:06:17.437 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 21:00:47 -0400 (0:00:00.094) 0:06:17.532 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 21:00:47 -0400 (0:00:00.143) 0:06:17.675 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 21:00:47 -0400 (0:00:00.138) 0:06:17.814 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 21:00:47 -0400 (0:00:00.218) 0:06:18.033 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 12 October 2024 21:00:48 -0400 (0:00:00.342) 0:06:18.376 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 12 October 2024 21:00:48 -0400 (0:00:00.146) 0:06:18.522 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 12 October 2024 21:00:48 -0400 (0:00:00.203) 0:06:18.726 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 12 October 2024 21:00:48 -0400 (0:00:00.092) 0:06:18.819 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 12 October 2024 21:00:48 -0400 (0:00:00.216) 0:06:19.036 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 12 October 2024 21:00:49 -0400 (0:00:00.115) 0:06:19.151 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 12 October 2024 21:00:49 -0400 (0:00:00.203) 0:06:19.354 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 12 October 2024 21:00:49 -0400 (0:00:00.139) 0:06:19.494 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 12 October 2024 21:00:49 -0400 (0:00:00.096) 0:06:19.590 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 12 October 2024 21:00:49 -0400 (0:00:00.087) 0:06:19.678 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 12 October 2024 21:00:49 -0400 (0:00:00.076) 0:06:19.754 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 12 October 2024 21:00:49 -0400 (0:00:00.124) 0:06:19.879 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 October 2024 21:00:49 -0400 (0:00:00.118) 0:06:19.998 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 October 2024 21:00:49 -0400 (0:00:00.039) 0:06:20.038 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:211 Saturday 12 October 2024 21:00:49 -0400 (0:00:00.071) 0:06:20.109 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026574", "end": "2024-10-12 21:00:50.363362", "rc": 0, "start": "2024-10-12 21:00:50.336788" } STDOUT: srBRKg-Brkk-UYLb-PbS2-DFYI-EP5n-yM3nbd TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:216 Saturday 12 October 2024 21:00:50 -0400 (0:00:00.437) 0:06:20.547 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Create a new volume group with a logical volume] ************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:220 Saturday 12 October 2024 21:00:50 -0400 (0:00:00.071) 0:06:20.618 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 21:00:50 -0400 (0:00:00.147) 0:06:20.766 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 21:00:50 -0400 (0:00:00.130) 0:06:20.897 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 21:00:50 -0400 (0:00:00.146) 0:06:21.043 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 21:00:51 -0400 (0:00:00.293) 0:06:21.337 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 21:00:51 -0400 (0:00:00.079) 0:06:21.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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 21:00:51 -0400 (0:00:00.122) 0:06:21.540 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 21:00:51 -0400 (0:00:00.265) 0:06:21.805 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 21:00:52 -0400 (0:00:00.332) 0:06:22.138 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 21:00:52 -0400 (0:00:00.269) 0:06:22.407 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 21:00:52 -0400 (0:00:00.127) 0:06:22.535 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 21:00:52 -0400 (0:00:00.153) 0:06:22.689 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 21:00:52 -0400 (0:00:00.135) 0:06:22.824 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 21:00:52 -0400 (0:00:00.122) 0:06:22.946 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 21:00:53 -0400 (0:00:00.198) 0:06:23.145 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 21:00:53 -0400 (0:00:00.132) 0:06:23.277 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 21:00:53 -0400 (0:00:00.124) 0:06:23.402 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 21:00:53 -0400 (0:00:00.278) 0:06:23.680 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 21:00:53 -0400 (0:00:00.061) 0:06:23.741 ****** changed: [managed-node1] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "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-135821fb-e691-4469-9f93-23a1f5e80cc9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "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-f2230605-e50a-414a-9bf5-f490d308a5a0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "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-b739482a-15a0-4506-b70e-dec0856c712a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a", "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-0c997bd0-499b-453e-aebc-b1706f634829", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829", "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-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "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-6da24461-d0cd-4628-936a-a41ccd9d320a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "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-732f14c5-2ca6-4516-af18-20a55025de2b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b", "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-94d52e57-34f4-47e2-9e00-f1a87e94442c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "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": "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/sde1", "name": "luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-b739482a-15a0-4506-b70e-dec0856c712a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-0c997bd0-499b-453e-aebc-b1706f634829", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-732f14c5-2ca6-4516-af18-20a55025de2b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "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=0ab71d41-d831-40e8-9a2c-ad27c5a06035", "_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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 21:01:03 -0400 (0:00:09.478) 0:06:33.220 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 21:01:03 -0400 (0:00:00.311) 0:06:33.531 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 21:01:04 -0400 (0:00:00.806) 0:06:34.338 ****** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 21:01:04 -0400 (0:00:00.503) 0:06:34.842 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 21:01:04 -0400 (0:00:00.062) 0:06:34.904 ****** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "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-135821fb-e691-4469-9f93-23a1f5e80cc9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "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-f2230605-e50a-414a-9bf5-f490d308a5a0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "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-b739482a-15a0-4506-b70e-dec0856c712a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b739482a-15a0-4506-b70e-dec0856c712a", "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-0c997bd0-499b-453e-aebc-b1706f634829", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-0c997bd0-499b-453e-aebc-b1706f634829", "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-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "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-6da24461-d0cd-4628-936a-a41ccd9d320a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "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-732f14c5-2ca6-4516-af18-20a55025de2b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-732f14c5-2ca6-4516-af18-20a55025de2b", "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-94d52e57-34f4-47e2-9e00-f1a87e94442c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "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": "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/sde1", "name": "luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-b739482a-15a0-4506-b70e-dec0856c712a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-0c997bd0-499b-453e-aebc-b1706f634829", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-732f14c5-2ca6-4516-af18-20a55025de2b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "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=0ab71d41-d831-40e8-9a2c-ad27c5a06035", "_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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 21:01:05 -0400 (0:00:00.242) 0:06:35.146 ****** 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=0ab71d41-d831-40e8-9a2c-ad27c5a06035", "_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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 21:01:05 -0400 (0:00:00.153) 0:06:35.300 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 21:01:05 -0400 (0:00:00.137) 0:06:35.437 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 21:01:05 -0400 (0:00:00.118) 0:06:35.555 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 21:01:05 -0400 (0:00:00.167) 0:06:35.723 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 21:01:05 -0400 (0:00:00.126) 0:06:35.850 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 21:01:05 -0400 (0:00:00.105) 0:06:35.955 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 21:01:05 -0400 (0:00:00.113) 0:06:36.068 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728781209.9890237, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "756460652b9c1ae6322780db372676ea99178a6f", "ctime": 1728781205.7589796, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 637534405, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1728781205.7597284, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "531652226", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 21:01:06 -0400 (0:00:00.484) 0:06:36.553 ****** changed: [managed-node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-c73db19d-e62b-43ae-93a1-e60ea9d45ad0", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-135821fb-e691-4469-9f93-23a1f5e80cc9', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-135821fb-e691-4469-9f93-23a1f5e80cc9", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-f2230605-e50a-414a-9bf5-f490d308a5a0', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-f2230605-e50a-414a-9bf5-f490d308a5a0", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-b739482a-15a0-4506-b70e-dec0856c712a', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-b739482a-15a0-4506-b70e-dec0856c712a", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-0c997bd0-499b-453e-aebc-b1706f634829', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-0c997bd0-499b-453e-aebc-b1706f634829", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-8f50c0b0-7e77-4ea3-818c-c63d7e8c87ec", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-6da24461-d0cd-4628-936a-a41ccd9d320a', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-6da24461-d0cd-4628-936a-a41ccd9d320a", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-732f14c5-2ca6-4516-af18-20a55025de2b', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-732f14c5-2ca6-4516-af18-20a55025de2b", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sda1', 'name': 'luks-94d52e57-34f4-47e2-9e00-f1a87e94442c', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-94d52e57-34f4-47e2-9e00-f1a87e94442c", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 21:01:10 -0400 (0:00:03.911) 0:06:40.464 ****** ok: [managed-node1] TASK [Save UUID of the created volume group] *********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:232 Saturday 12 October 2024 21:01:11 -0400 (0:00:01.248) 0:06:41.713 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.029587", "end": "2024-10-12 21:01:11.978477", "rc": 0, "start": "2024-10-12 21:01:11.948890" } STDOUT: sVutNP-0dyh-CsfY-3Kl9-G3t9-Brxi-SA5EEg TASK [Verify role results] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:237 Saturday 12 October 2024 21:01:12 -0400 (0:00:00.455) 0:06:42.168 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 October 2024 21:01:12 -0400 (0:00:00.146) 0:06:42.315 ****** 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=0ab71d41-d831-40e8-9a2c-ad27c5a06035", "_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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 October 2024 21:01:12 -0400 (0:00:00.094) 0:06:42.409 ****** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 October 2024 21:01:12 -0400 (0:00:00.134) 0:06:42.544 ****** ok: [managed-node1] => { "changed": false, "info": { "/dev/mapper/foo-test": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/mapper/foo-test", "size": "300M", "type": "lvm", "uuid": "0ab71d41-d831-40e8-9a2c-ad27c5a06035" }, "/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": "UoZOmt-yAPn-rzdj-6VP3-T796-ltMm-3fDdOj" }, "/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": "5101df7d-7d04-471c-8b87-a8afd44579eb" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 October 2024 21:01:12 -0400 (0:00:00.561) 0:06:43.105 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003181", "end": "2024-10-12 21:01:13.322558", "rc": 0, "start": "2024-10-12 21:01:13.319377" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Oct 1 17:02:11 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=5101df7d-7d04-471c-8b87-a8afd44579eb / 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 October 2024 21:01:13 -0400 (0:00:00.460) 0:06:43.566 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003088", "end": "2024-10-12 21:01:13.851372", "failed_when_result": false, "rc": 0, "start": "2024-10-12 21:01:13.848284" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 October 2024 21:01:13 -0400 (0:00:00.476) 0:06:44.042 ****** included: /tmp/collections-r0n/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=0ab71d41-d831-40e8-9a2c-ad27c5a06035', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 12 October 2024 21:01:14 -0400 (0:00:00.135) 0:06:44.178 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 12 October 2024 21:01:14 -0400 (0:00:00.118) 0:06:44.296 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.024116", "end": "2024-10-12 21:01:14.590483", "rc": 0, "start": "2024-10-12 21:01:14.566367" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 12 October 2024 21:01:14 -0400 (0:00:00.514) 0:06:44.810 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 12 October 2024 21:01:14 -0400 (0:00:00.216) 0:06:45.027 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 12 October 2024 21:01:15 -0400 (0:00:00.464) 0:06:45.491 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 12 October 2024 21:01:15 -0400 (0:00:00.092) 0:06:45.583 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 12 October 2024 21:01:15 -0400 (0:00:00.480) 0:06:46.064 ****** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 12 October 2024 21:01:16 -0400 (0:00:00.144) 0:06:46.208 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 12 October 2024 21:01:16 -0400 (0:00:00.150) 0:06:46.359 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 12 October 2024 21:01:16 -0400 (0:00:00.170) 0:06:46.529 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 12 October 2024 21:01:16 -0400 (0:00:00.116) 0:06:46.646 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 12 October 2024 21:01:16 -0400 (0:00:00.144) 0:06:46.791 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 12 October 2024 21:01:16 -0400 (0:00:00.116) 0:06:46.907 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 12 October 2024 21:01:16 -0400 (0:00:00.162) 0:06:47.070 ****** 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.8.118 originally 10.31.8.118 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.8.118 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.8.118 originally 10.31.8.118 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/b4f9babf5f' 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.8.118 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 12 October 2024 21:01:17 -0400 (0:00:00.565) 0:06:47.636 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 12 October 2024 21:01:17 -0400 (0:00:00.200) 0:06:47.836 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 12 October 2024 21:01:18 -0400 (0:00:00.405) 0:06:48.241 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 12 October 2024 21:01:18 -0400 (0:00:00.141) 0:06:48.382 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 12 October 2024 21:01:18 -0400 (0:00:00.191) 0:06:48.574 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 12 October 2024 21:01:18 -0400 (0:00:00.182) 0:06:48.756 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 12 October 2024 21:01:18 -0400 (0:00:00.091) 0:06:48.847 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 12 October 2024 21:01:18 -0400 (0:00:00.068) 0:06:48.916 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 12 October 2024 21:01:18 -0400 (0:00:00.067) 0:06:48.984 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 12 October 2024 21:01:18 -0400 (0:00:00.097) 0:06:49.082 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 12 October 2024 21:01:19 -0400 (0:00:00.199) 0:06:49.281 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 12 October 2024 21:01:19 -0400 (0:00:00.215) 0:06:49.497 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 12 October 2024 21:01:19 -0400 (0:00:00.162) 0:06:49.659 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 12 October 2024 21:01:19 -0400 (0:00:00.157) 0:06:49.817 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 12 October 2024 21:01:19 -0400 (0:00:00.168) 0:06:49.985 ****** included: /tmp/collections-r0n/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=0ab71d41-d831-40e8-9a2c-ad27c5a06035', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 12 October 2024 21:01:20 -0400 (0:00:00.298) 0:06:50.283 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 12 October 2024 21:01:20 -0400 (0:00:00.169) 0:06:50.453 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 12 October 2024 21:01:20 -0400 (0:00:00.135) 0:06:50.589 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 12 October 2024 21:01:20 -0400 (0:00:00.126) 0:06:50.715 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 12 October 2024 21:01:20 -0400 (0:00:00.158) 0:06:50.873 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 12 October 2024 21:01:20 -0400 (0:00:00.161) 0:06:51.035 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 12 October 2024 21:01:21 -0400 (0:00:00.220) 0:06:51.256 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 12 October 2024 21:01:21 -0400 (0:00:00.160) 0:06:51.416 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 12 October 2024 21:01:21 -0400 (0:00:00.297) 0:06:51.714 ****** included: /tmp/collections-r0n/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=0ab71d41-d831-40e8-9a2c-ad27c5a06035', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 12 October 2024 21:01:21 -0400 (0:00:00.272) 0:06:51.987 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 12 October 2024 21:01:22 -0400 (0:00:00.161) 0:06:52.148 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 12 October 2024 21:01:22 -0400 (0:00:00.204) 0:06:52.353 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 12 October 2024 21:01:22 -0400 (0:00:00.240) 0:06:52.593 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 12 October 2024 21:01:22 -0400 (0:00:00.294) 0:06:52.888 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 12 October 2024 21:01:22 -0400 (0:00:00.197) 0:06:53.085 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 12 October 2024 21:01:23 -0400 (0:00:00.150) 0:06:53.235 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 12 October 2024 21:01:23 -0400 (0:00:00.122) 0:06:53.358 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 12 October 2024 21:01:23 -0400 (0:00:00.164) 0:06:53.523 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 12 October 2024 21:01:23 -0400 (0:00:00.152) 0:06:53.676 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 12 October 2024 21:01:23 -0400 (0:00:00.150) 0:06:53.826 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 12 October 2024 21:01:23 -0400 (0:00:00.137) 0:06:53.963 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 12 October 2024 21:01:24 -0400 (0:00:00.181) 0:06:54.145 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 12 October 2024 21:01:24 -0400 (0:00:00.187) 0:06:54.332 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 12 October 2024 21:01:24 -0400 (0:00:00.165) 0:06:54.497 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 12 October 2024 21:01:24 -0400 (0:00:00.193) 0:06:54.691 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 12 October 2024 21:01:25 -0400 (0:00:00.500) 0:06:55.191 ****** included: /tmp/collections-r0n/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=0ab71d41-d831-40e8-9a2c-ad27c5a06035', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 12 October 2024 21:01:25 -0400 (0:00:00.179) 0:06:55.371 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 12 October 2024 21:01:25 -0400 (0:00:00.157) 0:06:55.528 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 12 October 2024 21:01:25 -0400 (0:00:00.214) 0:06:55.742 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 12 October 2024 21:01:25 -0400 (0:00:00.193) 0:06:55.936 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 12 October 2024 21:01:25 -0400 (0:00:00.166) 0:06:56.103 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 12 October 2024 21:01:26 -0400 (0:00:00.123) 0:06:56.227 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 12 October 2024 21:01:26 -0400 (0:00:00.120) 0:06:56.347 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 12 October 2024 21:01:26 -0400 (0:00:00.121) 0:06:56.469 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 12 October 2024 21:01:26 -0400 (0:00:00.193) 0:06:56.663 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 12 October 2024 21:01:26 -0400 (0:00:00.122) 0:06:56.785 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 12 October 2024 21:01:26 -0400 (0:00:00.108) 0:06:56.894 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 12 October 2024 21:01:27 -0400 (0:00:00.314) 0:06:57.208 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 12 October 2024 21:01:27 -0400 (0:00:00.136) 0:06:57.344 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 12 October 2024 21:01:27 -0400 (0:00:00.117) 0:06:57.462 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 12 October 2024 21:01:27 -0400 (0:00:00.128) 0:06:57.590 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 12 October 2024 21:01:27 -0400 (0:00:00.121) 0:06:57.712 ****** included: /tmp/collections-r0n/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=0ab71d41-d831-40e8-9a2c-ad27c5a06035', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 12 October 2024 21:01:27 -0400 (0:00:00.189) 0:06:57.901 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 12 October 2024 21:01:27 -0400 (0:00:00.195) 0:06:58.097 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node1 => (item=mount) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node1 => (item=fstab) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node1 => (item=fs) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node1 => (item=device) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node1 => (item=encryption) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node1 => (item=md) included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node1 => (item=size) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 12 October 2024 21:01:28 -0400 (0:00:00.853) 0:06:58.951 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 12 October 2024 21:01:29 -0400 (0:00:00.163) 0:06:59.115 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 12 October 2024 21:01:29 -0400 (0:00:00.155) 0:06:59.271 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 12 October 2024 21:01:29 -0400 (0:00:00.116) 0:06:59.387 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 12 October 2024 21:01:29 -0400 (0:00:00.263) 0:06:59.650 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 12 October 2024 21:01:29 -0400 (0:00:00.073) 0:06:59.724 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 12 October 2024 21:01:29 -0400 (0:00:00.103) 0:06:59.827 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 12 October 2024 21:01:29 -0400 (0:00:00.090) 0:06:59.917 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 12 October 2024 21:01:29 -0400 (0:00:00.073) 0:06:59.991 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 12 October 2024 21:01:29 -0400 (0:00:00.069) 0:07:00.060 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 12 October 2024 21:01:30 -0400 (0:00:00.067) 0:07:00.127 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 12 October 2024 21:01:30 -0400 (0:00:00.070) 0:07:00.198 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 12 October 2024 21:01:30 -0400 (0:00:00.100) 0:07:00.299 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 12 October 2024 21:01:30 -0400 (0:00:00.089) 0:07:00.389 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 12 October 2024 21:01:30 -0400 (0:00:00.108) 0:07:00.497 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 12 October 2024 21:01:30 -0400 (0:00:00.082) 0:07:00.579 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Saturday 12 October 2024 21:01:30 -0400 (0:00:00.076) 0:07:00.656 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 12 October 2024 21:01:30 -0400 (0:00:00.114) 0:07:00.770 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 12 October 2024 21:01:30 -0400 (0:00:00.151) 0:07:00.922 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 12 October 2024 21:01:31 -0400 (0:00:00.376) 0:07:01.299 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728781262.9665742, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1728781262.9665742, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 4246, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1728781262.9665742, "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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 12 October 2024 21:01:31 -0400 (0:00:00.460) 0:07:01.759 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 12 October 2024 21:01:31 -0400 (0:00:00.073) 0:07:01.832 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 12 October 2024 21:01:31 -0400 (0:00:00.068) 0:07:01.901 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 12 October 2024 21:01:31 -0400 (0:00:00.072) 0:07:01.973 ****** ok: [managed-node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 12 October 2024 21:01:31 -0400 (0:00:00.069) 0:07:02.043 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 12 October 2024 21:01:32 -0400 (0:00:00.068) 0:07:02.112 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 12 October 2024 21:01:32 -0400 (0:00:00.072) 0:07:02.184 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 12 October 2024 21:01:32 -0400 (0:00:00.068) 0:07:02.253 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 12 October 2024 21:01:32 -0400 (0:00:00.715) 0:07:02.968 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 12 October 2024 21:01:32 -0400 (0:00:00.067) 0:07:03.035 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 12 October 2024 21:01:32 -0400 (0:00:00.064) 0:07:03.100 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 12 October 2024 21:01:33 -0400 (0:00:00.086) 0:07:03.187 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 12 October 2024 21:01:33 -0400 (0:00:00.063) 0:07:03.251 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 12 October 2024 21:01:33 -0400 (0:00:00.066) 0:07:03.317 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 12 October 2024 21:01:33 -0400 (0:00:00.214) 0:07:03.531 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 12 October 2024 21:01:33 -0400 (0:00:00.087) 0:07:03.619 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 12 October 2024 21:01:33 -0400 (0:00:00.088) 0:07:03.708 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 12 October 2024 21:01:33 -0400 (0:00:00.125) 0:07:03.834 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 12 October 2024 21:01:33 -0400 (0:00:00.106) 0:07:03.940 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 12 October 2024 21:01:33 -0400 (0:00:00.082) 0:07:04.023 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 12 October 2024 21:01:34 -0400 (0:00:00.090) 0:07:04.113 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 12 October 2024 21:01:34 -0400 (0:00:00.109) 0:07:04.223 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 12 October 2024 21:01:34 -0400 (0:00:00.085) 0:07:04.308 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 12 October 2024 21:01:34 -0400 (0:00:00.065) 0:07:04.373 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 12 October 2024 21:01:34 -0400 (0:00:00.068) 0:07:04.442 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 12 October 2024 21:01:34 -0400 (0:00:00.072) 0:07:04.514 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 12 October 2024 21:01:34 -0400 (0:00:00.134) 0:07:04.649 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 12 October 2024 21:01:34 -0400 (0:00:00.130) 0:07:04.780 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 12 October 2024 21:01:34 -0400 (0:00:00.086) 0:07:04.867 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 12 October 2024 21:01:34 -0400 (0:00:00.231) 0:07:05.098 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 12 October 2024 21:01:35 -0400 (0:00:00.069) 0:07:05.168 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 12 October 2024 21:01:35 -0400 (0:00:00.064) 0:07:05.233 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 12 October 2024 21:01:35 -0400 (0:00:00.066) 0:07:05.299 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 12 October 2024 21:01:35 -0400 (0:00:00.510) 0:07:05.810 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 12 October 2024 21:01:36 -0400 (0:00:00.437) 0:07:06.247 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_expected_size": "314572800" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 12 October 2024 21:01:36 -0400 (0:00:00.091) 0:07:06.339 ****** ok: [managed-node1] => { "storage_test_expected_size": "314572800" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 12 October 2024 21:01:36 -0400 (0:00:00.072) 0:07:06.412 ****** ok: [managed-node1] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 12 October 2024 21:01:36 -0400 (0:00:00.415) 0:07:06.827 ****** skipping: [managed-node1] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 12 October 2024 21:01:36 -0400 (0:00:00.082) 0:07:06.909 ****** skipping: [managed-node1] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 12 October 2024 21:01:36 -0400 (0:00:00.111) 0:07:07.021 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 12 October 2024 21:01:37 -0400 (0:00:00.107) 0:07:07.128 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 12 October 2024 21:01:37 -0400 (0:00:00.097) 0:07:07.226 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 12 October 2024 21:01:37 -0400 (0:00:00.066) 0:07:07.292 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 12 October 2024 21:01:37 -0400 (0:00:00.068) 0:07:07.360 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 12 October 2024 21:01:37 -0400 (0:00:00.217) 0:07:07.578 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 12 October 2024 21:01:37 -0400 (0:00:00.069) 0:07:07.647 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 12 October 2024 21:01:37 -0400 (0:00:00.066) 0:07:07.713 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 12 October 2024 21:01:37 -0400 (0:00:00.088) 0:07:07.802 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 12 October 2024 21:01:37 -0400 (0:00:00.079) 0:07:07.882 ****** skipping: [managed-node1] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 12 October 2024 21:01:37 -0400 (0:00:00.103) 0:07:07.985 ****** skipping: [managed-node1] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 12 October 2024 21:01:37 -0400 (0:00:00.105) 0:07:08.091 ****** skipping: [managed-node1] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 12 October 2024 21:01:38 -0400 (0:00:00.115) 0:07:08.206 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 12 October 2024 21:01:38 -0400 (0:00:00.093) 0:07:08.300 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 12 October 2024 21:01:38 -0400 (0:00:00.081) 0:07:08.381 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 12 October 2024 21:01:38 -0400 (0:00:00.067) 0:07:08.449 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 12 October 2024 21:01:38 -0400 (0:00:00.069) 0:07:08.519 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 12 October 2024 21:01:38 -0400 (0:00:00.072) 0:07:08.591 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 12 October 2024 21:01:38 -0400 (0:00:00.094) 0:07:08.686 ****** ok: [managed-node1] => { "storage_test_expected_size": "314572800" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 12 October 2024 21:01:38 -0400 (0:00:00.085) 0:07:08.771 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 12 October 2024 21:01:38 -0400 (0:00:00.281) 0:07:09.052 ****** 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.025016", "end": "2024-10-12 21:01:39.306390", "rc": 0, "start": "2024-10-12 21:01:39.281374" } 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 12 October 2024 21:01:39 -0400 (0:00:00.442) 0:07:09.495 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 12 October 2024 21:01:39 -0400 (0:00:00.102) 0:07:09.597 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 12 October 2024 21:01:39 -0400 (0:00:00.087) 0:07:09.684 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 12 October 2024 21:01:39 -0400 (0:00:00.084) 0:07:09.769 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 12 October 2024 21:01:39 -0400 (0:00:00.163) 0:07:09.933 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 12 October 2024 21:01:39 -0400 (0:00:00.135) 0:07:10.068 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 12 October 2024 21:01:40 -0400 (0:00:00.101) 0:07:10.170 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 October 2024 21:01:40 -0400 (0:00:00.075) 0:07:10.245 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 October 2024 21:01:40 -0400 (0:00:00.032) 0:07:10.278 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:240 Saturday 12 October 2024 21:01:40 -0400 (0:00:00.068) 0:07:10.346 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 21:01:40 -0400 (0:00:00.254) 0:07:10.601 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 21:01:40 -0400 (0:00:00.236) 0:07:10.837 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 21:01:40 -0400 (0:00:00.125) 0:07:10.962 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 21:01:41 -0400 (0:00:00.195) 0:07:11.157 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 21:01:41 -0400 (0:00:00.112) 0:07:11.270 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 21:01:41 -0400 (0:00:00.120) 0:07:11.391 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 21:01:41 -0400 (0:00:00.126) 0:07:11.518 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 21:01:41 -0400 (0:00:00.122) 0:07:11.641 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 21:01:41 -0400 (0:00:00.184) 0:07:11.825 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 21:01:41 -0400 (0:00:00.121) 0:07:11.947 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 21:01:41 -0400 (0:00:00.134) 0:07:12.081 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 21:01:42 -0400 (0:00:00.121) 0:07:12.203 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 21:01:42 -0400 (0:00:00.121) 0:07:12.324 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 21:01:42 -0400 (0:00:00.121) 0:07:12.445 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 21:01:42 -0400 (0:00:00.351) 0:07:12.797 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 21:01:42 -0400 (0:00:00.121) 0:07:12.919 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 21:01:42 -0400 (0:00:00.181) 0:07:13.100 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 21:01:43 -0400 (0:00:00.056) 0:07:13.157 ****** 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=0ab71d41-d831-40e8-9a2c-ad27c5a06035", "_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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 21:01:45 -0400 (0:00:02.673) 0:07:15.830 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 21:01:45 -0400 (0:00:00.135) 0:07:15.966 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 21:01:46 -0400 (0:00:00.486) 0:07:16.452 ****** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 21:01:46 -0400 (0:00:00.415) 0:07:16.868 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 21:01:46 -0400 (0:00:00.030) 0:07:16.898 ****** 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=0ab71d41-d831-40e8-9a2c-ad27c5a06035", "_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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 21:01:46 -0400 (0:00:00.072) 0:07:16.971 ****** 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=0ab71d41-d831-40e8-9a2c-ad27c5a06035", "_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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 21:01:46 -0400 (0:00:00.092) 0:07:17.064 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 21:01:47 -0400 (0:00:00.119) 0:07:17.183 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 21:01:47 -0400 (0:00:00.093) 0:07:17.277 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 21:01:47 -0400 (0:00:00.083) 0:07:17.361 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 21:01:47 -0400 (0:00:00.053) 0:07:17.414 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 21:01:47 -0400 (0:00:00.052) 0:07:17.467 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 21:01:47 -0400 (0:00:00.324) 0:07:17.792 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728781273.8496876, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1728781270.2686503, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 402653382, "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": 1728781270.269529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "831183417", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 21:01:48 -0400 (0:00:00.522) 0:07:18.314 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 21:01:48 -0400 (0:00:00.051) 0:07:18.366 ****** ok: [managed-node1] TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:251 Saturday 12 October 2024 21:01:49 -0400 (0:00:01.033) 0:07:19.399 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028791", "end": "2024-10-12 21:01:49.700358", "rc": 0, "start": "2024-10-12 21:01:49.671567" } STDOUT: sVutNP-0dyh-CsfY-3Kl9-G3t9-Brxi-SA5EEg TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:256 Saturday 12 October 2024 21:01:49 -0400 (0:00:00.508) 0:07:19.908 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV from the VG] ***************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:260 Saturday 12 October 2024 21:01:49 -0400 (0:00:00.122) 0:07:20.030 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 21:01:50 -0400 (0:00:00.178) 0:07:20.209 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 21:01:50 -0400 (0:00:00.092) 0:07:20.301 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 21:01:50 -0400 (0:00:00.090) 0:07:20.391 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 21:01:50 -0400 (0:00:00.278) 0:07:20.670 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 21:01:50 -0400 (0:00:00.208) 0:07:20.879 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 21:01:50 -0400 (0:00:00.070) 0:07:20.949 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 21:01:50 -0400 (0:00:00.071) 0:07:21.021 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 21:01:50 -0400 (0:00:00.071) 0:07:21.092 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 21:01:51 -0400 (0:00:00.111) 0:07:21.203 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 21:01:51 -0400 (0:00:00.067) 0:07:21.271 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 21:01:51 -0400 (0:00:00.075) 0:07:21.346 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 21:01:51 -0400 (0:00:00.072) 0:07:21.419 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 21:01:51 -0400 (0:00:00.093) 0:07:21.513 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 21:01:51 -0400 (0:00:00.099) 0:07:21.613 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 21:01:51 -0400 (0:00:00.117) 0:07:21.730 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 21:01:51 -0400 (0:00:00.116) 0:07:21.847 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 21:01:51 -0400 (0:00:00.159) 0:07:22.006 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 21:01:51 -0400 (0:00:00.049) 0:07:22.056 ****** 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=0ab71d41-d831-40e8-9a2c-ad27c5a06035", "_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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 21:01:56 -0400 (0:00:04.855) 0:07:26.912 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 21:01:56 -0400 (0:00:00.089) 0:07:27.002 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 21:01:57 -0400 (0:00:00.414) 0:07:27.416 ****** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 21:01:57 -0400 (0:00:00.447) 0:07:27.863 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 21:01:57 -0400 (0:00:00.049) 0:07:27.913 ****** 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=0ab71d41-d831-40e8-9a2c-ad27c5a06035", "_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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 21:01:57 -0400 (0:00:00.099) 0:07:28.012 ****** 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=0ab71d41-d831-40e8-9a2c-ad27c5a06035", "_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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 21:01:57 -0400 (0:00:00.078) 0:07:28.091 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 21:01:58 -0400 (0:00:00.071) 0:07:28.163 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 21:01:58 -0400 (0:00:00.058) 0:07:28.221 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 21:01:58 -0400 (0:00:00.071) 0:07:28.293 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 21:01:58 -0400 (0:00:00.055) 0:07:28.348 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 21:01:58 -0400 (0:00:00.053) 0:07:28.401 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 21:01:58 -0400 (0:00:00.069) 0:07:28.471 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728781273.8496876, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1728781270.2686503, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 402653382, "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": 1728781270.269529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "831183417", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 21:01:58 -0400 (0:00:00.433) 0:07:28.905 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 21:01:58 -0400 (0:00:00.168) 0:07:29.073 ****** ok: [managed-node1] TASK [Get the partition table type on disk removed from the VG] **************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:271 Saturday 12 October 2024 21:01:59 -0400 (0:00:01.009) 0:07:30.083 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "blkid", "-p", "-ovalue", "-s", "PTTYPE", "/dev/sda" ], "delta": "0:00:00.006006", "end": "2024-10-12 21:02:00.311589", "failed_when_result": false, "rc": 2, "start": "2024-10-12 21:02:00.305583" } MSG: non-zero return code TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:277 Saturday 12 October 2024 21:02:00 -0400 (0:00:00.412) 0:07:30.495 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:281 Saturday 12 October 2024 21:02:00 -0400 (0:00:00.073) 0:07:30.568 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.024810", "end": "2024-10-12 21:02:00.812295", "rc": 0, "start": "2024-10-12 21:02:00.787485" } STDOUT: sVutNP-0dyh-CsfY-3Kl9-G3t9-Brxi-SA5EEg TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:286 Saturday 12 October 2024 21:02:00 -0400 (0:00:00.425) 0:07:30.994 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:290 Saturday 12 October 2024 21:02:00 -0400 (0:00:00.071) 0:07:31.065 ****** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 12 October 2024 21:02:01 -0400 (0:00:00.157) 0:07:31.223 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 12 October 2024 21:02:01 -0400 (0:00:00.091) 0:07:31.314 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 12 October 2024 21:02:01 -0400 (0:00:00.089) 0:07:31.404 ****** 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-r0n/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-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 12 October 2024 21:02:01 -0400 (0:00:00.325) 0:07:31.729 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 12 October 2024 21:02:01 -0400 (0:00:00.103) 0:07:31.833 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 12 October 2024 21:02:01 -0400 (0:00:00.254) 0:07:32.087 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 12 October 2024 21:02:02 -0400 (0:00:00.091) 0:07:32.179 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 12 October 2024 21:02:02 -0400 (0:00:00.073) 0:07:32.252 ****** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 12 October 2024 21:02:02 -0400 (0:00:00.110) 0:07:32.363 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 12 October 2024 21:02:02 -0400 (0:00:00.093) 0:07:32.456 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 12 October 2024 21:02:02 -0400 (0:00:00.120) 0:07:32.577 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 12 October 2024 21:02:02 -0400 (0:00:00.112) 0:07:32.690 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 12 October 2024 21:02:02 -0400 (0:00:00.087) 0:07:32.778 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 12 October 2024 21:02:02 -0400 (0:00:00.097) 0:07:32.876 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 12 October 2024 21:02:02 -0400 (0:00:00.068) 0:07:32.944 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 12 October 2024 21:02:02 -0400 (0:00:00.071) 0:07:33.015 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 12 October 2024 21:02:03 -0400 (0:00:00.099) 0:07:33.115 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 12 October 2024 21:02:03 -0400 (0:00:00.032) 0:07:33.147 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 12 October 2024 21:02:09 -0400 (0:00:06.126) 0:07:39.274 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 12 October 2024 21:02:09 -0400 (0:00:00.385) 0:07:39.659 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728780860.651366, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "97016a74af5563f154bc44713343db8ecbb8eecd", "ctime": 1728780856.7553248, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378693, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1728780856.7553248, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "1426299620", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 12 October 2024 21:02:10 -0400 (0:00:00.458) 0:07:40.118 ****** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 12 October 2024 21:02:10 -0400 (0:00:00.474) 0:07:40.592 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 12 October 2024 21:02:10 -0400 (0:00:00.034) 0:07:40.626 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 12 October 2024 21:02:10 -0400 (0:00:00.077) 0:07:40.704 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 12 October 2024 21:02:10 -0400 (0:00:00.075) 0:07:40.779 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 12 October 2024 21:02:10 -0400 (0:00:00.073) 0:07:40.853 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 12 October 2024 21:02:10 -0400 (0:00:00.086) 0:07:40.940 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 12 October 2024 21:02:10 -0400 (0:00:00.126) 0:07:41.066 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 12 October 2024 21:02:11 -0400 (0:00:00.092) 0:07:41.159 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 12 October 2024 21:02:11 -0400 (0:00:00.111) 0:07:41.270 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 12 October 2024 21:02:11 -0400 (0:00:00.121) 0:07:41.392 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1728781273.8496876, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1728781270.2686503, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 402653382, "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": 1728781270.269529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "831183417", "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-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 12 October 2024 21:02:11 -0400 (0:00:00.490) 0:07:41.882 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 12 October 2024 21:02:11 -0400 (0:00:00.055) 0:07:41.938 ****** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:299 Saturday 12 October 2024 21:02:13 -0400 (0:00:01.292) 0:07:43.231 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 12 October 2024 21:02:13 -0400 (0:00:00.244) 0:07:43.475 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 12 October 2024 21:02:13 -0400 (0:00:00.147) 0:07:43.622 ****** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 12 October 2024 21:02:13 -0400 (0:00:00.147) 0:07:43.770 ****** 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": "5101df7d-7d04-471c-8b87-a8afd44579eb" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 12 October 2024 21:02:14 -0400 (0:00:00.464) 0:07:44.235 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003092", "end": "2024-10-12 21:02:14.458152", "rc": 0, "start": "2024-10-12 21:02:14.455060" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Oct 1 17:02:11 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=5101df7d-7d04-471c-8b87-a8afd44579eb / 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 12 October 2024 21:02:14 -0400 (0:00:00.405) 0:07:44.640 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003023", "end": "2024-10-12 21:02:14.863731", "failed_when_result": false, "rc": 0, "start": "2024-10-12 21:02:14.860708" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 12 October 2024 21:02:14 -0400 (0:00:00.403) 0:07:45.044 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 12 October 2024 21:02:15 -0400 (0:00:00.113) 0:07:45.157 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 12 October 2024 21:02:15 -0400 (0:00:00.068) 0:07:45.226 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 12 October 2024 21:02:15 -0400 (0:00:00.067) 0:07:45.294 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 12 October 2024 21:02:15 -0400 (0:00:00.067) 0:07:45.361 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 12 October 2024 21:02:15 -0400 (0:00:00.146) 0:07:45.508 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 12 October 2024 21:02:15 -0400 (0:00:00.237) 0:07:45.745 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 12 October 2024 21:02:15 -0400 (0:00:00.033) 0:07:45.779 ****** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 12 October 2024 21:02:15 -0400 (0:00:00.087) 0:07:45.867 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 12 October 2024 21:02:15 -0400 (0:00:00.094) 0:07:45.961 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 12 October 2024 21:02:15 -0400 (0:00:00.095) 0:07:46.057 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 12 October 2024 21:02:16 -0400 (0:00:00.110) 0:07:46.168 ****** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 12 October 2024 21:02:16 -0400 (0:00:00.116) 0:07:46.284 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 12 October 2024 21:02:16 -0400 (0:00:00.077) 0:07:46.362 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 12 October 2024 21:02:16 -0400 (0:00:00.032) 0:07:46.394 ****** 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.8.118 originally 10.31.8.118 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.8.118 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.8.118 originally 10.31.8.118 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/b4f9babf5f' 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.8.118 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 12 October 2024 21:02:16 -0400 (0:00:00.441) 0:07:46.836 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 12 October 2024 21:02:16 -0400 (0:00:00.060) 0:07:46.897 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 12 October 2024 21:02:16 -0400 (0:00:00.175) 0:07:47.072 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 12 October 2024 21:02:17 -0400 (0:00:00.125) 0:07:47.198 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 12 October 2024 21:02:17 -0400 (0:00:00.085) 0:07:47.283 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 12 October 2024 21:02:17 -0400 (0:00:00.086) 0:07:47.369 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 12 October 2024 21:02:17 -0400 (0:00:00.311) 0:07:47.681 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 12 October 2024 21:02:17 -0400 (0:00:00.086) 0:07:47.768 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 12 October 2024 21:02:17 -0400 (0:00:00.071) 0:07:47.840 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 12 October 2024 21:02:17 -0400 (0:00:00.070) 0:07:47.910 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 12 October 2024 21:02:17 -0400 (0:00:00.069) 0:07:47.979 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 12 October 2024 21:02:17 -0400 (0:00:00.072) 0:07:48.052 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 12 October 2024 21:02:18 -0400 (0:00:00.072) 0:07:48.125 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 12 October 2024 21:02:18 -0400 (0:00:00.073) 0:07:48.198 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 12 October 2024 21:02:18 -0400 (0:00:00.121) 0:07:48.319 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 12 October 2024 21:02:18 -0400 (0:00:00.057) 0:07:48.376 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 12 October 2024 21:02:18 -0400 (0:00:00.170) 0:07:48.547 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 12 October 2024 21:02:18 -0400 (0:00:00.059) 0:07:48.607 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 12 October 2024 21:02:18 -0400 (0:00:00.112) 0:07:48.720 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 12 October 2024 21:02:18 -0400 (0:00:00.347) 0:07:49.067 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.044) 0:07:49.112 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.040) 0:07:49.152 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.075) 0:07:49.228 ****** included: /tmp/collections-r0n/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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.110) 0:07:49.339 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.035) 0:07:49.374 ****** included: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.114) 0:07:49.489 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.072) 0:07:49.562 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.099) 0:07:49.662 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.095) 0:07:49.758 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.088) 0:07:49.846 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.069) 0:07:49.916 ****** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.070) 0:07:49.987 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 12 October 2024 21:02:19 -0400 (0:00:00.076) 0:07:50.064 ****** 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-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 12 October 2024 21:02:20 -0400 (0:00:00.165) 0:07:50.229 ****** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 12 October 2024 21:02:20 -0400 (0:00:00.042) 0:07:50.272 ****** 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 Saturday 12 October 2024 21:02:20 -0400 (0:00:00.136) 0:07:50.409 ****** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 69.20s /tmp/collections-r0n/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 -- 57.04s /tmp/collections-r0n/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.48s /tmp/collections-r0n/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.91s /tmp/collections-r0n/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.40s /tmp/collections-r0n/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.74s /tmp/collections-r0n/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.13s /tmp/collections-r0n/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.86s /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Get the canonical device path for each member device -------------------- 4.34s /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Get the canonical device path for each member device -------------------- 4.34s /tmp/collections-r0n/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.98s /tmp/collections-r0n/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.91s /tmp/collections-r0n/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.82s /tmp/collections-r0n/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.72s /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Get the canonical device path for each member device -------------------- 3.38s /tmp/collections-r0n/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.36s /tmp/collections-r0n/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.08s /tmp/collections-r0n/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.67s /tmp/collections-r0n/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.41s /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get service facts ------------------- 2.21s /tmp/collections-r0n/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51