ansible-playbook [core 2.17.7] 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-Bpp executable location = /usr/local/bin/ansible-playbook python version = 3.12.8 (main, Dec 3 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_lvm_pool_members.yml ******************************************* 1 plays in /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:2 Friday 17 January 2025 09:36:43 -0500 (0:00:00.044) 0:00:00.044 ******** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Run the role] ************************************************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:14 Friday 17 January 2025 09:36:45 -0500 (0:00:01.608) 0:00:01.653 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:36:45 -0500 (0:00:00.061) 0:00:01.714 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:36:45 -0500 (0:00:00.042) 0:00:01.757 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:36:45 -0500 (0:00:00.074) 0:00:01.831 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:36:45 -0500 (0:00:00.102) 0:00:01.934 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:36:46 -0500 (0:00:00.758) 0:00:02.692 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:36:46 -0500 (0:00:00.076) 0:00:02.769 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:36:46 -0500 (0:00:00.039) 0:00:02.809 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:36:46 -0500 (0:00:00.046) 0:00:02.855 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:36:46 -0500 (0:00:00.166) 0:00:03.021 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:36:48 -0500 (0:00:01.783) 0:00:04.805 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:36:48 -0500 (0:00:00.037) 0:00:04.842 ******** ok: [managed-node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:36:48 -0500 (0:00:00.028) 0:00:04.871 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:36:49 -0500 (0:00:00.742) 0:00:05.613 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 17 January 2025 09:36:49 -0500 (0:00:00.032) 0:00:05.646 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 17 January 2025 09:36:49 -0500 (0:00:00.041) 0:00:05.687 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 17 January 2025 09:36:49 -0500 (0:00:00.050) 0:00:05.738 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:36:49 -0500 (0:00:00.056) 0:00:05.794 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:36:51 -0500 (0:00:01.372) 0:00:07.167 ******** ok: [managed-node1] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.fedoraproject.FirewallD1.service": { "name": "dbus-org.fedoraproject.FirewallD1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "running", "status": "enabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "ip6tables.service": { "name": "ip6tables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ipset.service": { "name": "ipset.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iptables.service": { "name": "iptables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm-devices-import.service": { "name": "lvm-devices-import.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "running", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "tangd@.service": { "name": "tangd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:36:52 -0500 (0:00:01.904) 0:00:09.071 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:36:53 -0500 (0:00:00.086) 0:00:09.158 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:36:53 -0500 (0:00:00.029) 0:00:09.188 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:36:53 -0500 (0:00:00.603) 0:00:09.791 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:36:53 -0500 (0:00:00.042) 0:00:09.833 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:36:54 -0500 (0:00:00.374) 0:00:10.208 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:36:54 -0500 (0:00:00.037) 0:00:10.246 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:36:54 -0500 (0:00:00.027) 0:00:10.274 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:36:54 -0500 (0:00:00.036) 0:00:10.310 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:36:54 -0500 (0:00:00.038) 0:00:10.349 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:36:54 -0500 (0:00:00.037) 0:00:10.386 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:36:54 -0500 (0:00:00.084) 0:00:10.471 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:36:54 -0500 (0:00:00.054) 0:00:10.525 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:36:54 -0500 (0:00:00.113) 0:00:10.638 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:36:54 -0500 (0:00:00.107) 0:00:10.746 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:36:54 -0500 (0:00:00.035) 0:00:10.781 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737123457.3729193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1737123455.306906, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 553648403, "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": 1737123455.3069792, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "53487268", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:36:55 -0500 (0:00:00.391) 0:00:11.173 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:36:55 -0500 (0:00:00.030) 0:00:11.204 ******** ok: [managed-node1] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:18 Friday 17 January 2025 09:36:56 -0500 (0:00:01.013) 0:00:12.217 ******** ok: [managed-node1] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:25 Friday 17 January 2025 09:36:56 -0500 (0:00:00.084) 0:00:12.302 ******** ok: [managed-node1] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el9", "source": "rpm", "version": "1.51.4" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el9", "source": "rpm", "version": "1.51.4" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "1.el9", "source": "rpm", "version": "1.51.4" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el9", "source": "rpm", "version": "1.51.4" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.el9", "source": "rpm", "version": "1.24" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "8.el9", "source": "rpm", "version": "0.60.8" } ], "attr": [ { "arch": "x86_64", "epoch": null, "name": "attr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "21.el9", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.el9", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "9.el9", "source": "rpm", "version": "5.1.8" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "14.el9", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el9", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "35.el9", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "59.el9", "source": "rpm", "version": "2.35.2" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "59.el9", "source": "rpm", "version": "2.35.2" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "5.el9", "source": "rpm", "version": "3.7.4" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "22.el9", "source": "rpm", "version": "3.6.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "8.el9", "source": "rpm", "version": "1.75.0" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "9.el9", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "2.el9", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "91.4.el9", "source": "rpm", "version": "2024.2.69_v8.0.303" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "26.el9", "source": "rpm", "version": "9.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el9", "source": "rpm", "version": "4.6.1" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "207.el9", "source": "rpm", "version": "21" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "207.el9", "source": "rpm", "version": "21" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "22.el9", "source": "rpm", "version": "23.4" } ], "cloud-utils-growpart": [ { "arch": "x86_64", "epoch": null, "name": "cloud-utils-growpart", "release": "1.el9", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "39.el9", "source": "rpm", "version": "8.32" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "39.el9", "source": "rpm", "version": "8.32" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "16.el9", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "13.el9", "source": "rpm", "version": "1.5.7" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "13.el9", "source": "rpm", "version": "1.5.7" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "26.20190603git.el9", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "2.git626aa59.el9", "source": "rpm", "version": "20240828" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "2.git626aa59.el9", "source": "rpm", "version": "20240828" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "3.el9", "source": "rpm", "version": "2.7.2" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.el9", "source": "rpm", "version": "2.7.2" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "31.el9", "source": "rpm", "version": "7.76.1" } ], "cxl-libs": [ { "arch": "x86_64", "epoch": null, "name": "cxl-libs", "release": "2.el9", "source": "rpm", "version": "78" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "21.el9", "source": "rpm", "version": "2.1.27" } ], "daxctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "daxctl-libs", "release": "2.el9", "source": "rpm", "version": "78" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "7.el9", "source": "rpm", "version": "28" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "8.el9", "source": "rpm", "version": "1.12.20" } ], "dejavu-sans-fonts": [ { "arch": "noarch", "epoch": null, "name": "dejavu-sans-fonts", "release": "18.el9", "source": "rpm", "version": "2.37" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper", "release": "3.el9", "source": "rpm", "version": "1.02.202" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event", "release": "3.el9", "source": "rpm", "version": "1.02.202" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event-libs", "release": "3.el9", "source": "rpm", "version": "1.02.202" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-libs", "release": "3.el9", "source": "rpm", "version": "1.02.202" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "34.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "34.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "1.el9", "source": "rpm", "version": "1.1.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "19.b1.el9", "source": "rpm", "version": "4.4.2" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "12.el9", "source": "rpm", "version": "3.7" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "21.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "21.el9", "source": "rpm", "version": "4.14.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "18.el9", "source": "rpm", "version": "4.3.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "79.git20241127.el9", "source": "rpm", "version": "057" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "79.git20241127.el9", "source": "rpm", "version": "057" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "79.git20241127.el9", "source": "rpm", "version": "057" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "79.git20241127.el9", "source": "rpm", "version": "057" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "1.el9", "source": "rpm", "version": "12.1.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "6.el9", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "6.el9", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "3.el9", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "2.el9", "source": "rpm", "version": "0.192" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "2.el9", "source": "rpm", "version": "0.192" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "2.el9", "source": "rpm", "version": "0.192" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "2.el9", "source": "rpm", "version": "0.192" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "2.el9", "source": "rpm", "version": "0.192" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "2.el9", "source": "rpm", "version": "0.192" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "10.el9", "source": "rpm", "version": "27.2" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "9.el9", "source": "rpm", "version": "9" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "1.el9", "source": "rpm", "version": "6.11" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "4.el9", "source": "rpm", "version": "2.5.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "16.el9", "source": "rpm", "version": "5.39" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "5.el9", "source": "rpm", "version": "3.16" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "7.el9", "source": "rpm", "version": "4.8.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "9.el9", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.el9.1", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "17.el9", "source": "rpm", "version": "2.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "1.el9", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.el9", "source": "rpm", "version": "1.0.7" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "8.el9", "source": "rpm", "version": "0.21" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "16.el9", "source": "rpm", "version": "2.68.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "143.el9", "source": "rpm", "version": "2.34" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "143.el9", "source": "rpm", "version": "2.34" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "143.el9", "source": "rpm", "version": "2.34" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "143.el9", "source": "rpm", "version": "2.34" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "143.el9", "source": "rpm", "version": "2.34" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "143.el9", "source": "rpm", "version": "2.34" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "13.el9", "source": "rpm", "version": "6.2.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "4.el9", "source": "rpm", "version": "2.3.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "4.el9", "source": "rpm", "version": "3.8.3" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "11.el9", "source": "rpm", "version": "1.68.0" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "613798eb", "source": "rpm", "version": "3228467c" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "29.el9", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "5.el9", "source": "rpm", "version": "3.6" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "10.el9", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "93.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "93.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "93.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "93.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "93.el9", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "63.el9", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "7.el9", "source": "rpm", "version": "0.8.4" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "1.el9", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el9", "source": "rpm", "version": "3.23" } ], "http-parser": [ { "arch": "x86_64", "epoch": null, "name": "http-parser", "release": "6.el9", "source": "rpm", "version": "2.9.4" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "9.15.el9", "source": "rpm", "version": "0.348" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "3.el9", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "6.el9", "source": "rpm", "version": "49" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "4.el9", "source": "rpm", "version": "10.11.8" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "4.el9", "source": "rpm", "version": "10.11.8" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "5.el9", "source": "rpm", "version": "1.0.0" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "5.el9", "source": "rpm", "version": "6.2.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "8.el9", "source": "rpm", "version": "7.11" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "6.el9", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "6.el9", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "11.el9", "source": "rpm", "version": "20210202" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "1.el9", "source": "rpm", "version": "1.9.4" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "148.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "148.el9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "148.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "148.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "148.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "148.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl3160-firmware", "release": "148.el9", "source": "rpm", "version": "25.30.13.0" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "148.el9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "148.el9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "148.el9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "148.el9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl7260-firmware", "release": "148.el9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el9", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "1.el9", "source": "rpm", "version": "3.6.0" } ], "jose": [ { "arch": "x86_64", "epoch": null, "name": "jose", "release": "1.el9", "source": "rpm", "version": "14" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "17.el9", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "11.el9", "source": "rpm", "version": "0.14" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "10.el9", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "542.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "542.el9", "source": "rpm", "version": "5.14.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "547.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "542.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "542.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "542.el9", "source": "rpm", "version": "5.14.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "547.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "542.el9", "source": "rpm", "version": "5.14.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "547.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "542.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "542.el9", "source": "rpm", "version": "5.14.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "1.el9", "source": "rpm", "version": "2.0.29" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "1.el9", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "10.el9", "source": "rpm", "version": "28" } ], "kmod-kvdo": [ { "arch": "x86_64", "epoch": null, "name": "kmod-kvdo", "release": "154.el9", "source": "rpm", "version": "8.2.5.2" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "10.el9", "source": "rpm", "version": "28" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "34.el9", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "4.el9", "source": "rpm", "version": "1.21.1" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "5.el9", "source": "rpm", "version": "590" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "4.el9", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "13.el9", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.el9", "source": "rpm", "version": "3.5.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el9", "source": "rpm", "version": "2.5.5" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.el9", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-kbd": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-kbd", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-nvdimm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvdimm", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "1.el9", "source": "rpm", "version": "1.4.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "7.el9", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "9.el9", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.el9", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.el9", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "6.el9", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "31.el9", "source": "rpm", "version": "7.76.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "23.el9", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "55.el9", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.el9", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "4.el9", "source": "rpm", "version": "0.4.1" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "38.20210216cvs.el9", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "4.el9", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "6.el9", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.el9", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "5.el9", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.el9", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "2.el9", "source": "rpm", "version": "1.13.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "11.el9", "source": "rpm", "version": "1.10.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "5.el9", "source": "rpm", "version": "1.42" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "7.el9", "source": "rpm", "version": "2.3.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.el9", "source": "rpm", "version": "1.3.1" } ], "libjose": [ { "arch": "x86_64", "epoch": null, "name": "libjose", "release": "1.el9", "source": "rpm", "version": "14" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el9", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "7.el9", "source": "rpm", "version": "1.5.1" } ], "libldb": [ { "arch": "x86_64", "epoch": 0, "name": "libldb", "release": "3.el9", "source": "rpm", "version": "4.21.2" } ], "libluksmeta": [ { "arch": "x86_64", "epoch": null, "name": "libluksmeta", "release": "12.el9", "source": "rpm", "version": "9" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "4.el9", "source": "rpm", "version": "1.5.2" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "16.el9", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el9", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "4.el9", "source": "rpm", "version": "1.2.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "1.el9", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el9", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "23.el9", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "29.el9", "source": "rpm", "version": "2.5.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "4.el9", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "6.el9", "source": "rpm", "version": "1.43.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el9", "source": "rpm", "version": "3.11.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el9", "source": "rpm", "version": "3.11.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.el9", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "4.el9", "source": "rpm", "version": "1.5.3" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.el9", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "8.el9", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.el9", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el9", "source": "rpm", "version": "1.14.5" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "6.el9", "source": "rpm", "version": "2.15.2" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.el9", "source": "rpm", "version": "2.5.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "3.el9", "source": "rpm", "version": "3.6" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.el9", "source": "rpm", "version": "3.6" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.el9", "source": "rpm", "version": "2.13" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "3.el9", "source": "rpm", "version": "0.7.24" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "6.el9", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "13.el9", "source": "rpm", "version": "0.10.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.el9", "source": "rpm", "version": "2.9.6" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.el9", "source": "rpm", "version": "2.9.6" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.el9", "source": "rpm", "version": "2.9.6" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.el9", "source": "rpm", "version": "2.9.6" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "2.el9", "source": "rpm", "version": "11.5.0" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "10.el9", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el9", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "8.el9", "source": "rpm", "version": "4.16.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el9", "source": "rpm", "version": "1.4.12" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.el9", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "9.el9", "source": "rpm", "version": "1.3.3" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "15.el9", "source": "rpm", "version": "0.9.10" } ], "liburing": [ { "arch": "x86_64", "epoch": null, "name": "liburing", "release": "1.el9", "source": "rpm", "version": "2.5" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "15.el9", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.el9", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el9", "source": "rpm", "version": "2.9.13" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "9.el9", "source": "rpm", "version": "1.1.34" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.el9", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.el9", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.el9", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "148.el9", "source": "rpm", "version": "20241121" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "148.el9", "source": "rpm", "version": "20241121" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "3.el9", "source": "rpm", "version": "0.9.29" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "8.el9", "source": "rpm", "version": "3.18.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "10.el9", "source": "rpm", "version": "B.02.19.2" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "3.el9", "source": "rpm", "version": "4.94.0" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el9", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "4.el9", "source": "rpm", "version": "5.4.4" } ], "luksmeta": [ { "arch": "x86_64", "epoch": null, "name": "luksmeta", "release": "12.el9", "source": "rpm", "version": "9" } ], "lvm2": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2", "release": "3.el9", "source": "rpm", "version": "2.03.28" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2-libs", "release": "3.el9", "source": "rpm", "version": "2.03.28" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "5.el9", "source": "rpm", "version": "1.9.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "7.el9", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "1.el9", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "8.el9", "source": "rpm", "version": "4.3" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "7.el9", "source": "rpm", "version": "2.9.3" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "4.el9", "source": "rpm", "version": "4.3" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "1.el9", "source": "rpm", "version": "20240910" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "4.el9", "source": "rpm", "version": "0.6.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "7.el9", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20210508.el9", "source": "rpm", "version": "6.2" } ], "ndctl": [ { "arch": "x86_64", "epoch": null, "name": "ndctl", "release": "2.el9", "source": "rpm", "version": "78" } ], "ndctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "ndctl-libs", "release": "2.el9", "source": "rpm", "version": "78" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.el9", "source": "rpm", "version": "3.9.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el9", "source": "rpm", "version": "0.52.21" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "29.el9", "source": "rpm", "version": "2.5.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.el9", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.el9", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "14.el9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "7.el9", "source": "rpm", "version": "3.101.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "2.el9", "source": "rpm", "version": "2.0.18" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "7.el9", "source": "rpm", "version": "0.34.7" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.el9.6", "source": "rpm", "version": "6.9.6" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "3.el9", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "44.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "44.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "44.el9", "source": "rpm", "version": "8.7p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "6.el9", "source": "rpm", "version": "3.2.2" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "6.el9", "source": "rpm", "version": "3.2.2" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "6.el9", "source": "rpm", "version": "3.2.2" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "12.el9", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.el9", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.el9", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "23.el9", "source": "rpm", "version": "1.5.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "2.el9", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.el9", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "5.el9", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "4.el9", "source": "rpm", "version": "8.44" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "6.el9", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "6.el9", "source": "rpm", "version": "10.40" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "481.el9", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "481.el9", "source": "rpm", "version": "1.80" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "460.el9", "source": "rpm", "version": "1.50" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "481.el9", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "462.el9", "source": "rpm", "version": "2.174" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "4.el9", "source": "rpm", "version": "1.19" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "4.el9", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "481.el9", "source": "rpm", "version": "1.47" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "462.el9", "source": "rpm", "version": "3.08" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "481.el9", "source": "rpm", "version": "1.30" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "7.el9", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "461.el9", "source": "rpm", "version": "5.74" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "481.el9", "source": "rpm", "version": "1.13" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "481.el9", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "481.el9", "source": "rpm", "version": "1.37" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "4.el9", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "4.el9", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "481.el9", "source": "rpm", "version": "1.09" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "481.el9", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.el9", "source": "rpm", "version": "2.52" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "481.el9", "source": "rpm", "version": "1.12" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.el9", "source": "rpm", "version": "2.43.5" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "462.el9", "source": "rpm", "version": "0.076" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "481.el9", "source": "rpm", "version": "1.43" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el9", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.el9", "source": "rpm", "version": "2.073" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "481.el9", "source": "rpm", "version": "1.21" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "4.el9", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "6.el9", "source": "rpm", "version": "20200520" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "481.el9", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "1.el9", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "481.el9", "source": "rpm", "version": "1.94" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "461.el9", "source": "rpm", "version": "3.78" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "460.el9", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "461.el9", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el9", "source": "rpm", "version": "3.42" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.el9", "source": "rpm", "version": "2.01" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Scalar-List-Utils", "release": "462.el9", "source": "rpm", "version": "1.56" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "481.el9", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "4.el9", "source": "rpm", "version": "2.031" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "460.el9", "source": "rpm", "version": "3.21" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "481.el9", "source": "rpm", "version": "1.08" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "461.el9", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "460.el9", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "11.el9", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "460.el9", "source": "rpm", "version": "3.30" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "460.el9", "source": "rpm", "version": "2013.0523" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "7.el9", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el9", "source": "rpm", "version": "5.09" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "481.el9", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "461.el9", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "481.el9", "source": "rpm", "version": "0.60.800" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "481.el9", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "4.el9", "source": "rpm", "version": "3.13" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "481.el9", "source": "rpm", "version": "5.32.1" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "481.el9", "source": "rpm", "version": "1.23" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "481.el9", "source": "rpm", "version": "1.31" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "481.el9", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "460.el9", "source": "rpm", "version": "0.238" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "460.el9", "source": "rpm", "version": "4.14" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "481.el9", "source": "rpm", "version": "1.03" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "481.el9", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el9", "source": "rpm", "version": "2.5" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "10.el9", "source": "rpm", "version": "1.7.3" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "8.el9", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "8.el9", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "14.el9", "source": "rpm", "version": "3.3.17" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.el9", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "3.el9", "source": "rpm", "version": "20210518" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.el9", "source": "rpm", "version": "3.9.21" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.el9", "source": "rpm", "version": "3.9.21" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "7.el9", "source": "rpm", "version": "20.3.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.el9", "source": "rpm", "version": "3.1.5" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "22.el9", "source": "rpm", "version": "3.6.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "12.el9", "source": "rpm", "version": "2.28" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "5.el9", "source": "rpm", "version": "4.0.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "25.el9", "source": "rpm", "version": "5.0.6" } ], "python3-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python3-configshell", "release": "1.el9", "source": "rpm", "version": "1.1.30" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "7.el9", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.el9", "source": "rpm", "version": "1.2.18" } ], "python3-dbus-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-client-gen", "release": "1.el9", "source": "rpm", "version": "0.5.1" } ], "python3-dbus-python-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-python-client-gen", "release": "1.el9", "source": "rpm", "version": "0.8.3" } ], "python3-dbus-signature-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-signature-pyparsing", "release": "1.el9", "source": "rpm", "version": "0.4.1" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "7.el9", "source": "rpm", "version": "1.5.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "21.el9", "source": "rpm", "version": "4.14.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "18.el9", "source": "rpm", "version": "4.3.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "7.el9", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "6.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "7.el9.1", "source": "rpm", "version": "2.10" } ], "python3-into-dbus-python": [ { "arch": "noarch", "epoch": null, "name": "python3-into-dbus-python", "release": "1.el9", "source": "rpm", "version": "0.8.2" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "6.el9", "source": "rpm", "version": "2.11.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "16.el9", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "4.el9", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.el9", "source": "rpm", "version": "3.2.0" } ], "python3-justbases": [ { "arch": "noarch", "epoch": null, "name": "python3-justbases", "release": "1.el9", "source": "rpm", "version": "0.15.2" } ], "python3-justbytes": [ { "arch": "noarch", "epoch": null, "name": "python3-justbytes", "release": "1.el9", "source": "rpm", "version": "0.15.2" } ], "python3-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python3-kmod", "release": "32.el9", "source": "rpm", "version": "0.9" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "12.el9", "source": "rpm", "version": "0.69.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.el9", "source": "rpm", "version": "3.9.21" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "2.el9", "source": "rpm", "version": "3.6" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "3.el9", "source": "rpm", "version": "3.6" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.el9", "source": "rpm", "version": "4.6.5" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "12.el9", "source": "rpm", "version": "1.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "15.el9", "source": "rpm", "version": "0.10.6" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.el9", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "5.el9", "source": "rpm", "version": "3.1.1" } ], "python3-packaging": [ { "arch": "noarch", "epoch": null, "name": "python3-packaging", "release": "5.el9", "source": "rpm", "version": "20.9" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "1.el9", "source": "rpm", "version": "21.3.1" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "2.1.el9", "source": "rpm", "version": "3.6" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "27.el9", "source": "rpm", "version": "0.7.2" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "12.el9", "source": "rpm", "version": "5.8.0" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "9.el9", "source": "rpm", "version": "2.4.7" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "1.el9", "source": "rpm", "version": "3.12.0" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "8.el9", "source": "rpm", "version": "0.17.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "12.el9", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.el9", "source": "rpm", "version": "1.7.1" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "5.el9", "source": "rpm", "version": "2021.1" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "6.el9", "source": "rpm", "version": "0.22.0" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.el9", "source": "rpm", "version": "5.4.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "8.el9", "source": "rpm", "version": "2.25.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "36.el9", "source": "rpm", "version": "4.16.1.3" } ], "python3-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python3-rtslib", "release": "1.el9", "source": "rpm", "version": "2.1.76" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.el9", "source": "rpm", "version": "4.4.4" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "13.el9", "source": "rpm", "version": "53.0.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "13.el9", "source": "rpm", "version": "53.0.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.el9", "source": "rpm", "version": "1.15.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "19.el9", "source": "rpm", "version": "234" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "6.el9", "source": "rpm", "version": "1.26.5" } ], "python3-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python3-urwid", "release": "4.el9", "source": "rpm", "version": "2.1.2" } ], "python3-wcwidth": [ { "arch": "noarch", "epoch": null, "name": "python3-wcwidth", "release": "8.el9", "source": "rpm", "version": "0.2.5" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "5.el9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 17, "name": "qemu-guest-agent", "release": "5.el9", "source": "rpm", "version": "9.1.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "4.el9", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "4.el9", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "4.el9", "source": "rpm", "version": "8.1" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el9", "source": "rpm", "version": "0.4.5" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el9", "source": "rpm", "version": "0.4.5" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.el9", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.el9", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "7.el9", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "36.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "36.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "36.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "36.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "36.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "36.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "36.el9", "source": "rpm", "version": "4.16.1.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "20.el9", "source": "rpm", "version": "3.2.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "4.el9", "source": "rpm", "version": "8.2310.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "9.el9", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el9", "source": "rpm", "version": "38.1.50" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el9", "source": "rpm", "version": "38.1.50" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "10.el9", "source": "rpm", "version": "2.13.7" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "9.el9", "source": "rpm", "version": "1.47" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "12.el9", "source": "rpm", "version": "4.9" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el9", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "8.el9", "source": "rpm", "version": "1.1.8" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "7.el9", "source": "rpm", "version": "3.34.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "10.git1.el9", "source": "rpm", "version": "4.4" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.el9", "source": "rpm", "version": "2.9.6" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.el9", "source": "rpm", "version": "2.9.6" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.el9", "source": "rpm", "version": "2.9.6" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.el9", "source": "rpm", "version": "2.9.6" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "2.el9", "source": "rpm", "version": "6.7" } ], "stratis-cli": [ { "arch": "noarch", "epoch": null, "name": "stratis-cli", "release": "1.el9", "source": "rpm", "version": "3.7.0" } ], "stratisd": [ { "arch": "x86_64", "epoch": null, "name": "stratisd", "release": "1.el9", "source": "rpm", "version": "3.7.3" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el9", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "48.el9", "source": "rpm", "version": "252" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "48.el9", "source": "rpm", "version": "252" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "48.el9", "source": "rpm", "version": "252" } ], "systemd-rpm-macros": [ { "arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "48.el9", "source": "rpm", "version": "252" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "48.el9", "source": "rpm", "version": "252" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "2.el9", "source": "rpm", "version": "5.2" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "2.el9", "source": "rpm", "version": "5.2" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "2.el9", "source": "rpm", "version": "5.2" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "2.el9", "source": "rpm", "version": "5.2" } ], "tang": [ { "arch": "x86_64", "epoch": null, "name": "tang", "release": "2.el9", "source": "rpm", "version": "14" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "7.el9", "source": "rpm", "version": "1.34" } ], "target-restore": [ { "arch": "noarch", "epoch": null, "name": "target-restore", "release": "1.el9", "source": "rpm", "version": "2.1.76" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "2.el9", "source": "rpm", "version": "2.1.57" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "8.el9", "source": "rpm", "version": "2020.3" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "16.el9", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "18.el9", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "4.el9", "source": "rpm", "version": "5.2" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "1.el9", "source": "rpm", "version": "3.2.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "2.el9", "source": "rpm", "version": "2024b" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "57.el9", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el9", "source": "rpm", "version": "0.12.1" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "20.el9", "source": "rpm", "version": "2.37.4" } ], "vdo": [ { "arch": "x86_64", "epoch": null, "name": "vdo", "release": "1.el9", "source": "rpm", "version": "8.2.2.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "21.el9", "source": "rpm", "version": "8.2.2637" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "15.el9", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "8.el9", "source": "rpm", "version": "1.21.1" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "29.el9", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.el9", "source": "rpm", "version": "6.4.0" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "8.el9", "source": "rpm", "version": "5.2.5" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "21.el9", "source": "rpm", "version": "4.14.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "18.el9", "source": "rpm", "version": "4.3.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "35.el9", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "41.el9", "source": "rpm", "version": "1.2.11" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:28 Friday 17 January 2025 09:36:57 -0500 (0:00:01.463) 0:00:13.765 ******** ok: [managed-node1] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:32 Friday 17 January 2025 09:36:57 -0500 (0:00:00.088) 0:00:13.853 ******** ok: [managed-node1] => { "ansible_facts": { "blivet_pkg_version": "3.6.0-22.el9" }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:46 Friday 17 January 2025 09:36:57 -0500 (0:00:00.075) 0:00:13.930 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node1 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Friday 17 January 2025 09:36:57 -0500 (0:00:00.099) 0:00:14.029 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Friday 17 January 2025 09:36:59 -0500 (0:00:01.381) 0:00:15.411 ******** ok: [managed-node1] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Friday 17 January 2025 09:36:59 -0500 (0:00:00.532) 0:00:15.943 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Friday 17 January 2025 09:36:59 -0500 (0:00:00.068) 0:00:16.011 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Friday 17 January 2025 09:37:00 -0500 (0:00:00.075) 0:00:16.087 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Friday 17 January 2025 09:37:00 -0500 (0:00:00.088) 0:00:16.175 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:53 Friday 17 January 2025 09:37:00 -0500 (0:00:00.073) 0:00:16.248 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:37:00 -0500 (0:00:00.107) 0:00:16.355 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:37:00 -0500 (0:00:00.094) 0:00:16.450 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:37:00 -0500 (0:00:00.097) 0:00:16.548 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:37:00 -0500 (0:00:00.531) 0:00:17.079 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:37:01 -0500 (0:00:00.259) 0:00:17.339 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:37:01 -0500 (0:00:00.083) 0:00:17.422 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:37:01 -0500 (0:00:00.090) 0:00:17.513 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:37:01 -0500 (0:00:00.071) 0:00:17.584 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:37:01 -0500 (0:00:00.115) 0:00:17.700 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:37:01 -0500 (0:00:00.070) 0:00:17.771 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:37:01 -0500 (0:00:00.074) 0:00:17.845 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:37:01 -0500 (0:00:00.086) 0:00:17.931 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:37:01 -0500 (0:00:00.071) 0:00:18.003 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:37:01 -0500 (0:00:00.070) 0:00:18.074 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:37:02 -0500 (0:00:00.070) 0:00:18.144 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:37:02 -0500 (0:00:00.069) 0:00:18.214 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:37:02 -0500 (0:00:00.102) 0:00:18.316 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:37:02 -0500 (0:00:00.067) 0:00:18.383 ******** changed: [managed-node1] => { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:37:09 -0500 (0:00:07.166) 0:00:25.550 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:37:09 -0500 (0:00:00.121) 0:00:25.671 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:37:10 -0500 (0:00:00.477) 0:00:26.148 ******** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:37:10 -0500 (0:00:00.553) 0:00:26.701 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:37:10 -0500 (0:00:00.033) 0:00:26.735 ******** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:37:10 -0500 (0:00:00.076) 0:00:26.812 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:37:10 -0500 (0:00:00.081) 0:00:26.894 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:37:10 -0500 (0:00:00.115) 0:00:27.010 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:37:10 -0500 (0:00:00.059) 0:00:27.069 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:37:11 -0500 (0:00:00.103) 0:00:27.173 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:37:11 -0500 (0:00:00.060) 0:00:27.234 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:37:11 -0500 (0:00:00.082) 0:00:27.317 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:37:11 -0500 (0:00:00.130) 0:00:27.447 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737123457.3729193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1737123455.306906, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 553648403, "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": 1737123455.3069792, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "53487268", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:37:11 -0500 (0:00:00.491) 0:00:27.938 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:37:11 -0500 (0:00:00.075) 0:00:28.014 ******** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:61 Friday 17 January 2025 09:37:12 -0500 (0:00:01.055) 0:00:29.069 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 17 January 2025 09:37:13 -0500 (0:00:00.176) 0:00:29.245 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 17 January 2025 09:37:13 -0500 (0:00:00.100) 0:00:29.346 ******** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 17 January 2025 09:37:13 -0500 (0:00:00.095) 0:00:29.442 ******** 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": "10BlG0-Udfc-NihE-QUh1-asJi-zyR2-iHx5m2" }, "/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": "EGcpZn-uIcp-3AvO-D0WQ-tX92-q1hP-CES4EH" }, "/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": "9FIwY7-4txp-8WRg-2MXl-JnR1-ePp0-YxDPCW" }, "/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": "Gc3GSO-Qpak-SapQ-9gmU-Q6pK-oNRZ-rS92Se" }, "/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": "vNiH17-qJbX-8wgq-zUN7-VQbd-2IJz-JysRVQ" }, "/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": "SY75xc-Bpxy-nCkc-xsJJ-iX7X-kfTW-1bMFTk" }, "/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": "nmk2dD-FzqO-3c9V-bKEl-AMXK-MTXl-TXrl5E" }, "/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": "m4jQ1u-jCvY-xuBV-gZT0-82yI-mmMD-tM9EPF" }, "/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": "YsR6CZ-RxY3-DxZE-ycra-faEo-YPgJ-qcTvYK" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "67db83fb-317b-4d3f-873e-b15c4c94e41e" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 17 January 2025 09:37:14 -0500 (0:00:00.688) 0:00:30.130 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003081", "end": "2025-01-17 09:37:14.622288", "rc": 0, "start": "2025-01-17 09:37:14.619207" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:17 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=67db83fb-317b-4d3f-873e-b15c4c94e41e / 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 17 January 2025 09:37:14 -0500 (0:00:00.660) 0:00:30.790 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002871", "end": "2025-01-17 09:37:15.149467", "failed_when_result": false, "rc": 0, "start": "2025-01-17 09:37:15.146596" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 17 January 2025 09:37:15 -0500 (0:00:00.595) 0:00:31.386 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 17 January 2025 09:37:15 -0500 (0:00:00.240) 0:00:31.626 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 17 January 2025 09:37:15 -0500 (0:00:00.102) 0:00:31.729 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.034365", "end": "2025-01-17 09:37:16.023009", "rc": 0, "start": "2025-01-17 09:37:15.988644" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 17 January 2025 09:37:16 -0500 (0:00:00.512) 0:00:32.241 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 17 January 2025 09:37:16 -0500 (0:00:00.313) 0:00:32.555 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Friday 17 January 2025 09:37:16 -0500 (0:00:00.258) 0:00:32.814 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 17 January 2025 09:37:16 -0500 (0:00:00.172) 0:00:32.986 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 17 January 2025 09:37:21 -0500 (0:00:04.870) 0:00:37.858 ******** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 17 January 2025 09:37:22 -0500 (0:00:00.280) 0:00:38.138 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 17 January 2025 09:37:22 -0500 (0:00:00.198) 0:00:38.336 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 17 January 2025 09:37:22 -0500 (0:00:00.174) 0:00:38.511 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 17 January 2025 09:37:22 -0500 (0:00:00.093) 0:00:38.605 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 17 January 2025 09:37:22 -0500 (0:00:00.107) 0:00:38.713 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 17 January 2025 09:37:22 -0500 (0:00:00.071) 0:00:38.784 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 17 January 2025 09:37:23 -0500 (0:00:01.018) 0:00:39.803 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:402135): WARNING **: 09:37:24.055: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.159 originally 10.31.45.159 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.45.159 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.45.159 originally 10.31.45.159 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.159 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 17 January 2025 09:37:24 -0500 (0:00:00.478) 0:00:40.281 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 17 January 2025 09:37:24 -0500 (0:00:00.428) 0:00:40.710 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Friday 17 January 2025 09:37:24 -0500 (0:00:00.205) 0:00:40.915 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Friday 17 January 2025 09:37:24 -0500 (0:00:00.073) 0:00:40.989 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Friday 17 January 2025 09:37:25 -0500 (0:00:00.102) 0:00:41.092 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Friday 17 January 2025 09:37:25 -0500 (0:00:00.186) 0:00:41.281 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 17 January 2025 09:37:25 -0500 (0:00:00.233) 0:00:41.514 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 17 January 2025 09:37:25 -0500 (0:00:00.168) 0:00:41.683 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Friday 17 January 2025 09:37:25 -0500 (0:00:00.127) 0:00:41.811 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Friday 17 January 2025 09:37:25 -0500 (0:00:00.196) 0:00:42.007 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Friday 17 January 2025 09:37:26 -0500 (0:00:00.140) 0:00:42.147 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Friday 17 January 2025 09:37:26 -0500 (0:00:00.130) 0:00:42.278 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 17 January 2025 09:37:26 -0500 (0:00:00.184) 0:00:42.463 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 17 January 2025 09:37:26 -0500 (0:00:00.176) 0:00:42.639 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 17 January 2025 09:37:26 -0500 (0:00:00.258) 0:00:42.897 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 17 January 2025 09:37:26 -0500 (0:00:00.061) 0:00:42.959 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 17 January 2025 09:37:27 -0500 (0:00:00.215) 0:00:43.175 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 17 January 2025 09:37:27 -0500 (0:00:00.042) 0:00:43.218 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Friday 17 January 2025 09:37:27 -0500 (0:00:00.129) 0:00:43.348 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 17 January 2025 09:37:27 -0500 (0:00:00.093) 0:00:43.441 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 17 January 2025 09:37:27 -0500 (0:00:00.494) 0:00:43.936 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sda1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdb1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdc1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdd1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sde1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdf1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdg1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdh1) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:37:28 -0500 (0:00:00.770) 0:00:44.707 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:37:28 -0500 (0:00:00.196) 0:00:44.903 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:37:28 -0500 (0:00:00.108) 0:00:45.012 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:37:29 -0500 (0:00:00.186) 0:00:45.198 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:37:29 -0500 (0:00:00.225) 0:00:45.424 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:37:29 -0500 (0:00:00.150) 0:00:45.575 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:37:29 -0500 (0:00:00.167) 0:00:45.742 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:37:29 -0500 (0:00:00.195) 0:00:45.938 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:37:29 -0500 (0:00:00.127) 0:00:46.065 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:37:30 -0500 (0:00:00.106) 0:00:46.172 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:37:30 -0500 (0:00:00.104) 0:00:46.276 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:37:30 -0500 (0:00:00.115) 0:00:46.391 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:37:30 -0500 (0:00:00.125) 0:00:46.517 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:37:30 -0500 (0:00:00.158) 0:00:46.675 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:37:30 -0500 (0:00:00.156) 0:00:46.832 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:37:30 -0500 (0:00:00.152) 0:00:46.984 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:37:31 -0500 (0:00:00.162) 0:00:47.147 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:37:31 -0500 (0:00:00.187) 0:00:47.334 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:37:31 -0500 (0:00:00.214) 0:00:47.549 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:37:31 -0500 (0:00:00.211) 0:00:47.760 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:37:31 -0500 (0:00:00.161) 0:00:47.922 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:37:31 -0500 (0:00:00.153) 0:00:48.075 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:37:32 -0500 (0:00:00.156) 0:00:48.232 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:37:32 -0500 (0:00:00.170) 0:00:48.403 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:37:32 -0500 (0:00:00.127) 0:00:48.531 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:37:32 -0500 (0:00:00.163) 0:00:48.695 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:37:32 -0500 (0:00:00.158) 0:00:48.853 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:37:32 -0500 (0:00:00.139) 0:00:48.992 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:37:33 -0500 (0:00:00.112) 0:00:49.104 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:37:33 -0500 (0:00:00.096) 0:00:49.201 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:37:33 -0500 (0:00:00.074) 0:00:49.275 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:37:33 -0500 (0:00:00.108) 0:00:49.384 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:37:33 -0500 (0:00:00.095) 0:00:49.480 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:37:33 -0500 (0:00:00.182) 0:00:49.663 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:37:33 -0500 (0:00:00.089) 0:00:49.753 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:37:33 -0500 (0:00:00.092) 0:00:49.845 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:37:33 -0500 (0:00:00.074) 0:00:49.920 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:37:33 -0500 (0:00:00.096) 0:00:50.017 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:37:34 -0500 (0:00:00.094) 0:00:50.111 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:37:34 -0500 (0:00:00.092) 0:00:50.203 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:37:34 -0500 (0:00:00.091) 0:00:50.295 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:37:34 -0500 (0:00:00.114) 0:00:50.410 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:37:34 -0500 (0:00:00.132) 0:00:50.543 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:37:34 -0500 (0:00:00.144) 0:00:50.688 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:37:34 -0500 (0:00:00.118) 0:00:50.806 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:37:34 -0500 (0:00:00.092) 0:00:50.898 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:37:34 -0500 (0:00:00.089) 0:00:50.988 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:37:34 -0500 (0:00:00.091) 0:00:51.079 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:37:35 -0500 (0:00:00.169) 0:00:51.249 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:37:35 -0500 (0:00:00.134) 0:00:51.383 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:37:35 -0500 (0:00:00.156) 0:00:51.540 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:37:35 -0500 (0:00:00.132) 0:00:51.672 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:37:35 -0500 (0:00:00.166) 0:00:51.839 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:37:35 -0500 (0:00:00.141) 0:00:51.980 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Friday 17 January 2025 09:37:35 -0500 (0:00:00.084) 0:00:52.065 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 17 January 2025 09:37:36 -0500 (0:00:00.076) 0:00:52.141 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 17 January 2025 09:37:36 -0500 (0:00:00.116) 0:00:52.257 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 17 January 2025 09:37:36 -0500 (0:00:00.034) 0:00:52.292 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 17 January 2025 09:37:36 -0500 (0:00:00.123) 0:00:52.416 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 17 January 2025 09:37:36 -0500 (0:00:00.073) 0:00:52.489 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 17 January 2025 09:37:36 -0500 (0:00:00.173) 0:00:52.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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 17 January 2025 09:37:36 -0500 (0:00:00.182) 0:00:52.845 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 17 January 2025 09:37:36 -0500 (0:00:00.096) 0:00:52.941 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 17 January 2025 09:37:36 -0500 (0:00:00.127) 0:00:53.068 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 17 January 2025 09:37:37 -0500 (0:00:00.143) 0:00:53.212 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 17 January 2025 09:37:37 -0500 (0:00:00.164) 0:00:53.377 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 17 January 2025 09:37:37 -0500 (0:00:00.053) 0:00:53.430 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 17 January 2025 09:37:37 -0500 (0:00:00.060) 0:00:53.491 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:64 Friday 17 January 2025 09:37:37 -0500 (0:00:00.097) 0:00:53.588 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028616", "end": "2025-01-17 09:37:37.872026", "rc": 0, "start": "2025-01-17 09:37:37.843410" } STDOUT: D8vSco-l8jD-BGBk-kyoW-pTkZ-Zh49-JLACsP TASK [Verify that nothing changes when disks don't change] ********************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:69 Friday 17 January 2025 09:37:37 -0500 (0:00:00.431) 0:00:54.020 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:37:38 -0500 (0:00:00.119) 0:00:54.139 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:37:38 -0500 (0:00:00.098) 0:00:54.238 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:37:38 -0500 (0:00:00.142) 0:00:54.381 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:37:38 -0500 (0:00:00.516) 0:00:54.897 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:37:38 -0500 (0:00:00.117) 0:00:55.015 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:37:39 -0500 (0:00:00.092) 0:00:55.107 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:37:39 -0500 (0:00:00.083) 0:00:55.191 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:37:39 -0500 (0:00:00.076) 0:00:55.267 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:37:39 -0500 (0:00:00.155) 0:00:55.423 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:37:39 -0500 (0:00:00.087) 0:00:55.510 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:37:39 -0500 (0:00:00.098) 0:00:55.608 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:37:39 -0500 (0:00:00.091) 0:00:55.700 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:37:39 -0500 (0:00:00.074) 0:00:55.774 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:37:39 -0500 (0:00:00.073) 0:00:55.847 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:37:39 -0500 (0:00:00.075) 0:00:55.922 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:37:39 -0500 (0:00:00.073) 0:00:55.995 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:37:40 -0500 (0:00:00.196) 0:00:56.192 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:37:40 -0500 (0:00:00.034) 0:00:56.226 ******** ok: [managed-node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/foo", "/dev/xvda1" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:37:43 -0500 (0:00:03.378) 0:00:59.604 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:37:43 -0500 (0:00:00.089) 0:00:59.694 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:37:44 -0500 (0:00:00.437) 0:01:00.132 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:37:44 -0500 (0:00:00.074) 0:01:00.206 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:37:44 -0500 (0:00:00.034) 0:01:00.241 ******** ok: [managed-node1] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/xvda1" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:37:44 -0500 (0:00:00.078) 0:01:00.319 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:37:44 -0500 (0:00:00.078) 0:01:00.397 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:37:44 -0500 (0:00:00.077) 0:01:00.475 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:37:44 -0500 (0:00:00.064) 0:01:00.539 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:37:44 -0500 (0:00:00.124) 0:01:00.664 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:37:44 -0500 (0:00:00.065) 0:01:00.730 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:37:44 -0500 (0:00:00.085) 0:01:00.815 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:37:44 -0500 (0:00:00.077) 0:01:00.893 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737123457.3729193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1737123455.306906, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 553648403, "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": 1737123455.3069792, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "53487268", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:37:45 -0500 (0:00:00.524) 0:01:01.417 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:37:45 -0500 (0:00:00.056) 0:01:01.474 ******** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:77 Friday 17 January 2025 09:37:46 -0500 (0:00:01.148) 0:01:02.622 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 17 January 2025 09:37:46 -0500 (0:00:00.171) 0:01:02.794 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 17 January 2025 09:37:46 -0500 (0:00:00.109) 0:01:02.904 ******** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 17 January 2025 09:37:46 -0500 (0:00:00.095) 0:01:02.999 ******** 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": "10BlG0-Udfc-NihE-QUh1-asJi-zyR2-iHx5m2" }, "/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": "EGcpZn-uIcp-3AvO-D0WQ-tX92-q1hP-CES4EH" }, "/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": "9FIwY7-4txp-8WRg-2MXl-JnR1-ePp0-YxDPCW" }, "/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": "Gc3GSO-Qpak-SapQ-9gmU-Q6pK-oNRZ-rS92Se" }, "/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": "vNiH17-qJbX-8wgq-zUN7-VQbd-2IJz-JysRVQ" }, "/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": "SY75xc-Bpxy-nCkc-xsJJ-iX7X-kfTW-1bMFTk" }, "/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": "nmk2dD-FzqO-3c9V-bKEl-AMXK-MTXl-TXrl5E" }, "/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": "m4jQ1u-jCvY-xuBV-gZT0-82yI-mmMD-tM9EPF" }, "/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": "YsR6CZ-RxY3-DxZE-ycra-faEo-YPgJ-qcTvYK" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "67db83fb-317b-4d3f-873e-b15c4c94e41e" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 17 January 2025 09:37:47 -0500 (0:00:00.464) 0:01:03.464 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002938", "end": "2025-01-17 09:37:47.746801", "rc": 0, "start": "2025-01-17 09:37:47.743863" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:17 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=67db83fb-317b-4d3f-873e-b15c4c94e41e / 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 17 January 2025 09:37:47 -0500 (0:00:00.458) 0:01:03.922 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002783", "end": "2025-01-17 09:37:48.181194", "failed_when_result": false, "rc": 0, "start": "2025-01-17 09:37:48.178411" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 17 January 2025 09:37:48 -0500 (0:00:00.428) 0:01:04.350 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 17 January 2025 09:37:48 -0500 (0:00:00.235) 0:01:04.586 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 17 January 2025 09:37:48 -0500 (0:00:00.088) 0:01:04.674 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.029649", "end": "2025-01-17 09:37:49.000987", "rc": 0, "start": "2025-01-17 09:37:48.971338" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 17 January 2025 09:37:49 -0500 (0:00:00.515) 0:01:05.190 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 17 January 2025 09:37:49 -0500 (0:00:00.085) 0:01:05.275 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Friday 17 January 2025 09:37:49 -0500 (0:00:00.236) 0:01:05.511 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 17 January 2025 09:37:49 -0500 (0:00:00.170) 0:01:05.682 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 17 January 2025 09:37:53 -0500 (0:00:03.795) 0:01:09.477 ******** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 17 January 2025 09:37:53 -0500 (0:00:00.174) 0:01:09.652 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 17 January 2025 09:37:53 -0500 (0:00:00.197) 0:01:09.849 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 17 January 2025 09:37:53 -0500 (0:00:00.190) 0:01:10.040 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 17 January 2025 09:37:54 -0500 (0:00:00.231) 0:01:10.271 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 17 January 2025 09:37:54 -0500 (0:00:00.229) 0:01:10.500 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 17 January 2025 09:37:54 -0500 (0:00:00.162) 0:01:10.662 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 17 January 2025 09:37:55 -0500 (0:00:00.978) 0:01:11.641 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:404709): WARNING **: 09:37:55.865: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.159 originally 10.31.45.159 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.45.159 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.45.159 originally 10.31.45.159 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.159 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 17 January 2025 09:37:56 -0500 (0:00:00.485) 0:01:12.126 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 17 January 2025 09:37:56 -0500 (0:00:00.786) 0:01:12.912 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Friday 17 January 2025 09:37:57 -0500 (0:00:00.223) 0:01:13.136 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Friday 17 January 2025 09:37:57 -0500 (0:00:00.190) 0:01:13.327 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Friday 17 January 2025 09:37:57 -0500 (0:00:00.205) 0:01:13.532 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Friday 17 January 2025 09:37:57 -0500 (0:00:00.207) 0:01:13.739 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 17 January 2025 09:37:57 -0500 (0:00:00.166) 0:01:13.905 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 17 January 2025 09:37:57 -0500 (0:00:00.160) 0:01:14.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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Friday 17 January 2025 09:37:58 -0500 (0:00:00.206) 0:01:14.273 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Friday 17 January 2025 09:37:58 -0500 (0:00:00.230) 0:01:14.504 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Friday 17 January 2025 09:37:58 -0500 (0:00:00.197) 0:01:14.701 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Friday 17 January 2025 09:37:58 -0500 (0:00:00.204) 0:01:14.905 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 17 January 2025 09:37:58 -0500 (0:00:00.161) 0:01:15.067 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 17 January 2025 09:37:59 -0500 (0:00:00.189) 0:01:15.256 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 17 January 2025 09:37:59 -0500 (0:00:00.512) 0:01:15.769 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 17 January 2025 09:37:59 -0500 (0:00:00.072) 0:01:15.841 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 17 January 2025 09:38:00 -0500 (0:00:00.262) 0:01:16.107 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 17 January 2025 09:38:00 -0500 (0:00:00.072) 0:01:16.179 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Friday 17 January 2025 09:38:00 -0500 (0:00:00.259) 0:01:16.439 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 17 January 2025 09:38:00 -0500 (0:00:00.226) 0:01:16.666 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 17 January 2025 09:38:01 -0500 (0:00:01.135) 0:01:17.801 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sda1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdb1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdc1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdd1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sde1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdf1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdg1) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdh1) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:38:02 -0500 (0:00:00.853) 0:01:18.655 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:38:02 -0500 (0:00:00.138) 0:01:18.793 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:38:02 -0500 (0:00:00.135) 0:01:18.928 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:38:03 -0500 (0:00:00.221) 0:01:19.150 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:38:03 -0500 (0:00:00.106) 0:01:19.257 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:38:03 -0500 (0:00:00.102) 0:01:19.359 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:38:03 -0500 (0:00:00.076) 0:01:19.436 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:38:03 -0500 (0:00:00.097) 0:01:19.533 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:38:03 -0500 (0:00:00.095) 0:01:19.628 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:38:03 -0500 (0:00:00.093) 0:01:19.722 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:38:03 -0500 (0:00:00.092) 0:01:19.814 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:38:03 -0500 (0:00:00.105) 0:01:19.920 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:38:03 -0500 (0:00:00.075) 0:01:19.995 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:38:04 -0500 (0:00:00.099) 0:01:20.094 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:38:04 -0500 (0:00:00.114) 0:01:20.209 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:38:04 -0500 (0:00:00.152) 0:01:20.362 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:38:04 -0500 (0:00:00.181) 0:01:20.543 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:38:04 -0500 (0:00:00.289) 0:01:20.833 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:38:05 -0500 (0:00:00.337) 0:01:21.171 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:38:05 -0500 (0:00:00.193) 0:01:21.364 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:38:05 -0500 (0:00:00.182) 0:01:21.547 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:38:05 -0500 (0:00:00.149) 0:01:21.696 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:38:05 -0500 (0:00:00.149) 0:01:21.846 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:38:05 -0500 (0:00:00.136) 0:01:21.983 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:38:06 -0500 (0:00:00.102) 0:01:22.085 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:38:06 -0500 (0:00:00.160) 0:01:22.246 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:38:06 -0500 (0:00:00.179) 0:01:22.426 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:38:06 -0500 (0:00:00.127) 0:01:22.553 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:38:06 -0500 (0:00:00.096) 0:01:22.650 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:38:06 -0500 (0:00:00.101) 0:01:22.752 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:38:06 -0500 (0:00:00.154) 0:01:22.907 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:38:07 -0500 (0:00:00.192) 0:01:23.100 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:38:07 -0500 (0:00:00.170) 0:01:23.271 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:38:07 -0500 (0:00:00.212) 0:01:23.483 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:38:07 -0500 (0:00:00.160) 0:01:23.644 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:38:07 -0500 (0:00:00.233) 0:01:23.877 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:38:07 -0500 (0:00:00.139) 0:01:24.017 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:38:08 -0500 (0:00:00.136) 0:01:24.153 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:38:08 -0500 (0:00:00.136) 0:01:24.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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:38:08 -0500 (0:00:00.174) 0:01:24.465 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:38:08 -0500 (0:00:00.134) 0:01:24.599 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:38:08 -0500 (0:00:00.098) 0:01:24.697 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:38:08 -0500 (0:00:00.078) 0:01:24.776 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:38:08 -0500 (0:00:00.140) 0:01:24.917 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:38:09 -0500 (0:00:00.163) 0:01:25.080 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:38:09 -0500 (0:00:00.172) 0:01:25.253 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:38:09 -0500 (0:00:00.130) 0:01:25.383 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:38:09 -0500 (0:00:00.145) 0:01:25.529 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:38:09 -0500 (0:00:00.312) 0:01:25.842 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:38:09 -0500 (0:00:00.177) 0:01:26.020 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:38:10 -0500 (0:00:00.173) 0:01:26.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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:38:10 -0500 (0:00:00.151) 0:01:26.346 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:38:10 -0500 (0:00:00.155) 0:01:26.501 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:38:10 -0500 (0:00:00.134) 0:01:26.635 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Friday 17 January 2025 09:38:10 -0500 (0:00:00.122) 0:01:26.757 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 17 January 2025 09:38:10 -0500 (0:00:00.139) 0:01:26.897 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 17 January 2025 09:38:11 -0500 (0:00:00.201) 0:01:27.098 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 17 January 2025 09:38:11 -0500 (0:00:00.069) 0:01:27.168 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 17 January 2025 09:38:11 -0500 (0:00:00.232) 0:01:27.401 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 17 January 2025 09:38:11 -0500 (0:00:00.139) 0:01:27.540 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 17 January 2025 09:38:11 -0500 (0:00:00.295) 0:01:27.835 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 17 January 2025 09:38:11 -0500 (0:00:00.137) 0:01:27.973 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 17 January 2025 09:38:12 -0500 (0:00:00.162) 0:01:28.135 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 17 January 2025 09:38:12 -0500 (0:00:00.173) 0:01:28.309 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 17 January 2025 09:38:12 -0500 (0:00:00.149) 0:01:28.458 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 17 January 2025 09:38:12 -0500 (0:00:00.188) 0:01:28.646 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 17 January 2025 09:38:12 -0500 (0:00:00.096) 0:01:28.743 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 17 January 2025 09:38:12 -0500 (0:00:00.064) 0:01:28.807 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:80 Friday 17 January 2025 09:38:12 -0500 (0:00:00.162) 0:01:28.970 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.032405", "end": "2025-01-17 09:38:13.321029", "rc": 0, "start": "2025-01-17 09:38:13.288624" } STDOUT: D8vSco-l8jD-BGBk-kyoW-pTkZ-Zh49-JLACsP TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:85 Friday 17 January 2025 09:38:13 -0500 (0:00:00.523) 0:01:29.494 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:89 Friday 17 January 2025 09:38:13 -0500 (0:00:00.131) 0:01:29.625 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:38:13 -0500 (0:00:00.226) 0:01:29.851 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:38:13 -0500 (0:00:00.182) 0:01:30.034 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:38:14 -0500 (0:00:00.097) 0:01:30.132 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:38:14 -0500 (0:00:00.411) 0:01:30.543 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:38:14 -0500 (0:00:00.156) 0:01:30.699 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:38:14 -0500 (0:00:00.106) 0:01:30.806 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:38:14 -0500 (0:00:00.098) 0:01:30.905 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:38:14 -0500 (0:00:00.080) 0:01:30.985 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:38:15 -0500 (0:00:00.120) 0:01:31.106 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:38:15 -0500 (0:00:00.075) 0:01:31.181 ******** ok: [managed-node1] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:38:15 -0500 (0:00:00.079) 0:01:31.261 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:38:15 -0500 (0:00:00.077) 0:01:31.338 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:38:15 -0500 (0:00:00.076) 0:01:31.415 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:38:15 -0500 (0:00:00.086) 0:01:31.502 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:38:15 -0500 (0:00:00.127) 0:01:31.629 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:38:15 -0500 (0:00:00.175) 0:01:31.804 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:38:15 -0500 (0:00:00.108) 0:01:31.913 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:38:15 -0500 (0:00:00.035) 0:01:31.948 ******** changed: [managed-node1] => { "actions": [ { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/foo", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:38:21 -0500 (0:00:06.124) 0:01:38.073 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:38:22 -0500 (0:00:00.131) 0:01:38.205 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:38:22 -0500 (0:00:00.432) 0:01:38.637 ******** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:38:22 -0500 (0:00:00.418) 0:01:39.056 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:38:23 -0500 (0:00:00.035) 0:01:39.091 ******** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:38:23 -0500 (0:00:00.081) 0:01:39.172 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:38:23 -0500 (0:00:00.109) 0:01:39.282 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:38:23 -0500 (0:00:00.116) 0:01:39.399 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:38:23 -0500 (0:00:00.064) 0:01:39.464 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:38:23 -0500 (0:00:00.091) 0:01:39.555 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:38:23 -0500 (0:00:00.062) 0:01:39.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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:38:23 -0500 (0:00:00.117) 0:01:39.736 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:38:23 -0500 (0:00:00.076) 0:01:39.812 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737123457.3729193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1737123455.306906, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 553648403, "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": 1737123455.3069792, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "53487268", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:38:24 -0500 (0:00:00.412) 0:01:40.224 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:38:24 -0500 (0:00:00.041) 0:01:40.266 ******** ok: [managed-node1] TASK [Get the partition table type on disk removed from the VG] **************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:97 Friday 17 January 2025 09:38:25 -0500 (0:00:00.955) 0:01:41.221 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "blkid", "-p", "-ovalue", "-s", "PTTYPE", "/dev/sdb" ], "delta": "0:00:00.005241", "end": "2025-01-17 09:38:25.476985", "failed_when_result": false, "rc": 2, "start": "2025-01-17 09:38:25.471744" } MSG: non-zero return code TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:103 Friday 17 January 2025 09:38:25 -0500 (0:00:00.434) 0:01:41.655 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:107 Friday 17 January 2025 09:38:25 -0500 (0:00:00.111) 0:01:41.767 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 17 January 2025 09:38:25 -0500 (0:00:00.129) 0:01:41.896 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 17 January 2025 09:38:25 -0500 (0:00:00.176) 0:01:42.073 ******** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 17 January 2025 09:38:26 -0500 (0:00:00.173) 0:01:42.246 ******** 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": "10BlG0-Udfc-NihE-QUh1-asJi-zyR2-iHx5m2" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "67db83fb-317b-4d3f-873e-b15c4c94e41e" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 17 January 2025 09:38:26 -0500 (0:00:00.454) 0:01:42.700 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002980", "end": "2025-01-17 09:38:26.983995", "rc": 0, "start": "2025-01-17 09:38:26.981015" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:17 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=67db83fb-317b-4d3f-873e-b15c4c94e41e / 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 17 January 2025 09:38:27 -0500 (0:00:00.457) 0:01:43.158 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002913", "end": "2025-01-17 09:38:27.617973", "failed_when_result": false, "rc": 0, "start": "2025-01-17 09:38:27.615060" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 17 January 2025 09:38:27 -0500 (0:00:00.755) 0:01:43.914 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 17 January 2025 09:38:28 -0500 (0:00:00.208) 0:01:44.123 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 17 January 2025 09:38:28 -0500 (0:00:00.127) 0:01:44.250 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030866", "end": "2025-01-17 09:38:28.589999", "rc": 0, "start": "2025-01-17 09:38:28.559133" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 17 January 2025 09:38:28 -0500 (0:00:00.500) 0:01:44.751 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 17 January 2025 09:38:28 -0500 (0:00:00.191) 0:01:44.942 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Friday 17 January 2025 09:38:29 -0500 (0:00:00.301) 0:01:45.244 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 17 January 2025 09:38:29 -0500 (0:00:00.124) 0:01:45.369 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 17 January 2025 09:38:29 -0500 (0:00:00.403) 0:01:45.773 ******** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 17 January 2025 09:38:29 -0500 (0:00:00.100) 0:01:45.874 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 17 January 2025 09:38:29 -0500 (0:00:00.177) 0:01:46.051 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 17 January 2025 09:38:30 -0500 (0:00:00.167) 0:01:46.219 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 17 January 2025 09:38:30 -0500 (0:00:00.096) 0:01:46.316 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 17 January 2025 09:38:30 -0500 (0:00:00.174) 0:01:46.491 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 17 January 2025 09:38:30 -0500 (0:00:00.244) 0:01:46.735 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 17 January 2025 09:38:30 -0500 (0:00:00.178) 0:01:46.913 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:406815): WARNING **: 09:38:31.186: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.159 originally 10.31.45.159 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.45.159 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.45.159 originally 10.31.45.159 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.159 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 17 January 2025 09:38:31 -0500 (0:00:00.533) 0:01:47.447 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 17 January 2025 09:38:31 -0500 (0:00:00.181) 0:01:47.628 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Friday 17 January 2025 09:38:31 -0500 (0:00:00.334) 0:01:47.963 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Friday 17 January 2025 09:38:32 -0500 (0:00:00.189) 0:01:48.153 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Friday 17 January 2025 09:38:32 -0500 (0:00:00.127) 0:01:48.280 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Friday 17 January 2025 09:38:32 -0500 (0:00:00.132) 0:01:48.413 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 17 January 2025 09:38:32 -0500 (0:00:00.243) 0:01:48.657 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 17 January 2025 09:38:32 -0500 (0:00:00.205) 0:01:48.863 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Friday 17 January 2025 09:38:32 -0500 (0:00:00.144) 0:01:49.007 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Friday 17 January 2025 09:38:33 -0500 (0:00:00.164) 0:01:49.171 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Friday 17 January 2025 09:38:33 -0500 (0:00:00.149) 0:01:49.321 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Friday 17 January 2025 09:38:33 -0500 (0:00:00.252) 0:01:49.573 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 17 January 2025 09:38:33 -0500 (0:00:00.331) 0:01:49.905 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 17 January 2025 09:38:33 -0500 (0:00:00.160) 0:01:50.066 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 17 January 2025 09:38:34 -0500 (0:00:00.234) 0:01:50.301 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 17 January 2025 09:38:34 -0500 (0:00:00.095) 0:01:50.397 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 17 January 2025 09:38:34 -0500 (0:00:00.324) 0:01:50.722 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 17 January 2025 09:38:34 -0500 (0:00:00.125) 0:01:50.847 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Friday 17 January 2025 09:38:35 -0500 (0:00:00.311) 0:01:51.158 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 17 January 2025 09:38:35 -0500 (0:00:00.202) 0:01:51.361 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 17 January 2025 09:38:35 -0500 (0:00:00.088) 0:01:51.450 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:38:35 -0500 (0:00:00.118) 0:01:51.569 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:38:35 -0500 (0:00:00.240) 0:01:51.809 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:38:35 -0500 (0:00:00.242) 0:01:52.051 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:38:36 -0500 (0:00:00.190) 0:01:52.242 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:38:36 -0500 (0:00:00.186) 0:01:52.428 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:38:36 -0500 (0:00:00.164) 0:01:52.592 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Friday 17 January 2025 09:38:36 -0500 (0:00:00.138) 0:01:52.731 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 17 January 2025 09:38:36 -0500 (0:00:00.138) 0:01:52.870 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 17 January 2025 09:38:37 -0500 (0:00:00.210) 0:01:53.080 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 17 January 2025 09:38:37 -0500 (0:00:00.062) 0:01:53.143 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 17 January 2025 09:38:37 -0500 (0:00:00.215) 0:01:53.358 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 17 January 2025 09:38:37 -0500 (0:00:00.154) 0:01:53.513 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 17 January 2025 09:38:37 -0500 (0:00:00.179) 0:01:53.692 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 17 January 2025 09:38:37 -0500 (0:00:00.258) 0:01:53.950 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 17 January 2025 09:38:38 -0500 (0:00:00.361) 0:01:54.311 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 17 January 2025 09:38:38 -0500 (0:00:00.167) 0:01:54.479 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 17 January 2025 09:38:38 -0500 (0:00:00.157) 0:01:54.637 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 17 January 2025 09:38:38 -0500 (0:00:00.178) 0:01:54.815 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 17 January 2025 09:38:38 -0500 (0:00:00.077) 0:01:54.893 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 17 January 2025 09:38:38 -0500 (0:00:00.085) 0:01:54.978 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:110 Friday 17 January 2025 09:38:39 -0500 (0:00:00.137) 0:01:55.116 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.029371", "end": "2025-01-17 09:38:39.462186", "rc": 0, "start": "2025-01-17 09:38:39.432815" } STDOUT: D8vSco-l8jD-BGBk-kyoW-pTkZ-Zh49-JLACsP TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:115 Friday 17 January 2025 09:38:39 -0500 (0:00:00.565) 0:01:55.681 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Add the second disk back to the 'foo' volume group] ********************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:119 Friday 17 January 2025 09:38:39 -0500 (0:00:00.197) 0:01:55.879 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:38:40 -0500 (0:00:00.294) 0:01:56.173 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:38:40 -0500 (0:00:00.183) 0:01:56.357 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:38:40 -0500 (0:00:00.344) 0:01:56.702 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:38:41 -0500 (0:00:00.552) 0:01:57.254 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:38:41 -0500 (0:00:00.153) 0:01:57.407 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:38:41 -0500 (0:00:00.239) 0:01:57.647 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:38:41 -0500 (0:00:00.153) 0:01:57.800 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:38:41 -0500 (0:00:00.106) 0:01:57.907 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:38:41 -0500 (0:00:00.129) 0:01:58.036 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:38:42 -0500 (0:00:00.132) 0:01:58.168 ******** ok: [managed-node1] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:38:42 -0500 (0:00:00.133) 0:01:58.302 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:38:42 -0500 (0:00:00.120) 0:01:58.423 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:38:42 -0500 (0:00:00.132) 0:01:58.555 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:38:42 -0500 (0:00:00.098) 0:01:58.654 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:38:42 -0500 (0:00:00.090) 0:01:58.744 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:38:42 -0500 (0:00:00.094) 0:01:58.838 ******** ok: [managed-node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:38:43 -0500 (0:00:00.251) 0:01:59.090 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:38:43 -0500 (0:00:00.040) 0:01:59.130 ******** changed: [managed-node1] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/foo", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:38:45 -0500 (0:00:02.273) 0:02:01.404 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:38:45 -0500 (0:00:00.195) 0:02:01.600 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:38:46 -0500 (0:00:00.660) 0:02:02.260 ******** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:38:46 -0500 (0:00:00.647) 0:02:02.907 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:38:46 -0500 (0:00:00.118) 0:02:03.026 ******** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:38:47 -0500 (0:00:00.243) 0:02:03.269 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:38:47 -0500 (0:00:00.134) 0:02:03.403 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:38:47 -0500 (0:00:00.167) 0:02:03.571 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:38:47 -0500 (0:00:00.110) 0:02:03.682 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:38:47 -0500 (0:00:00.122) 0:02:03.805 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:38:47 -0500 (0:00:00.103) 0:02:03.908 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:38:47 -0500 (0:00:00.121) 0:02:04.030 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:38:48 -0500 (0:00:00.176) 0:02:04.207 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737123457.3729193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1737123455.306906, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 553648403, "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": 1737123455.3069792, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "53487268", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:38:48 -0500 (0:00:00.578) 0:02:04.785 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:38:48 -0500 (0:00:00.037) 0:02:04.823 ******** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:127 Friday 17 January 2025 09:38:49 -0500 (0:00:01.007) 0:02:05.830 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 17 January 2025 09:38:49 -0500 (0:00:00.233) 0:02:06.063 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 17 January 2025 09:38:50 -0500 (0:00:00.185) 0:02:06.248 ******** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 17 January 2025 09:38:50 -0500 (0:00:00.157) 0:02:06.406 ******** 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": "10BlG0-Udfc-NihE-QUh1-asJi-zyR2-iHx5m2" }, "/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": "XSllh4-ONVN-HjYU-UdQE-OaC2-WqjP-Ue3D01" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "67db83fb-317b-4d3f-873e-b15c4c94e41e" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 17 January 2025 09:38:50 -0500 (0:00:00.488) 0:02:06.895 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002948", "end": "2025-01-17 09:38:51.206771", "rc": 0, "start": "2025-01-17 09:38:51.203823" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:17 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=67db83fb-317b-4d3f-873e-b15c4c94e41e / 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 17 January 2025 09:38:51 -0500 (0:00:00.488) 0:02:07.383 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003005", "end": "2025-01-17 09:38:51.697208", "failed_when_result": false, "rc": 0, "start": "2025-01-17 09:38:51.694203" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 17 January 2025 09:38:51 -0500 (0:00:00.492) 0:02:07.875 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 17 January 2025 09:38:52 -0500 (0:00:00.243) 0:02:08.119 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 17 January 2025 09:38:52 -0500 (0:00:00.151) 0:02:08.271 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031798", "end": "2025-01-17 09:38:52.815950", "rc": 0, "start": "2025-01-17 09:38:52.784152" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 17 January 2025 09:38:52 -0500 (0:00:00.784) 0:02:09.056 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 17 January 2025 09:38:53 -0500 (0:00:00.149) 0:02:09.205 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Friday 17 January 2025 09:38:53 -0500 (0:00:00.275) 0:02:09.481 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 17 January 2025 09:38:53 -0500 (0:00:00.145) 0:02:09.626 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 17 January 2025 09:38:54 -0500 (0:00:00.798) 0:02:10.424 ******** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 17 January 2025 09:38:54 -0500 (0:00:00.154) 0:02:10.579 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 17 January 2025 09:38:54 -0500 (0:00:00.144) 0:02:10.724 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 17 January 2025 09:38:54 -0500 (0:00:00.143) 0:02:10.867 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 17 January 2025 09:38:54 -0500 (0:00:00.102) 0:02:10.970 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 17 January 2025 09:38:54 -0500 (0:00:00.099) 0:02:11.069 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 17 January 2025 09:38:55 -0500 (0:00:00.074) 0:02:11.143 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 17 January 2025 09:38:55 -0500 (0:00:00.170) 0:02:11.314 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:408614): WARNING **: 09:38:55.572: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.159 originally 10.31.45.159 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.45.159 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.45.159 originally 10.31.45.159 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.159 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 17 January 2025 09:38:55 -0500 (0:00:00.482) 0:02:11.797 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 17 January 2025 09:38:55 -0500 (0:00:00.189) 0:02:11.986 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Friday 17 January 2025 09:38:56 -0500 (0:00:00.232) 0:02:12.218 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Friday 17 January 2025 09:38:56 -0500 (0:00:00.073) 0:02:12.292 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Friday 17 January 2025 09:38:56 -0500 (0:00:00.073) 0:02:12.366 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Friday 17 January 2025 09:38:56 -0500 (0:00:00.089) 0:02:12.455 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 17 January 2025 09:38:56 -0500 (0:00:00.074) 0:02:12.530 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 17 January 2025 09:38:56 -0500 (0:00:00.074) 0:02:12.605 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Friday 17 January 2025 09:38:56 -0500 (0:00:00.073) 0:02:12.678 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Friday 17 January 2025 09:38:56 -0500 (0:00:00.076) 0:02:12.755 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Friday 17 January 2025 09:38:56 -0500 (0:00:00.108) 0:02:12.863 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Friday 17 January 2025 09:38:56 -0500 (0:00:00.145) 0:02:13.009 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 17 January 2025 09:38:57 -0500 (0:00:00.159) 0:02:13.168 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 17 January 2025 09:38:57 -0500 (0:00:00.120) 0:02:13.288 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 17 January 2025 09:38:57 -0500 (0:00:00.280) 0:02:13.569 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 17 January 2025 09:38:57 -0500 (0:00:00.040) 0:02:13.609 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 17 January 2025 09:38:57 -0500 (0:00:00.113) 0:02:13.723 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 17 January 2025 09:38:57 -0500 (0:00:00.036) 0:02:13.760 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Friday 17 January 2025 09:38:57 -0500 (0:00:00.116) 0:02:13.876 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 17 January 2025 09:38:57 -0500 (0:00:00.116) 0:02:13.992 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 17 January 2025 09:38:58 -0500 (0:00:00.190) 0:02:14.183 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sda1) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:38:58 -0500 (0:00:00.191) 0:02:14.375 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:38:58 -0500 (0:00:00.104) 0:02:14.479 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:38:58 -0500 (0:00:00.112) 0:02:14.592 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:38:58 -0500 (0:00:00.092) 0:02:14.684 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:38:58 -0500 (0:00:00.155) 0:02:14.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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:38:58 -0500 (0:00:00.212) 0:02:15.052 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:38:59 -0500 (0:00:00.077) 0:02:15.130 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:38:59 -0500 (0:00:00.098) 0:02:15.229 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:38:59 -0500 (0:00:00.095) 0:02:15.324 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:38:59 -0500 (0:00:00.093) 0:02:15.418 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:38:59 -0500 (0:00:00.092) 0:02:15.511 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:38:59 -0500 (0:00:00.112) 0:02:15.623 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Friday 17 January 2025 09:38:59 -0500 (0:00:00.097) 0:02:15.720 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 17 January 2025 09:38:59 -0500 (0:00:00.113) 0:02:15.834 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 17 January 2025 09:38:59 -0500 (0:00:00.170) 0:02:16.004 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 17 January 2025 09:38:59 -0500 (0:00:00.037) 0:02:16.041 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 17 January 2025 09:39:00 -0500 (0:00:00.122) 0:02:16.164 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 17 January 2025 09:39:00 -0500 (0:00:00.197) 0:02:16.361 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 17 January 2025 09:39:00 -0500 (0:00:00.074) 0:02:16.436 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 17 January 2025 09:39:00 -0500 (0:00:00.076) 0:02:16.513 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 17 January 2025 09:39:00 -0500 (0:00:00.087) 0:02:16.600 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 17 January 2025 09:39:00 -0500 (0:00:00.074) 0:02:16.674 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 17 January 2025 09:39:00 -0500 (0:00:00.075) 0:02:16.750 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 17 January 2025 09:39:00 -0500 (0:00:00.078) 0:02:16.828 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 17 January 2025 09:39:00 -0500 (0:00:00.036) 0:02:16.864 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 17 January 2025 09:39:00 -0500 (0:00:00.034) 0:02:16.899 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:130 Friday 17 January 2025 09:39:00 -0500 (0:00:00.076) 0:02:16.975 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031956", "end": "2025-01-17 09:39:01.256087", "rc": 0, "start": "2025-01-17 09:39:01.224131" } STDOUT: D8vSco-l8jD-BGBk-kyoW-pTkZ-Zh49-JLACsP TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:135 Friday 17 January 2025 09:39:01 -0500 (0:00:00.450) 0:02:17.426 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:139 Friday 17 January 2025 09:39:01 -0500 (0:00:00.114) 0:02:17.541 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:39:01 -0500 (0:00:00.182) 0:02:17.723 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:39:01 -0500 (0:00:00.246) 0:02:17.970 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:39:02 -0500 (0:00:00.120) 0:02:18.090 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:39:02 -0500 (0:00:00.210) 0:02:18.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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:39:02 -0500 (0:00:00.118) 0:02:18.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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:39:02 -0500 (0:00:00.127) 0:02:18.547 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:39:02 -0500 (0:00:00.147) 0:02:18.695 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:39:02 -0500 (0:00:00.142) 0:02:18.838 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:39:02 -0500 (0:00:00.153) 0:02:18.992 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:39:02 -0500 (0:00:00.077) 0:02:19.069 ******** ok: [managed-node1] => { "storage_pools": [ { "disks": [ "sdb", "sdc" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:39:03 -0500 (0:00:00.081) 0:02:19.151 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:39:03 -0500 (0:00:00.082) 0:02:19.234 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:39:03 -0500 (0:00:00.115) 0:02:19.349 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:39:03 -0500 (0:00:00.088) 0:02:19.437 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:39:03 -0500 (0:00:00.211) 0:02:19.649 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:39:03 -0500 (0:00:00.104) 0:02:19.753 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:39:03 -0500 (0:00:00.176) 0:02:19.930 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:39:03 -0500 (0:00:00.060) 0:02:19.990 ******** changed: [managed-node1] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdc1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/foo", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:39:06 -0500 (0:00:02.824) 0:02:22.814 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:39:06 -0500 (0:00:00.211) 0:02:23.026 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:39:07 -0500 (0:00:00.528) 0:02:23.555 ******** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:39:07 -0500 (0:00:00.497) 0:02:24.052 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:39:08 -0500 (0:00:00.062) 0:02:24.115 ******** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdc1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/foo", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:39:08 -0500 (0:00:00.138) 0:02:24.253 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:39:08 -0500 (0:00:00.136) 0:02:24.389 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:39:08 -0500 (0:00:00.194) 0:02:24.584 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:39:08 -0500 (0:00:00.181) 0:02:24.766 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:39:08 -0500 (0:00:00.214) 0:02:24.981 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:39:09 -0500 (0:00:00.118) 0:02:25.099 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:39:09 -0500 (0:00:00.267) 0:02:25.366 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:39:09 -0500 (0:00:00.134) 0:02:25.501 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737123457.3729193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1737123455.306906, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 553648403, "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": 1737123455.3069792, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "53487268", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:39:09 -0500 (0:00:00.495) 0:02:25.996 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:39:09 -0500 (0:00:00.079) 0:02:26.076 ******** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:148 Friday 17 January 2025 09:39:11 -0500 (0:00:01.125) 0:02:27.201 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 17 January 2025 09:39:11 -0500 (0:00:00.182) 0:02:27.384 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 17 January 2025 09:39:11 -0500 (0:00:00.117) 0:02:27.501 ******** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 17 January 2025 09:39:11 -0500 (0:00:00.090) 0:02:27.592 ******** 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": "XSllh4-ONVN-HjYU-UdQE-OaC2-WqjP-Ue3D01" }, "/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": "VXlNP2-QKfN-V62Y-sHgX-4xn3-xeTJ-oAQexp" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "67db83fb-317b-4d3f-873e-b15c4c94e41e" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 17 January 2025 09:39:11 -0500 (0:00:00.406) 0:02:27.998 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003327", "end": "2025-01-17 09:39:12.256322", "rc": 0, "start": "2025-01-17 09:39:12.252995" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:17 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=67db83fb-317b-4d3f-873e-b15c4c94e41e / 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 17 January 2025 09:39:12 -0500 (0:00:00.430) 0:02:28.429 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003069", "end": "2025-01-17 09:39:12.749313", "failed_when_result": false, "rc": 0, "start": "2025-01-17 09:39:12.746244" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 17 January 2025 09:39:12 -0500 (0:00:00.491) 0:02:28.921 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 17 January 2025 09:39:13 -0500 (0:00:00.431) 0:02:29.352 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 17 January 2025 09:39:13 -0500 (0:00:00.149) 0:02:29.502 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.032279", "end": "2025-01-17 09:39:13.888052", "rc": 0, "start": "2025-01-17 09:39:13.855773" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 17 January 2025 09:39:14 -0500 (0:00:00.580) 0:02:30.082 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 17 January 2025 09:39:14 -0500 (0:00:00.181) 0:02:30.264 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Friday 17 January 2025 09:39:14 -0500 (0:00:00.327) 0:02:30.591 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 17 January 2025 09:39:14 -0500 (0:00:00.247) 0:02:30.839 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 17 January 2025 09:39:15 -0500 (0:00:01.101) 0:02:31.940 ******** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 17 January 2025 09:39:16 -0500 (0:00:00.160) 0:02:32.101 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 17 January 2025 09:39:16 -0500 (0:00:00.193) 0:02:32.295 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 17 January 2025 09:39:16 -0500 (0:00:00.206) 0:02:32.501 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 17 January 2025 09:39:16 -0500 (0:00:00.150) 0:02:32.652 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 17 January 2025 09:39:16 -0500 (0:00:00.134) 0:02:32.787 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 17 January 2025 09:39:16 -0500 (0:00:00.074) 0:02:32.861 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 17 January 2025 09:39:17 -0500 (0:00:00.288) 0:02:33.149 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:410461): WARNING **: 09:39:17.361: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.159 originally 10.31.45.159 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.45.159 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.45.159 originally 10.31.45.159 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.159 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 17 January 2025 09:39:17 -0500 (0:00:00.438) 0:02:33.588 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 17 January 2025 09:39:17 -0500 (0:00:00.128) 0:02:33.716 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Friday 17 January 2025 09:39:17 -0500 (0:00:00.125) 0:02:33.841 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Friday 17 January 2025 09:39:17 -0500 (0:00:00.107) 0:02:33.949 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Friday 17 January 2025 09:39:18 -0500 (0:00:00.158) 0:02:34.108 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Friday 17 January 2025 09:39:18 -0500 (0:00:00.091) 0:02:34.200 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 17 January 2025 09:39:18 -0500 (0:00:00.097) 0:02:34.297 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 17 January 2025 09:39:18 -0500 (0:00:00.112) 0:02:34.410 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Friday 17 January 2025 09:39:18 -0500 (0:00:00.088) 0:02:34.498 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Friday 17 January 2025 09:39:18 -0500 (0:00:00.105) 0:02:34.604 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Friday 17 January 2025 09:39:18 -0500 (0:00:00.074) 0:02:34.678 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Friday 17 January 2025 09:39:18 -0500 (0:00:00.074) 0:02:34.752 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 17 January 2025 09:39:18 -0500 (0:00:00.073) 0:02:34.826 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 17 January 2025 09:39:18 -0500 (0:00:00.197) 0:02:35.023 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 17 January 2025 09:39:19 -0500 (0:00:00.113) 0:02:35.137 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 17 January 2025 09:39:19 -0500 (0:00:00.039) 0:02:35.176 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 17 January 2025 09:39:19 -0500 (0:00:00.193) 0:02:35.370 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 17 January 2025 09:39:19 -0500 (0:00:00.089) 0:02:35.460 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Friday 17 January 2025 09:39:19 -0500 (0:00:00.284) 0:02:35.744 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 17 January 2025 09:39:19 -0500 (0:00:00.205) 0:02:35.950 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 17 January 2025 09:39:20 -0500 (0:00:00.135) 0:02:36.086 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/sdb1) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:39:20 -0500 (0:00:00.143) 0:02:36.229 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:39:20 -0500 (0:00:00.126) 0:02:36.356 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:39:20 -0500 (0:00:00.284) 0:02:36.640 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:39:20 -0500 (0:00:00.108) 0:02:36.749 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:39:20 -0500 (0:00:00.111) 0:02:36.860 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:39:20 -0500 (0:00:00.112) 0:02:36.973 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:39:20 -0500 (0:00:00.087) 0:02:37.061 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:39:21 -0500 (0:00:00.100) 0:02:37.161 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:39:21 -0500 (0:00:00.154) 0:02:37.316 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:39:21 -0500 (0:00:00.185) 0:02:37.502 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:39:21 -0500 (0:00:00.115) 0:02:37.617 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:39:21 -0500 (0:00:00.109) 0:02:37.727 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Friday 17 January 2025 09:39:21 -0500 (0:00:00.076) 0:02:37.803 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 17 January 2025 09:39:21 -0500 (0:00:00.094) 0:02:37.898 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 17 January 2025 09:39:22 -0500 (0:00:00.199) 0:02:38.097 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 17 January 2025 09:39:22 -0500 (0:00:00.051) 0:02:38.149 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 17 January 2025 09:39:22 -0500 (0:00:00.328) 0:02:38.477 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 17 January 2025 09:39:22 -0500 (0:00:00.074) 0:02:38.552 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 17 January 2025 09:39:22 -0500 (0:00:00.078) 0:02:38.631 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 17 January 2025 09:39:22 -0500 (0:00:00.122) 0:02:38.753 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 17 January 2025 09:39:22 -0500 (0:00:00.133) 0:02:38.887 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 17 January 2025 09:39:22 -0500 (0:00:00.126) 0:02:39.014 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 17 January 2025 09:39:23 -0500 (0:00:00.128) 0:02:39.142 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 17 January 2025 09:39:23 -0500 (0:00:00.128) 0:02:39.271 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 17 January 2025 09:39:23 -0500 (0:00:00.060) 0:02:39.331 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 17 January 2025 09:39:23 -0500 (0:00:00.058) 0:02:39.389 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:151 Friday 17 January 2025 09:39:23 -0500 (0:00:00.118) 0:02:39.508 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.029258", "end": "2025-01-17 09:39:23.833016", "rc": 0, "start": "2025-01-17 09:39:23.803758" } STDOUT: D8vSco-l8jD-BGBk-kyoW-pTkZ-Zh49-JLACsP TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:156 Friday 17 January 2025 09:39:23 -0500 (0:00:00.496) 0:02:40.005 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Create volume group 'foo' with 3 encrypted PVs] ************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:160 Friday 17 January 2025 09:39:24 -0500 (0:00:00.135) 0:02:40.140 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:39:24 -0500 (0:00:00.437) 0:02:40.578 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:39:24 -0500 (0:00:00.175) 0:02:40.754 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:39:24 -0500 (0:00:00.176) 0:02:40.930 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:39:25 -0500 (0:00:00.355) 0:02:41.285 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:39:25 -0500 (0:00:00.129) 0:02:41.414 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:39:25 -0500 (0:00:00.126) 0:02:41.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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:39:25 -0500 (0:00:00.135) 0:02:41.676 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:39:25 -0500 (0:00:00.132) 0:02:41.809 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:39:25 -0500 (0:00:00.232) 0:02:42.042 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:39:26 -0500 (0:00:00.125) 0:02:42.168 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:39:26 -0500 (0:00:00.136) 0:02:42.304 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:39:26 -0500 (0:00:00.307) 0:02:42.612 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:39:26 -0500 (0:00:00.128) 0:02:42.741 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:39:26 -0500 (0:00:00.132) 0:02:42.874 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:39:26 -0500 (0:00:00.139) 0:02:43.013 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:39:27 -0500 (0:00:00.139) 0:02:43.152 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:39:27 -0500 (0:00:00.182) 0:02:43.334 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:39:27 -0500 (0:00:00.062) 0:02:43.397 ******** 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-0f817264-c92d-4322-9d90-becb710287be", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-0f817264-c92d-4322-9d90-becb710287be", "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-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "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-e2679b53-057b-4efa-b1de-380d041d1a11", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-e2679b53-057b-4efa-b1de-380d041d1a11", "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-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "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-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "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-ffd563f9-dbe7-452b-8d10-d19d9188715b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ffd563f9-dbe7-452b-8d10-d19d9188715b", "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-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "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-bd4dfff2-7738-4971-8d9a-5b112420adc2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-bd4dfff2-7738-4971-8d9a-5b112420adc2", "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-822ab25a-5fad-41fe-a4c5-14ba83d365db", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-0f817264-c92d-4322-9d90-becb710287be", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-e2679b53-057b-4efa-b1de-380d041d1a11", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-ffd563f9-dbe7-452b-8d10-d19d9188715b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-bd4dfff2-7738-4971-8d9a-5b112420adc2", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:41:04 -0500 (0:01:37.266) 0:04:20.663 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:41:04 -0500 (0:00:00.200) 0:04:20.863 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:41:05 -0500 (0:00:00.516) 0:04:21.380 ******** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:41:05 -0500 (0:00:00.498) 0:04:21.878 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:41:05 -0500 (0:00:00.063) 0:04:21.941 ******** 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-0f817264-c92d-4322-9d90-becb710287be", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-0f817264-c92d-4322-9d90-becb710287be", "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-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "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-e2679b53-057b-4efa-b1de-380d041d1a11", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-e2679b53-057b-4efa-b1de-380d041d1a11", "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-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "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-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "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-ffd563f9-dbe7-452b-8d10-d19d9188715b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ffd563f9-dbe7-452b-8d10-d19d9188715b", "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-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "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-bd4dfff2-7738-4971-8d9a-5b112420adc2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-bd4dfff2-7738-4971-8d9a-5b112420adc2", "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-822ab25a-5fad-41fe-a4c5-14ba83d365db", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-0f817264-c92d-4322-9d90-becb710287be", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-e2679b53-057b-4efa-b1de-380d041d1a11", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-ffd563f9-dbe7-452b-8d10-d19d9188715b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-bd4dfff2-7738-4971-8d9a-5b112420adc2", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:41:06 -0500 (0:00:00.189) 0:04:22.131 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:41:06 -0500 (0:00:00.221) 0:04:22.352 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:41:06 -0500 (0:00:00.287) 0:04:22.639 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:41:06 -0500 (0:00:00.286) 0:04:22.925 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:41:06 -0500 (0:00:00.130) 0:04:23.055 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:41:07 -0500 (0:00:00.112) 0:04:23.168 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:41:07 -0500 (0:00:00.096) 0:04:23.264 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:41:07 -0500 (0:00:00.130) 0:04:23.394 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737123457.3729193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1737123455.306906, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 553648403, "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": 1737123455.3069792, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "53487268", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:41:07 -0500 (0:00:00.501) 0:04:23.895 ******** changed: [managed-node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-0f817264-c92d-4322-9d90-becb710287be', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-0f817264-c92d-4322-9d90-becb710287be", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-0048a6e1-2e24-459b-8f8d-d3a1299e73aa', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-e2679b53-057b-4efa-b1de-380d041d1a11', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-e2679b53-057b-4efa-b1de-380d041d1a11", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-ffd563f9-dbe7-452b-8d10-d19d9188715b', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-ffd563f9-dbe7-452b-8d10-d19d9188715b", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-8c1d2b11-08f0-4e29-9ba0-b8206340a41d', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-bd4dfff2-7738-4971-8d9a-5b112420adc2', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-bd4dfff2-7738-4971-8d9a-5b112420adc2", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sda1', 'name': 'luks-822ab25a-5fad-41fe-a4c5-14ba83d365db', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:41:12 -0500 (0:00:04.463) 0:04:28.359 ******** ok: [managed-node1] TASK [Save UUID of the created volume group] *********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:171 Friday 17 January 2025 09:41:13 -0500 (0:00:01.360) 0:04:29.720 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.030152", "end": "2025-01-17 09:41:14.146109", "rc": 0, "start": "2025-01-17 09:41:14.115957" } STDOUT: YzaICI-VWHh-7TFh-eJEs-Andp-EUVa-lgY0p1 TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:176 Friday 17 January 2025 09:41:14 -0500 (0:00:00.610) 0:04:30.331 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:41:14 -0500 (0:00:00.301) 0:04:30.632 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:41:15 -0500 (0:00:00.472) 0:04:31.105 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:41:15 -0500 (0:00:00.217) 0:04:31.323 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:41:15 -0500 (0:00:00.386) 0:04:31.709 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:41:15 -0500 (0:00:00.135) 0:04:31.844 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:41:15 -0500 (0:00:00.205) 0:04:32.049 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:41:16 -0500 (0:00:00.248) 0:04:32.297 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:41:16 -0500 (0:00:00.159) 0:04:32.456 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:41:16 -0500 (0:00:00.209) 0:04:32.666 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:41:16 -0500 (0:00:00.163) 0:04:32.829 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:41:16 -0500 (0:00:00.148) 0:04:32.977 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:41:17 -0500 (0:00:00.188) 0:04:33.166 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:41:17 -0500 (0:00:00.471) 0:04:33.637 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:41:17 -0500 (0:00:00.159) 0:04:33.797 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:41:17 -0500 (0:00:00.143) 0:04:33.940 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:41:18 -0500 (0:00:00.161) 0:04:34.101 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:41:18 -0500 (0:00:00.197) 0:04:34.299 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:41:18 -0500 (0:00:00.062) 0:04:34.361 ******** changed: [managed-node1] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-bd4dfff2-7738-4971-8d9a-5b112420adc2", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-bd4dfff2-7738-4971-8d9a-5b112420adc2", "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-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "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-ffd563f9-dbe7-452b-8d10-d19d9188715b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ffd563f9-dbe7-452b-8d10-d19d9188715b", "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-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "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-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "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-e2679b53-057b-4efa-b1de-380d041d1a11", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-e2679b53-057b-4efa-b1de-380d041d1a11", "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-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "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-0f817264-c92d-4322-9d90-becb710287be", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-0f817264-c92d-4322-9d90-becb710287be", "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-bd4dfff2-7738-4971-8d9a-5b112420adc2", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-ffd563f9-dbe7-452b-8d10-d19d9188715b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-e2679b53-057b-4efa-b1de-380d041d1a11", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-0f817264-c92d-4322-9d90-becb710287be", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:41:25 -0500 (0:00:07.225) 0:04:41.586 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:41:25 -0500 (0:00:00.096) 0:04:41.683 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:41:26 -0500 (0:00:00.454) 0:04:42.137 ******** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:41:26 -0500 (0:00:00.456) 0:04:42.594 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:41:26 -0500 (0:00:00.067) 0:04:42.661 ******** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-bd4dfff2-7738-4971-8d9a-5b112420adc2", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-bd4dfff2-7738-4971-8d9a-5b112420adc2", "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-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "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-ffd563f9-dbe7-452b-8d10-d19d9188715b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ffd563f9-dbe7-452b-8d10-d19d9188715b", "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-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "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-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "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-e2679b53-057b-4efa-b1de-380d041d1a11", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-e2679b53-057b-4efa-b1de-380d041d1a11", "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-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "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-0f817264-c92d-4322-9d90-becb710287be", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-0f817264-c92d-4322-9d90-becb710287be", "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-bd4dfff2-7738-4971-8d9a-5b112420adc2", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-ffd563f9-dbe7-452b-8d10-d19d9188715b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-e2679b53-057b-4efa-b1de-380d041d1a11", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-0f817264-c92d-4322-9d90-becb710287be", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:41:26 -0500 (0:00:00.245) 0:04:42.907 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:41:26 -0500 (0:00:00.135) 0:04:43.042 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:41:27 -0500 (0:00:00.168) 0:04:43.211 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:41:27 -0500 (0:00:00.242) 0:04:43.454 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:41:27 -0500 (0:00:00.097) 0:04:43.551 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:41:27 -0500 (0:00:00.070) 0:04:43.622 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:41:27 -0500 (0:00:00.062) 0:04:43.684 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:41:27 -0500 (0:00:00.079) 0:04:43.763 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124872.1512864, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a6265076fd38c2624f41efeb5ae50b25913d8cc6", "ctime": 1737124872.1508758, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 490733783, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1737124872.151287, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "1791371053", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:41:28 -0500 (0:00:00.457) 0:04:44.221 ******** changed: [managed-node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-bd4dfff2-7738-4971-8d9a-5b112420adc2', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-bd4dfff2-7738-4971-8d9a-5b112420adc2", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-8c1d2b11-08f0-4e29-9ba0-b8206340a41d', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-8c1d2b11-08f0-4e29-9ba0-b8206340a41d", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-ffd563f9-dbe7-452b-8d10-d19d9188715b', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-ffd563f9-dbe7-452b-8d10-d19d9188715b", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-4b2986c7-0e57-4e13-9e35-6a8b5ae0a9c4", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-6e8fe4fc-6e1e-4ed1-9253-de3f561bd84e", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-e2679b53-057b-4efa-b1de-380d041d1a11', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-e2679b53-057b-4efa-b1de-380d041d1a11", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-0048a6e1-2e24-459b-8f8d-d3a1299e73aa', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-0048a6e1-2e24-459b-8f8d-d3a1299e73aa", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-0f817264-c92d-4322-9d90-becb710287be', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-0f817264-c92d-4322-9d90-becb710287be", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:41:31 -0500 (0:00:03.566) 0:04:47.788 ******** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:186 Friday 17 January 2025 09:41:32 -0500 (0:00:01.060) 0:04:48.848 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 17 January 2025 09:41:32 -0500 (0:00:00.162) 0:04:49.010 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 17 January 2025 09:41:33 -0500 (0:00:00.157) 0:04:49.168 ******** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 17 January 2025 09:41:33 -0500 (0:00:00.234) 0:04:49.403 ******** ok: [managed-node1] => { "changed": false, "info": { "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "size": "10G", "type": "crypt", "uuid": "81PwNE-c7Yl-jVRQ-0RY7-yYRg-zCaQ-7d07rt" }, "/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": "822ab25a-5fad-41fe-a4c5-14ba83d365db" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "67db83fb-317b-4d3f-873e-b15c4c94e41e" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 17 January 2025 09:41:34 -0500 (0:00:00.746) 0:04:50.149 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002694", "end": "2025-01-17 09:41:34.546850", "rc": 0, "start": "2025-01-17 09:41:34.544156" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:17 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=67db83fb-317b-4d3f-873e-b15c4c94e41e / 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 17 January 2025 09:41:34 -0500 (0:00:00.594) 0:04:50.743 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002898", "end": "2025-01-17 09:41:35.084058", "failed_when_result": false, "rc": 0, "start": "2025-01-17 09:41:35.081160" } STDOUT: luks-822ab25a-5fad-41fe-a4c5-14ba83d365db /dev/sda1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 17 January 2025 09:41:35 -0500 (0:00:00.517) 0:04:51.261 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 17 January 2025 09:41:35 -0500 (0:00:00.191) 0:04:51.452 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 17 January 2025 09:41:35 -0500 (0:00:00.087) 0:04:51.540 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030266", "end": "2025-01-17 09:41:35.846101", "rc": 0, "start": "2025-01-17 09:41:35.815835" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 17 January 2025 09:41:35 -0500 (0:00:00.527) 0:04:52.067 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 17 January 2025 09:41:36 -0500 (0:00:00.204) 0:04:52.272 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Friday 17 January 2025 09:41:36 -0500 (0:00:00.284) 0:04:52.557 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 17 January 2025 09:41:36 -0500 (0:00:00.258) 0:04:52.816 ******** ok: [managed-node1] => (item=/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "pv": "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 17 January 2025 09:41:37 -0500 (0:00:00.614) 0:04:53.430 ******** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 17 January 2025 09:41:37 -0500 (0:00:00.186) 0:04:53.617 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 17 January 2025 09:41:37 -0500 (0:00:00.163) 0:04:53.781 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 17 January 2025 09:41:38 -0500 (0:00:00.341) 0:04:54.122 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 17 January 2025 09:41:38 -0500 (0:00:00.128) 0:04:54.251 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 17 January 2025 09:41:38 -0500 (0:00:00.126) 0:04:54.377 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 17 January 2025 09:41:38 -0500 (0:00:00.154) 0:04:54.531 ******** ok: [managed-node1] => (item=/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 17 January 2025 09:41:38 -0500 (0:00:00.178) 0:04:54.710 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:426172): WARNING **: 09:41:39.060: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.159 originally 10.31.45.159 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.45.159 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.45.159 originally 10.31.45.159 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.159 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 17 January 2025 09:41:39 -0500 (0:00:00.606) 0:04:55.316 ******** skipping: [managed-node1] => (item=/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db) => { "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-822ab25a-5fad-41fe-a4c5-14ba83d365db" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 17 January 2025 09:41:39 -0500 (0:00:00.161) 0:04:55.477 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Friday 17 January 2025 09:41:39 -0500 (0:00:00.310) 0:04:55.788 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Friday 17 January 2025 09:41:39 -0500 (0:00:00.149) 0:04:55.937 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Friday 17 January 2025 09:41:40 -0500 (0:00:00.151) 0:04:56.088 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Friday 17 January 2025 09:41:40 -0500 (0:00:00.161) 0:04:56.250 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 17 January 2025 09:41:40 -0500 (0:00:00.139) 0:04:56.389 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 17 January 2025 09:41:40 -0500 (0:00:00.125) 0:04:56.515 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Friday 17 January 2025 09:41:40 -0500 (0:00:00.133) 0:04:56.649 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Friday 17 January 2025 09:41:40 -0500 (0:00:00.343) 0:04:56.993 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Friday 17 January 2025 09:41:41 -0500 (0:00:00.133) 0:04:57.127 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Friday 17 January 2025 09:41:41 -0500 (0:00:00.130) 0:04:57.257 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 17 January 2025 09:41:41 -0500 (0:00:00.135) 0:04:57.392 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 17 January 2025 09:41:41 -0500 (0:00:00.138) 0:04:57.531 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 17 January 2025 09:41:41 -0500 (0:00:00.240) 0:04:57.771 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 17 January 2025 09:41:41 -0500 (0:00:00.073) 0:04:57.845 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 17 January 2025 09:41:42 -0500 (0:00:00.268) 0:04:58.114 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 17 January 2025 09:41:42 -0500 (0:00:00.072) 0:04:58.186 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Friday 17 January 2025 09:41:42 -0500 (0:00:00.202) 0:04:58.388 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 17 January 2025 09:41:42 -0500 (0:00:00.164) 0:04:58.553 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db) TASK [Get the backing device path] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Friday 17 January 2025 09:41:42 -0500 (0:00:00.408) 0:04:58.961 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/822ab25a-5fad-41fe-a4c5-14ba83d365db" ], "delta": "0:00:00.003071", "end": "2025-01-17 09:41:43.303581", "rc": 0, "start": "2025-01-17 09:41:43.300510" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Friday 17 January 2025 09:41:43 -0500 (0:00:00.518) 0:04:59.480 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Friday 17 January 2025 09:41:44 -0500 (0:00:01.524) 0:05:01.004 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.006593", "end": "2025-01-17 09:41:45.434732", "rc": 0, "start": "2025-01-17 09:41:45.428139" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 822ab25a-5fad-41fe-a4c5-14ba83d365db 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: 39 Memory: 74156 Threads: 2 Salt: 03 d6 f8 ac c0 6b 8e f4 18 08 be 47 78 95 f6 dd 93 1e 09 c8 d4 e8 71 7f 45 6e 57 10 6e 5a 45 f5 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 104190 Salt: 5d be 6e 8f e1 d9 98 24 f7 f7 93 6c 6c db 19 0f ac 20 f2 87 02 aa 8f 87 40 42 31 a8 ae 60 0b f2 Digest: 4f 10 ce fb 7f 6f 24 94 e2 e2 b7 48 78 08 af dc 8f b9 51 64 79 24 48 cc 55 26 89 4d 54 3a 8a 57 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Friday 17 January 2025 09:41:45 -0500 (0:00:00.607) 0:05:01.612 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Friday 17 January 2025 09:41:45 -0500 (0:00:00.210) 0:05:01.822 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Friday 17 January 2025 09:41:45 -0500 (0:00:00.165) 0:05:01.988 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 17 January 2025 09:41:46 -0500 (0:00:00.185) 0:05:02.173 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:41:46 -0500 (0:00:00.207) 0:05:02.381 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-822ab25a-5fad-41fe-a4c5-14ba83d365db /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:41:46 -0500 (0:00:00.303) 0:05:02.684 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:41:46 -0500 (0:00:00.287) 0:05:02.972 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:41:47 -0500 (0:00:00.206) 0:05:03.178 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:41:47 -0500 (0:00:00.177) 0:05:03.356 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:41:47 -0500 (0:00:00.318) 0:05:03.675 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Friday 17 January 2025 09:41:47 -0500 (0:00:00.344) 0:05:04.020 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 17 January 2025 09:41:48 -0500 (0:00:00.133) 0:05:04.153 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 17 January 2025 09:41:48 -0500 (0:00:00.233) 0:05:04.386 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 17 January 2025 09:41:48 -0500 (0:00:00.087) 0:05:04.474 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 17 January 2025 09:41:48 -0500 (0:00:00.352) 0:05:04.826 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 17 January 2025 09:41:48 -0500 (0:00:00.153) 0:05:04.980 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 17 January 2025 09:41:49 -0500 (0:00:00.128) 0:05:05.109 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 17 January 2025 09:41:49 -0500 (0:00:00.137) 0:05:05.247 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 17 January 2025 09:41:49 -0500 (0:00:00.151) 0:05:05.399 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 17 January 2025 09:41:49 -0500 (0:00:00.122) 0:05:05.522 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 17 January 2025 09:41:49 -0500 (0:00:00.131) 0:05:05.653 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 17 January 2025 09:41:49 -0500 (0:00:00.130) 0:05:05.784 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 17 January 2025 09:41:49 -0500 (0:00:00.061) 0:05:05.845 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 17 January 2025 09:41:49 -0500 (0:00:00.140) 0:05:05.986 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:189 Friday 17 January 2025 09:41:50 -0500 (0:00:00.131) 0:05:06.118 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.032338", "end": "2025-01-17 09:41:50.522020", "rc": 0, "start": "2025-01-17 09:41:50.489682" } STDOUT: YzaICI-VWHh-7TFh-eJEs-Andp-EUVa-lgY0p1 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:194 Friday 17 January 2025 09:41:50 -0500 (0:00:00.584) 0:05:06.703 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Add the disks back to the 'foo' volume group] **************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:198 Friday 17 January 2025 09:41:50 -0500 (0:00:00.135) 0:05:06.838 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:41:51 -0500 (0:00:00.284) 0:05:07.123 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:41:51 -0500 (0:00:00.170) 0:05:07.294 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:41:51 -0500 (0:00:00.197) 0:05:07.492 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:41:51 -0500 (0:00:00.506) 0:05:07.999 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:41:52 -0500 (0:00:00.159) 0:05:08.158 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:41:52 -0500 (0:00:00.148) 0:05:08.306 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:41:52 -0500 (0:00:00.164) 0:05:08.471 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:41:52 -0500 (0:00:00.324) 0:05:08.795 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:41:53 -0500 (0:00:00.644) 0:05:09.440 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:41:53 -0500 (0:00:00.183) 0:05:09.623 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:41:53 -0500 (0:00:00.137) 0:05:09.760 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:41:53 -0500 (0:00:00.135) 0:05:09.896 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:41:53 -0500 (0:00:00.132) 0:05:10.028 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:41:54 -0500 (0:00:00.132) 0:05:10.160 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:41:54 -0500 (0:00:00.131) 0:05:10.293 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:41:54 -0500 (0:00:00.129) 0:05:10.423 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:41:54 -0500 (0:00:00.203) 0:05:10.626 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:41:54 -0500 (0:00:00.060) 0:05:10.687 ******** 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-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "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-bfb544f7-f0a8-40ae-838e-c84a28d97148", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "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-88b4b2d6-5538-4331-8793-dfa10629c676", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676", "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-04dc3811-62f4-4287-8820-976ec954eda6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6", "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-b05d4060-9dd3-477f-8555-d17644d5fb9f", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "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-130ee6b7-1c0c-4b97-9b10-4d1890052545", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "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-434357e8-90c8-4195-a125-897c048e0490", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490", "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-70235d1b-220a-41e5-b93a-347b8f8083fc", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-88b4b2d6-5538-4331-8793-dfa10629c676", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-04dc3811-62f4-4287-8820-976ec954eda6", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-434357e8-90c8-4195-a125-897c048e0490", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:43:20 -0500 (0:01:25.632) 0:06:36.319 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:43:20 -0500 (0:00:00.108) 0:06:36.427 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:43:20 -0500 (0:00:00.411) 0:06:36.838 ******** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:43:21 -0500 (0:00:00.639) 0:06:37.478 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:43:21 -0500 (0:00:00.062) 0:06:37.541 ******** 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-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "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-bfb544f7-f0a8-40ae-838e-c84a28d97148", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "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-88b4b2d6-5538-4331-8793-dfa10629c676", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676", "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-04dc3811-62f4-4287-8820-976ec954eda6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6", "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-b05d4060-9dd3-477f-8555-d17644d5fb9f", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "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-130ee6b7-1c0c-4b97-9b10-4d1890052545", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "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-434357e8-90c8-4195-a125-897c048e0490", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490", "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-70235d1b-220a-41e5-b93a-347b8f8083fc", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-88b4b2d6-5538-4331-8793-dfa10629c676", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-04dc3811-62f4-4287-8820-976ec954eda6", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-434357e8-90c8-4195-a125-897c048e0490", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:43:21 -0500 (0:00:00.144) 0:06:37.686 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:43:21 -0500 (0:00:00.103) 0:06:37.789 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:43:21 -0500 (0:00:00.099) 0:06:37.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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:43:21 -0500 (0:00:00.071) 0:06:37.961 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:43:21 -0500 (0:00:00.076) 0:06:38.037 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:43:22 -0500 (0:00:00.064) 0:06:38.101 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:43:22 -0500 (0:00:00.097) 0:06:38.199 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:43:22 -0500 (0:00:00.129) 0:06:38.329 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124895.0830178, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "175b692cef88bd8d83ba0f0b7552c279115e7942", "ctime": 1737124891.5749962, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 608174329, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1737124891.5752954, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 54, "uid": 0, "version": "80505606", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:43:22 -0500 (0:00:00.504) 0:06:38.834 ******** changed: [managed-node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-bfb544f7-f0a8-40ae-838e-c84a28d97148', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-88b4b2d6-5538-4331-8793-dfa10629c676', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-88b4b2d6-5538-4331-8793-dfa10629c676", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-04dc3811-62f4-4287-8820-976ec954eda6', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-04dc3811-62f4-4287-8820-976ec954eda6", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-b05d4060-9dd3-477f-8555-d17644d5fb9f', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-130ee6b7-1c0c-4b97-9b10-4d1890052545', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-434357e8-90c8-4195-a125-897c048e0490', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-434357e8-90c8-4195-a125-897c048e0490", "password": "-", "state": "present" } } MSG: line added changed: [managed-node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-70235d1b-220a-41e5-b93a-347b8f8083fc', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:43:26 -0500 (0:00:03.578) 0:06:42.413 ******** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:208 Friday 17 January 2025 09:43:27 -0500 (0:00:01.001) 0:06:43.415 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 17 January 2025 09:43:27 -0500 (0:00:00.413) 0:06:43.828 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 17 January 2025 09:43:27 -0500 (0:00:00.178) 0:06:44.007 ******** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 17 January 2025 09:43:28 -0500 (0:00:00.191) 0:06:44.199 ******** ok: [managed-node1] => { "changed": false, "info": { "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6", "size": "10G", "type": "crypt", "uuid": "bMYO1x-ptWf-8wdF-5byh-dL4G-VPgf-OgdN9K" }, "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "size": "1024G", "type": "crypt", "uuid": "gQXEnx-o1IE-yNk5-IZXl-dedZ-TFa3-h7fie9" }, "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490", "size": "10G", "type": "crypt", "uuid": "ezXQZw-O9kb-12oA-8DLH-sDfb-Jcd4-dJH7Vv" }, "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "size": "10G", "type": "crypt", "uuid": "QRF4Kw-6j61-Km1u-hnHi-ri3G-NA2Z-chYIEZ" }, "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "size": "10G", "type": "crypt", "uuid": "81PwNE-c7Yl-jVRQ-0RY7-yYRg-zCaQ-7d07rt" }, "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676", "size": "1024G", "type": "crypt", "uuid": "aGZgSo-K1HY-7eKW-oshC-Wsfx-PHk9-ddMYIL" }, "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "size": "1024G", "type": "crypt", "uuid": "6D3M47-wVb3-DrCS-rb0x-YY1W-ajBI-dweaQ0" }, "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "size": "10G", "type": "crypt", "uuid": "203UQN-DjqO-IawK-XG7F-dps4-oNNG-hx34kZ" }, "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "size": "10G", "type": "crypt", "uuid": "FedZ9f-aimJ-q2IT-oa2R-V36O-OdDD-oKPgSr" }, "/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": "822ab25a-5fad-41fe-a4c5-14ba83d365db" }, "/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": "70235d1b-220a-41e5-b93a-347b8f8083fc" }, "/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": "434357e8-90c8-4195-a125-897c048e0490" }, "/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": "130ee6b7-1c0c-4b97-9b10-4d1890052545" }, "/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": "b05d4060-9dd3-477f-8555-d17644d5fb9f" }, "/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": "04dc3811-62f4-4287-8820-976ec954eda6" }, "/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": "88b4b2d6-5538-4331-8793-dfa10629c676" }, "/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": "bfb544f7-f0a8-40ae-838e-c84a28d97148" }, "/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": "d0c5f36f-e0a1-4e95-9a9d-85996821de98" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "67db83fb-317b-4d3f-873e-b15c4c94e41e" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 17 January 2025 09:43:28 -0500 (0:00:00.527) 0:06:44.726 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003142", "end": "2025-01-17 09:43:29.045395", "rc": 0, "start": "2025-01-17 09:43:29.042253" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:17 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=67db83fb-317b-4d3f-873e-b15c4c94e41e / 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 17 January 2025 09:43:29 -0500 (0:00:00.523) 0:06:45.249 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003446", "end": "2025-01-17 09:43:29.573311", "failed_when_result": false, "rc": 0, "start": "2025-01-17 09:43:29.569865" } STDOUT: luks-822ab25a-5fad-41fe-a4c5-14ba83d365db /dev/sda1 - luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98 /dev/sdi1 - luks-bfb544f7-f0a8-40ae-838e-c84a28d97148 /dev/sdh1 - luks-88b4b2d6-5538-4331-8793-dfa10629c676 /dev/sdg1 - luks-04dc3811-62f4-4287-8820-976ec954eda6 /dev/sdf1 - luks-b05d4060-9dd3-477f-8555-d17644d5fb9f /dev/sde1 - luks-130ee6b7-1c0c-4b97-9b10-4d1890052545 /dev/sdd1 - luks-434357e8-90c8-4195-a125-897c048e0490 /dev/sdc1 - luks-70235d1b-220a-41e5-b93a-347b8f8083fc /dev/sdb1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 17 January 2025 09:43:29 -0500 (0:00:00.501) 0:06:45.751 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 17 January 2025 09:43:29 -0500 (0:00:00.231) 0:06:45.983 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 17 January 2025 09:43:30 -0500 (0:00:00.145) 0:06:46.128 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.033614", "end": "2025-01-17 09:43:30.489020", "rc": 0, "start": "2025-01-17 09:43:30.455406" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 17 January 2025 09:43:30 -0500 (0:00:00.541) 0:06:46.670 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 17 January 2025 09:43:30 -0500 (0:00:00.128) 0:06:46.798 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Friday 17 January 2025 09:43:31 -0500 (0:00:00.326) 0:06:47.124 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6", "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490", "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676", "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 17 January 2025 09:43:31 -0500 (0:00:00.197) 0:06:47.321 ******** ok: [managed-node1] => (item=/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6", "pv": "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6" } ok: [managed-node1] => (item=/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "pv": "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545" } ok: [managed-node1] => (item=/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490", "pv": "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490" } ok: [managed-node1] => (item=/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "pv": "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc" } ok: [managed-node1] => (item=/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "pv": "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db" } ok: [managed-node1] => (item=/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676", "pv": "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676" } ok: [managed-node1] => (item=/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "pv": "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f" } ok: [managed-node1] => (item=/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "pv": "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148" } ok: [managed-node1] => (item=/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "pv": "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 17 January 2025 09:43:34 -0500 (0:00:03.632) 0:06:50.954 ******** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 17 January 2025 09:43:34 -0500 (0:00:00.117) 0:06:51.072 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6", "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490", "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676", "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 17 January 2025 09:43:35 -0500 (0:00:00.109) 0:06:51.181 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 17 January 2025 09:43:35 -0500 (0:00:00.101) 0:06:51.282 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 17 January 2025 09:43:35 -0500 (0:00:00.082) 0:06:51.365 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 17 January 2025 09:43:35 -0500 (0:00:00.075) 0:06:51.440 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 17 January 2025 09:43:35 -0500 (0:00:00.121) 0:06:51.561 ******** ok: [managed-node1] => (item=/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148" } MSG: All assertions passed ok: [managed-node1] => (item=/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 17 January 2025 09:43:36 -0500 (0:00:00.825) 0:06:52.387 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:438459): WARNING **: 09:43:36.650: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.159 originally 10.31.45.159 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.45.159 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.45.159 originally 10.31.45.159 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.159 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 17 January 2025 09:43:36 -0500 (0:00:00.490) 0:06:52.878 ******** skipping: [managed-node1] => (item=/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6) => { "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-04dc3811-62f4-4287-8820-976ec954eda6" } skipping: [managed-node1] => (item=/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545) => { "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-130ee6b7-1c0c-4b97-9b10-4d1890052545" } skipping: [managed-node1] => (item=/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490) => { "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-434357e8-90c8-4195-a125-897c048e0490" } skipping: [managed-node1] => (item=/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc) => { "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-70235d1b-220a-41e5-b93a-347b8f8083fc" } skipping: [managed-node1] => (item=/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db) => { "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-822ab25a-5fad-41fe-a4c5-14ba83d365db" } skipping: [managed-node1] => (item=/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676) => { "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-88b4b2d6-5538-4331-8793-dfa10629c676" } skipping: [managed-node1] => (item=/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f) => { "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-b05d4060-9dd3-477f-8555-d17644d5fb9f" } skipping: [managed-node1] => (item=/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148) => { "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-bfb544f7-f0a8-40ae-838e-c84a28d97148" } skipping: [managed-node1] => (item=/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98) => { "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-d0c5f36f-e0a1-4e95-9a9d-85996821de98" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 17 January 2025 09:43:37 -0500 (0:00:00.458) 0:06:53.336 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Friday 17 January 2025 09:43:37 -0500 (0:00:00.335) 0:06:53.672 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Friday 17 January 2025 09:43:37 -0500 (0:00:00.098) 0:06:53.771 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Friday 17 January 2025 09:43:37 -0500 (0:00:00.087) 0:06:53.859 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Friday 17 January 2025 09:43:37 -0500 (0:00:00.078) 0:06:53.937 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 17 January 2025 09:43:37 -0500 (0:00:00.078) 0:06:54.015 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 17 January 2025 09:43:38 -0500 (0:00:00.078) 0:06:54.094 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Friday 17 January 2025 09:43:38 -0500 (0:00:00.075) 0:06:54.169 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Friday 17 January 2025 09:43:38 -0500 (0:00:00.078) 0:06:54.248 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Friday 17 January 2025 09:43:38 -0500 (0:00:00.078) 0:06:54.327 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Friday 17 January 2025 09:43:38 -0500 (0:00:00.077) 0:06:54.405 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 17 January 2025 09:43:38 -0500 (0:00:00.084) 0:06:54.489 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 17 January 2025 09:43:38 -0500 (0:00:00.144) 0:06:54.634 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 17 January 2025 09:43:38 -0500 (0:00:00.281) 0:06:54.916 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 17 January 2025 09:43:38 -0500 (0:00:00.065) 0:06:54.981 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 17 January 2025 09:43:39 -0500 (0:00:00.153) 0:06:55.134 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 17 January 2025 09:43:39 -0500 (0:00:00.038) 0:06:55.173 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Friday 17 January 2025 09:43:39 -0500 (0:00:00.126) 0:06:55.299 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 17 January 2025 09:43:39 -0500 (0:00:00.167) 0:06:55.467 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node1 => (item=/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98) TASK [Get the backing device path] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Friday 17 January 2025 09:43:40 -0500 (0:00:00.641) 0:06:56.109 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/04dc3811-62f4-4287-8820-976ec954eda6" ], "delta": "0:00:00.003360", "end": "2025-01-17 09:43:40.382556", "rc": 0, "start": "2025-01-17 09:43:40.379196" } STDOUT: /dev/sdf1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Friday 17 January 2025 09:43:40 -0500 (0:00:00.423) 0:06:56.532 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Friday 17 January 2025 09:43:41 -0500 (0:00:01.384) 0:06:57.917 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdf1" ], "delta": "0:00:00.006835", "end": "2025-01-17 09:43:42.317533", "rc": 0, "start": "2025-01-17 09:43:42.310698" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 04dc3811-62f4-4287-8820-976ec954eda6 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: 25 Memory: 116246 Threads: 2 Salt: e8 46 98 ca 9b d8 0b a7 94 73 84 4d 17 42 11 9b 5c 3e 33 4d 8f ea 76 30 91 2c a9 c7 8a e8 cd bc AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 103860 Salt: ef 0a f3 57 5a e1 fd fa 00 22 aa 5f 92 b7 48 3c ff 41 4c 59 15 5e 6a 7c 81 ac 58 28 e8 ef 1c 13 Digest: 48 d0 38 2b d3 38 53 1d 0a 71 52 d1 3c 92 2a c7 b1 04 0f 70 72 29 a2 97 01 2b 4d f2 09 16 43 c1 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Friday 17 January 2025 09:43:42 -0500 (0:00:00.624) 0:06:58.542 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Friday 17 January 2025 09:43:42 -0500 (0:00:00.105) 0:06:58.647 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Friday 17 January 2025 09:43:42 -0500 (0:00:00.094) 0:06:58.741 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Friday 17 January 2025 09:43:42 -0500 (0:00:00.080) 0:06:58.821 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/130ee6b7-1c0c-4b97-9b10-4d1890052545" ], "delta": "0:00:00.003107", "end": "2025-01-17 09:43:43.094564", "rc": 0, "start": "2025-01-17 09:43:43.091457" } STDOUT: /dev/sdd1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Friday 17 January 2025 09:43:43 -0500 (0:00:00.423) 0:06:59.245 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Friday 17 January 2025 09:43:44 -0500 (0:00:01.383) 0:07:00.628 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdd1" ], "delta": "0:00:00.006828", "end": "2025-01-17 09:43:44.896193", "rc": 0, "start": "2025-01-17 09:43:44.889365" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 130ee6b7-1c0c-4b97-9b10-4d1890052545 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: 25 Memory: 112274 Threads: 2 Salt: a4 aa a3 23 2f 13 15 fc 3c b0 37 75 a4 d6 76 c1 79 78 b2 ca 45 18 04 80 28 b9 80 61 85 55 fe e3 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 103696 Salt: c9 63 69 dc b4 a8 7a 9a 50 42 4d 6b 54 f6 db 69 8d 4d 55 0d 31 c1 0c 94 2b 08 11 1d 69 49 67 af Digest: 92 44 73 ea 44 8e ca 46 53 e5 41 f4 d2 39 2d 4a fc 4a d8 8e 61 0e f7 9b b0 a7 5d 31 ae 34 0c 7e TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Friday 17 January 2025 09:43:44 -0500 (0:00:00.419) 0:07:01.047 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Friday 17 January 2025 09:43:45 -0500 (0:00:00.104) 0:07:01.152 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Friday 17 January 2025 09:43:45 -0500 (0:00:00.081) 0:07:01.233 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Friday 17 January 2025 09:43:45 -0500 (0:00:00.106) 0:07:01.340 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/434357e8-90c8-4195-a125-897c048e0490" ], "delta": "0:00:00.003056", "end": "2025-01-17 09:43:45.666629", "rc": 0, "start": "2025-01-17 09:43:45.663573" } STDOUT: /dev/sdc1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Friday 17 January 2025 09:43:45 -0500 (0:00:00.491) 0:07:01.832 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Friday 17 January 2025 09:43:47 -0500 (0:00:01.393) 0:07:03.226 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdc1" ], "delta": "0:00:00.007493", "end": "2025-01-17 09:43:47.488519", "rc": 0, "start": "2025-01-17 09:43:47.481026" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 434357e8-90c8-4195-a125-897c048e0490 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: 25 Memory: 111384 Threads: 2 Salt: 86 06 0b 9d 29 cc e9 4c 57 de e8 2c 8a bc 3c 34 0d e3 02 be 45 0c 69 ba ec 9c ab 6b 10 ab 9e a4 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 104356 Salt: fe 92 43 ab a3 23 57 48 63 29 53 30 65 af 48 39 53 a3 11 1c a2 80 73 e5 8b ac ea 03 7b b4 f5 9d Digest: b0 b6 48 2c 40 9d 2e 46 f4 7b 78 39 c8 1b 1c 92 50 a9 ed 9c 97 28 8b b9 11 f6 8e e7 29 b5 74 bd TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Friday 17 January 2025 09:43:47 -0500 (0:00:00.414) 0:07:03.640 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Friday 17 January 2025 09:43:47 -0500 (0:00:00.265) 0:07:03.906 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Friday 17 January 2025 09:43:47 -0500 (0:00:00.110) 0:07:04.016 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Friday 17 January 2025 09:43:48 -0500 (0:00:00.137) 0:07:04.154 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/70235d1b-220a-41e5-b93a-347b8f8083fc" ], "delta": "0:00:00.003135", "end": "2025-01-17 09:43:48.447564", "rc": 0, "start": "2025-01-17 09:43:48.444429" } STDOUT: /dev/sdb1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Friday 17 January 2025 09:43:48 -0500 (0:00:00.444) 0:07:04.598 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Friday 17 January 2025 09:43:49 -0500 (0:00:01.368) 0:07:05.966 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdb1" ], "delta": "0:00:00.006747", "end": "2025-01-17 09:43:50.255303", "rc": 0, "start": "2025-01-17 09:43:50.248556" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 70235d1b-220a-41e5-b93a-347b8f8083fc Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 27 Memory: 107662 Threads: 2 Salt: 68 0e 54 1b 90 67 fe cb 0a bc 7a 0d 4a 03 7a 19 4b d6 8b 85 c1 b3 60 35 45 14 05 68 f1 40 0c ed AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 103860 Salt: 05 a1 7a 5f ec 82 91 9d 18 9a 25 ce b1 ab c7 b3 ab df 42 7d 80 4c ea 65 20 86 e4 69 55 70 1d 42 Digest: d2 92 33 e5 3e 8f 6f dd 37 cc f8 32 19 a3 b3 e5 61 38 9e cf f8 84 b4 de d6 b4 7a b4 d0 fb fd 9e TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Friday 17 January 2025 09:43:50 -0500 (0:00:00.471) 0:07:06.438 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Friday 17 January 2025 09:43:50 -0500 (0:00:00.180) 0:07:06.618 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Friday 17 January 2025 09:43:50 -0500 (0:00:00.141) 0:07:06.760 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Friday 17 January 2025 09:43:50 -0500 (0:00:00.144) 0:07:06.904 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/822ab25a-5fad-41fe-a4c5-14ba83d365db" ], "delta": "0:00:00.003310", "end": "2025-01-17 09:43:51.242602", "rc": 0, "start": "2025-01-17 09:43:51.239292" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Friday 17 January 2025 09:43:51 -0500 (0:00:00.488) 0:07:07.392 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Friday 17 January 2025 09:43:52 -0500 (0:00:01.354) 0:07:08.746 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.006800", "end": "2025-01-17 09:43:53.003447", "rc": 0, "start": "2025-01-17 09:43:52.996647" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 822ab25a-5fad-41fe-a4c5-14ba83d365db 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: 39 Memory: 74156 Threads: 2 Salt: 03 d6 f8 ac c0 6b 8e f4 18 08 be 47 78 95 f6 dd 93 1e 09 c8 d4 e8 71 7f 45 6e 57 10 6e 5a 45 f5 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 104190 Salt: 5d be 6e 8f e1 d9 98 24 f7 f7 93 6c 6c db 19 0f ac 20 f2 87 02 aa 8f 87 40 42 31 a8 ae 60 0b f2 Digest: 4f 10 ce fb 7f 6f 24 94 e2 e2 b7 48 78 08 af dc 8f b9 51 64 79 24 48 cc 55 26 89 4d 54 3a 8a 57 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Friday 17 January 2025 09:43:53 -0500 (0:00:00.405) 0:07:09.152 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Friday 17 January 2025 09:43:53 -0500 (0:00:00.101) 0:07:09.254 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Friday 17 January 2025 09:43:53 -0500 (0:00:00.077) 0:07:09.331 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Friday 17 January 2025 09:43:53 -0500 (0:00:00.229) 0:07:09.561 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/88b4b2d6-5538-4331-8793-dfa10629c676" ], "delta": "0:00:00.002977", "end": "2025-01-17 09:43:53.834348", "rc": 0, "start": "2025-01-17 09:43:53.831371" } STDOUT: /dev/sdg1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Friday 17 January 2025 09:43:53 -0500 (0:00:00.423) 0:07:09.984 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Friday 17 January 2025 09:43:55 -0500 (0:00:01.390) 0:07:11.375 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdg1" ], "delta": "0:00:00.006646", "end": "2025-01-17 09:43:55.696315", "rc": 0, "start": "2025-01-17 09:43:55.689669" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 88b4b2d6-5538-4331-8793-dfa10629c676 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: 23 Memory: 121986 Threads: 2 Salt: 99 0d 84 f1 72 32 df ee 11 9c 94 85 32 3f e3 e0 99 62 60 51 55 b9 cb 1d 4e 1f 18 de 90 7a 6d 4b AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 104190 Salt: be 9b a7 af a6 78 be a7 01 75 fa 33 28 ae fb 92 dc 37 ed 9c 5d 40 32 0c 43 97 5a 97 c8 64 42 a2 Digest: 3b 6f 04 91 76 51 3c 9c 79 80 a1 d6 25 b1 a8 a9 1e b3 03 db 81 1c 3e 76 13 08 7f 61 e0 71 9e 5e TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Friday 17 January 2025 09:43:55 -0500 (0:00:00.473) 0:07:11.848 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Friday 17 January 2025 09:43:55 -0500 (0:00:00.105) 0:07:11.954 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Friday 17 January 2025 09:43:55 -0500 (0:00:00.078) 0:07:12.033 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Friday 17 January 2025 09:43:56 -0500 (0:00:00.084) 0:07:12.117 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/b05d4060-9dd3-477f-8555-d17644d5fb9f" ], "delta": "0:00:01.003885", "end": "2025-01-17 09:43:57.421247", "rc": 0, "start": "2025-01-17 09:43:56.417362" } STDOUT: /dev/sde1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Friday 17 January 2025 09:43:57 -0500 (0:00:01.456) 0:07:13.574 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Friday 17 January 2025 09:43:58 -0500 (0:00:01.365) 0:07:14.939 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sde1" ], "delta": "0:00:00.006349", "end": "2025-01-17 09:43:59.194263", "rc": 0, "start": "2025-01-17 09:43:59.187914" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: b05d4060-9dd3-477f-8555-d17644d5fb9f 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: 25 Memory: 113804 Threads: 2 Salt: f7 6b 01 73 37 45 6d ae d0 d8 a1 ad 02 25 0f 05 8d 01 cb ef ed 28 cc 07 ed d8 c1 77 8f 56 97 27 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 104857 Salt: 43 d0 1b e2 09 d3 44 47 49 0d 99 0d 70 97 9e 90 f8 f1 bd a2 1d 35 2e 68 e6 14 c9 b7 bf 49 5f c6 Digest: e5 57 0e fb 5f ad 9c 28 b8 a0 22 c9 be d8 24 9f d1 15 18 72 39 70 c3 26 8e 6e 3b 51 25 9a b1 fe TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Friday 17 January 2025 09:43:59 -0500 (0:00:00.434) 0:07:15.374 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Friday 17 January 2025 09:43:59 -0500 (0:00:00.141) 0:07:15.516 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Friday 17 January 2025 09:43:59 -0500 (0:00:00.119) 0:07:15.635 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Friday 17 January 2025 09:43:59 -0500 (0:00:00.086) 0:07:15.722 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/bfb544f7-f0a8-40ae-838e-c84a28d97148" ], "delta": "0:00:00.002934", "end": "2025-01-17 09:44:00.094036", "rc": 0, "start": "2025-01-17 09:44:00.091102" } STDOUT: /dev/sdh1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Friday 17 January 2025 09:44:00 -0500 (0:00:00.608) 0:07:16.331 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Friday 17 January 2025 09:44:01 -0500 (0:00:01.401) 0:07:17.732 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdh1" ], "delta": "0:00:00.006912", "end": "2025-01-17 09:44:02.012452", "rc": 0, "start": "2025-01-17 09:44:02.005540" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: bfb544f7-f0a8-40ae-838e-c84a28d97148 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: 23 Memory: 122168 Threads: 2 Salt: 1f f8 da a1 f9 6b 27 9c 0d b4 bf 50 fa ae 66 d6 1a 10 c5 a5 f1 50 14 76 1e b7 c4 c1 21 6e 4a 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: 105194 Salt: 9f 3d 78 58 1e af b3 c2 59 c2 93 b8 65 75 68 5f dd 75 43 8a e1 bc b9 56 b0 4a 6c 49 3f 17 bc a0 Digest: 17 d6 79 41 e0 7a a7 6a a5 09 6c e6 d9 d9 e5 30 ff 03 1c ee 36 0c 7f 70 2c bd f9 bb df 63 71 74 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Friday 17 January 2025 09:44:02 -0500 (0:00:00.437) 0:07:18.170 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Friday 17 January 2025 09:44:02 -0500 (0:00:00.190) 0:07:18.361 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Friday 17 January 2025 09:44:02 -0500 (0:00:00.138) 0:07:18.499 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Friday 17 January 2025 09:44:02 -0500 (0:00:00.133) 0:07:18.633 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/d0c5f36f-e0a1-4e95-9a9d-85996821de98" ], "delta": "0:00:00.003170", "end": "2025-01-17 09:44:02.929931", "rc": 0, "start": "2025-01-17 09:44:02.926761" } STDOUT: /dev/sdi1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Friday 17 January 2025 09:44:03 -0500 (0:00:00.479) 0:07:19.113 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Friday 17 January 2025 09:44:04 -0500 (0:00:01.515) 0:07:20.629 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdi1" ], "delta": "0:00:00.007121", "end": "2025-01-17 09:44:04.950808", "rc": 0, "start": "2025-01-17 09:44:04.943687" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: d0c5f36f-e0a1-4e95-9a9d-85996821de98 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 32 Memory: 90102 Threads: 2 Salt: 4f 54 98 c7 d0 85 32 87 e4 a4 ba 39 46 89 4a e8 f5 bf 72 7e 2e ae 53 e9 4b e2 0b 34 df b1 48 43 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 104190 Salt: 46 1a dc ed 02 d8 de 2b fb ce a1 fa 52 f0 0b aa 5b 8e 26 6c 27 b2 63 3e d3 89 b9 b6 6b 30 14 b0 Digest: f5 2e 2e 3c e9 6f 39 6e e6 84 96 37 90 f6 d8 c1 80 2c 1e 42 d3 c9 e6 6f 59 2e 45 bd d3 a9 53 90 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Friday 17 January 2025 09:44:05 -0500 (0:00:00.504) 0:07:21.133 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Friday 17 January 2025 09:44:05 -0500 (0:00:00.178) 0:07:21.311 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Friday 17 January 2025 09:44:05 -0500 (0:00:00.142) 0:07:21.453 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 17 January 2025 09:44:05 -0500 (0:00:00.150) 0:07:21.604 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node1 => (item=/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:44:06 -0500 (0:00:01.060) 0:07:22.665 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-04dc3811-62f4-4287-8820-976ec954eda6 /dev/sdf1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:44:06 -0500 (0:00:00.175) 0:07:22.841 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:44:06 -0500 (0:00:00.170) 0:07:23.011 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:44:07 -0500 (0:00:00.175) 0:07:23.186 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:44:07 -0500 (0:00:00.160) 0:07:23.347 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:44:07 -0500 (0:00:00.124) 0:07:23.471 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:44:07 -0500 (0:00:00.095) 0:07:23.566 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-130ee6b7-1c0c-4b97-9b10-4d1890052545 /dev/sdd1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:44:07 -0500 (0:00:00.119) 0:07:23.686 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:44:07 -0500 (0:00:00.140) 0:07:23.827 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:44:07 -0500 (0:00:00.173) 0:07:24.000 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:44:08 -0500 (0:00:00.142) 0:07:24.143 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:44:08 -0500 (0:00:00.123) 0:07:24.267 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:44:08 -0500 (0:00:00.081) 0:07:24.348 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-434357e8-90c8-4195-a125-897c048e0490 /dev/sdc1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:44:08 -0500 (0:00:00.251) 0:07:24.600 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:44:08 -0500 (0:00:00.115) 0:07:24.715 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:44:08 -0500 (0:00:00.103) 0:07:24.819 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:44:08 -0500 (0:00:00.098) 0:07:24.918 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:44:08 -0500 (0:00:00.101) 0:07:25.020 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:44:09 -0500 (0:00:00.082) 0:07:25.103 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-70235d1b-220a-41e5-b93a-347b8f8083fc /dev/sdb1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:44:09 -0500 (0:00:00.104) 0:07:25.207 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:44:09 -0500 (0:00:00.101) 0:07:25.309 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:44:09 -0500 (0:00:00.102) 0:07:25.412 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:44:09 -0500 (0:00:00.141) 0:07:25.553 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:44:09 -0500 (0:00:00.183) 0:07:25.736 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:44:09 -0500 (0:00:00.144) 0:07:25.881 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-822ab25a-5fad-41fe-a4c5-14ba83d365db /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:44:09 -0500 (0:00:00.170) 0:07:26.051 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:44:10 -0500 (0:00:00.400) 0:07:26.452 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:44:10 -0500 (0:00:00.178) 0:07:26.631 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:44:10 -0500 (0:00:00.152) 0:07:26.783 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:44:10 -0500 (0:00:00.162) 0:07:26.946 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:44:10 -0500 (0:00:00.094) 0:07:27.040 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-88b4b2d6-5538-4331-8793-dfa10629c676 /dev/sdg1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:44:11 -0500 (0:00:00.105) 0:07:27.145 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:44:11 -0500 (0:00:00.137) 0:07:27.283 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:44:11 -0500 (0:00:00.127) 0:07:27.411 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:44:11 -0500 (0:00:00.103) 0:07:27.514 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:44:11 -0500 (0:00:00.106) 0:07:27.621 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:44:11 -0500 (0:00:00.124) 0:07:27.746 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-b05d4060-9dd3-477f-8555-d17644d5fb9f /dev/sde1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:44:11 -0500 (0:00:00.166) 0:07:27.912 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:44:11 -0500 (0:00:00.122) 0:07:28.035 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:44:12 -0500 (0:00:00.290) 0:07:28.326 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:44:12 -0500 (0:00:00.156) 0:07:28.482 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:44:12 -0500 (0:00:00.171) 0:07:28.653 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:44:12 -0500 (0:00:00.138) 0:07:28.792 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-bfb544f7-f0a8-40ae-838e-c84a28d97148 /dev/sdh1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:44:12 -0500 (0:00:00.199) 0:07:28.992 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:44:13 -0500 (0:00:00.177) 0:07:29.170 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:44:13 -0500 (0:00:00.146) 0:07:29.316 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:44:13 -0500 (0:00:00.117) 0:07:29.434 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:44:13 -0500 (0:00:00.104) 0:07:29.538 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:44:13 -0500 (0:00:00.082) 0:07:29.620 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98 /dev/sdi1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:44:13 -0500 (0:00:00.155) 0:07:29.776 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:44:13 -0500 (0:00:00.178) 0:07:29.955 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:44:14 -0500 (0:00:00.174) 0:07:30.129 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:44:14 -0500 (0:00:00.280) 0:07:30.409 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:44:14 -0500 (0:00:00.407) 0:07:30.817 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Friday 17 January 2025 09:44:14 -0500 (0:00:00.157) 0:07:30.974 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 17 January 2025 09:44:15 -0500 (0:00:00.145) 0:07:31.120 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 17 January 2025 09:44:15 -0500 (0:00:00.221) 0:07:31.341 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 17 January 2025 09:44:15 -0500 (0:00:00.067) 0:07:31.409 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 17 January 2025 09:44:15 -0500 (0:00:00.193) 0:07:31.602 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 17 January 2025 09:44:15 -0500 (0:00:00.099) 0:07:31.701 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 17 January 2025 09:44:15 -0500 (0:00:00.078) 0:07:31.780 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 17 January 2025 09:44:15 -0500 (0:00:00.078) 0:07:31.858 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 17 January 2025 09:44:15 -0500 (0:00:00.106) 0:07:31.965 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 17 January 2025 09:44:16 -0500 (0:00:00.154) 0:07:32.120 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 17 January 2025 09:44:16 -0500 (0:00:00.298) 0:07:32.418 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 17 January 2025 09:44:16 -0500 (0:00:00.083) 0:07:32.502 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 17 January 2025 09:44:16 -0500 (0:00:00.038) 0:07:32.541 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 17 January 2025 09:44:16 -0500 (0:00:00.038) 0:07:32.579 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:211 Friday 17 January 2025 09:44:16 -0500 (0:00:00.079) 0:07:32.659 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.033703", "end": "2025-01-17 09:44:16.943988", "rc": 0, "start": "2025-01-17 09:44:16.910285" } STDOUT: YzaICI-VWHh-7TFh-eJEs-Andp-EUVa-lgY0p1 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:216 Friday 17 January 2025 09:44:17 -0500 (0:00:00.447) 0:07:33.106 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Create a new volume group with a logical volume] ************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:220 Friday 17 January 2025 09:44:17 -0500 (0:00:00.082) 0:07:33.189 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:44:17 -0500 (0:00:00.171) 0:07:33.360 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:44:17 -0500 (0:00:00.104) 0:07:33.464 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:44:17 -0500 (0:00:00.102) 0:07:33.567 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:44:18 -0500 (0:00:00.557) 0:07:34.124 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:44:18 -0500 (0:00:00.148) 0:07:34.273 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:44:18 -0500 (0:00:00.141) 0:07:34.414 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:44:18 -0500 (0:00:00.141) 0:07:34.556 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:44:18 -0500 (0:00:00.143) 0:07:34.700 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:44:18 -0500 (0:00:00.190) 0:07:34.890 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:44:18 -0500 (0:00:00.099) 0:07:34.990 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:44:18 -0500 (0:00:00.085) 0:07:35.076 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:44:19 -0500 (0:00:00.084) 0:07:35.161 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:44:19 -0500 (0:00:00.134) 0:07:35.296 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:44:19 -0500 (0:00:00.097) 0:07:35.393 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:44:19 -0500 (0:00:00.089) 0:07:35.482 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:44:19 -0500 (0:00:00.284) 0:07:35.767 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:44:19 -0500 (0:00:00.153) 0:07:35.920 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:44:19 -0500 (0:00:00.047) 0:07:35.968 ******** changed: [managed-node1] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676", "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-822ab25a-5fad-41fe-a4c5-14ba83d365db", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490", "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-130ee6b7-1c0c-4b97-9b10-4d1890052545", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "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-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "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-b05d4060-9dd3-477f-8555-d17644d5fb9f", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "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-bfb544f7-f0a8-40ae-838e-c84a28d97148", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "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-70235d1b-220a-41e5-b93a-347b8f8083fc", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "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-04dc3811-62f4-4287-8820-976ec954eda6", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6", "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": "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/sdg1", "name": "luks-88b4b2d6-5538-4331-8793-dfa10629c676", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-434357e8-90c8-4195-a125-897c048e0490", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-04dc3811-62f4-4287-8820-976ec954eda6", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:44:27 -0500 (0:00:07.688) 0:07:43.657 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:44:27 -0500 (0:00:00.130) 0:07:43.787 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:44:28 -0500 (0:00:00.462) 0:07:44.249 ******** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:44:28 -0500 (0:00:00.501) 0:07:44.751 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:44:28 -0500 (0:00:00.045) 0:07:44.797 ******** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-88b4b2d6-5538-4331-8793-dfa10629c676", "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-822ab25a-5fad-41fe-a4c5-14ba83d365db", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-434357e8-90c8-4195-a125-897c048e0490", "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-130ee6b7-1c0c-4b97-9b10-4d1890052545", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "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-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "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-b05d4060-9dd3-477f-8555-d17644d5fb9f", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "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-bfb544f7-f0a8-40ae-838e-c84a28d97148", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "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-70235d1b-220a-41e5-b93a-347b8f8083fc", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "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-04dc3811-62f4-4287-8820-976ec954eda6", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-04dc3811-62f4-4287-8820-976ec954eda6", "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": "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/sdg1", "name": "luks-88b4b2d6-5538-4331-8793-dfa10629c676", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-434357e8-90c8-4195-a125-897c048e0490", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-04dc3811-62f4-4287-8820-976ec954eda6", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:44:28 -0500 (0:00:00.131) 0:07:44.928 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:44:28 -0500 (0:00:00.106) 0:07:45.034 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:44:29 -0500 (0:00:00.119) 0:07:45.154 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:44:29 -0500 (0:00:00.073) 0:07:45.228 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:44:29 -0500 (0:00:00.134) 0:07:45.362 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:44:29 -0500 (0:00:00.152) 0:07:45.515 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:44:29 -0500 (0:00:00.088) 0:07:45.603 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:44:29 -0500 (0:00:00.151) 0:07:45.754 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737125009.5717268, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b453424cd9c9a89619106f8df207a3d5f95f264a", "ctime": 1737125006.2587063, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 96469216, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1737125006.259748, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "70085954", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:44:30 -0500 (0:00:00.503) 0:07:46.257 ******** changed: [managed-node1] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-88b4b2d6-5538-4331-8793-dfa10629c676', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-88b4b2d6-5538-4331-8793-dfa10629c676", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sda1', 'name': 'luks-822ab25a-5fad-41fe-a4c5-14ba83d365db', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-822ab25a-5fad-41fe-a4c5-14ba83d365db", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-434357e8-90c8-4195-a125-897c048e0490', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-434357e8-90c8-4195-a125-897c048e0490", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-130ee6b7-1c0c-4b97-9b10-4d1890052545', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-130ee6b7-1c0c-4b97-9b10-4d1890052545", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-d0c5f36f-e0a1-4e95-9a9d-85996821de98", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sde1', 'name': 'luks-b05d4060-9dd3-477f-8555-d17644d5fb9f', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-b05d4060-9dd3-477f-8555-d17644d5fb9f", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-bfb544f7-f0a8-40ae-838e-c84a28d97148', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-bfb544f7-f0a8-40ae-838e-c84a28d97148", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-70235d1b-220a-41e5-b93a-347b8f8083fc', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-70235d1b-220a-41e5-b93a-347b8f8083fc", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node1] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-04dc3811-62f4-4287-8820-976ec954eda6', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-04dc3811-62f4-4287-8820-976ec954eda6", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:44:34 -0500 (0:00:04.244) 0:07:50.502 ******** ok: [managed-node1] TASK [Save UUID of the created volume group] *********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:232 Friday 17 January 2025 09:44:35 -0500 (0:00:01.191) 0:07:51.694 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.029377", "end": "2025-01-17 09:44:36.173586", "rc": 0, "start": "2025-01-17 09:44:36.144209" } STDOUT: UkIxMH-AxoE-2w3J-wPKS-WozK-epHj-41IPYE TASK [Verify role results] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:237 Friday 17 January 2025 09:44:36 -0500 (0:00:00.722) 0:07:52.416 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 17 January 2025 09:44:36 -0500 (0:00:00.317) 0:07:52.733 ******** ok: [managed-node1] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 17 January 2025 09:44:36 -0500 (0:00:00.236) 0:07:52.970 ******** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 17 January 2025 09:44:37 -0500 (0:00:00.274) 0:07:53.244 ******** ok: [managed-node1] => { "changed": false, "info": { "/dev/mapper/foo-test": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/mapper/foo-test", "size": "300M", "type": "lvm", "uuid": "62391a4a-b533-41aa-9dfe-a245d277ef41" }, "/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": "7zt1Fv-Jz6Y-dXz4-W30n-zBPp-Afsi-Kp5Q3j" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "67db83fb-317b-4d3f-873e-b15c4c94e41e" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 17 January 2025 09:44:37 -0500 (0:00:00.527) 0:07:53.772 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003093", "end": "2025-01-17 09:44:38.073653", "rc": 0, "start": "2025-01-17 09:44:38.070560" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:17 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=67db83fb-317b-4d3f-873e-b15c4c94e41e / 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 17 January 2025 09:44:38 -0500 (0:00:00.449) 0:07:54.222 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002962", "end": "2025-01-17 09:44:38.595259", "failed_when_result": false, "rc": 0, "start": "2025-01-17 09:44:38.592297" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 17 January 2025 09:44:38 -0500 (0:00:00.606) 0:07:54.828 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node1 => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 17 January 2025 09:44:38 -0500 (0:00:00.127) 0:07:54.956 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 17 January 2025 09:44:38 -0500 (0:00:00.078) 0:07:55.035 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.028982", "end": "2025-01-17 09:44:39.334102", "rc": 0, "start": "2025-01-17 09:44:39.305120" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 17 January 2025 09:44:39 -0500 (0:00:00.450) 0:07:55.485 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 17 January 2025 09:44:39 -0500 (0:00:00.083) 0:07:55.569 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Friday 17 January 2025 09:44:39 -0500 (0:00:00.146) 0:07:55.715 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 17 January 2025 09:44:39 -0500 (0:00:00.102) 0:07:55.818 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 17 January 2025 09:44:40 -0500 (0:00:00.449) 0:07:56.268 ******** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 17 January 2025 09:44:40 -0500 (0:00:00.166) 0:07:56.434 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 17 January 2025 09:44:40 -0500 (0:00:00.172) 0:07:56.606 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 17 January 2025 09:44:40 -0500 (0:00:00.167) 0:07:56.774 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 17 January 2025 09:44:40 -0500 (0:00:00.138) 0:07:56.912 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 17 January 2025 09:44:41 -0500 (0:00:00.312) 0:07:57.225 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 17 January 2025 09:44:41 -0500 (0:00:00.075) 0:07:57.300 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 17 January 2025 09:44:41 -0500 (0:00:00.124) 0:07:57.424 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:445371): WARNING **: 09:44:41.626: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.159 originally 10.31.45.159 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.45.159 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.45.159 originally 10.31.45.159 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.159 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 17 January 2025 09:44:41 -0500 (0:00:00.456) 0:07:57.881 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 17 January 2025 09:44:41 -0500 (0:00:00.125) 0:07:58.006 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Friday 17 January 2025 09:44:42 -0500 (0:00:00.129) 0:07:58.136 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Friday 17 January 2025 09:44:42 -0500 (0:00:00.095) 0:07:58.231 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Friday 17 January 2025 09:44:42 -0500 (0:00:00.104) 0:07:58.335 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Friday 17 January 2025 09:44:42 -0500 (0:00:00.131) 0:07:58.466 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 17 January 2025 09:44:42 -0500 (0:00:00.128) 0:07:58.595 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 17 January 2025 09:44:42 -0500 (0:00:00.134) 0:07:58.729 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Friday 17 January 2025 09:44:42 -0500 (0:00:00.135) 0:07:58.865 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Friday 17 January 2025 09:44:42 -0500 (0:00:00.135) 0:07:59.000 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Friday 17 January 2025 09:44:43 -0500 (0:00:00.133) 0:07:59.134 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Friday 17 January 2025 09:44:43 -0500 (0:00:00.360) 0:07:59.494 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 17 January 2025 09:44:43 -0500 (0:00:00.081) 0:07:59.576 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 17 January 2025 09:44:43 -0500 (0:00:00.077) 0:07:59.653 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 17 January 2025 09:44:43 -0500 (0:00:00.135) 0:07:59.789 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node1 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Friday 17 January 2025 09:44:43 -0500 (0:00:00.186) 0:07:59.975 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Friday 17 January 2025 09:44:44 -0500 (0:00:00.127) 0:08:00.103 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Friday 17 January 2025 09:44:44 -0500 (0:00:00.134) 0:08:00.237 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Friday 17 January 2025 09:44:44 -0500 (0:00:00.144) 0:08:00.382 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Friday 17 January 2025 09:44:44 -0500 (0:00:00.134) 0:08:00.517 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Friday 17 January 2025 09:44:44 -0500 (0:00:00.156) 0:08:00.673 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Friday 17 January 2025 09:44:44 -0500 (0:00:00.145) 0:08:00.819 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 17 January 2025 09:44:44 -0500 (0:00:00.226) 0:08:01.045 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 17 January 2025 09:44:45 -0500 (0:00:00.503) 0:08:01.549 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node1 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Friday 17 January 2025 09:44:45 -0500 (0:00:00.278) 0:08:01.827 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Friday 17 January 2025 09:44:45 -0500 (0:00:00.175) 0:08:02.003 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Friday 17 January 2025 09:44:46 -0500 (0:00:00.097) 0:08:02.100 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Friday 17 January 2025 09:44:46 -0500 (0:00:00.090) 0:08:02.191 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 17 January 2025 09:44:46 -0500 (0:00:00.107) 0:08:02.299 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Friday 17 January 2025 09:44:46 -0500 (0:00:00.347) 0:08:02.646 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 17 January 2025 09:44:46 -0500 (0:00:00.255) 0:08:02.902 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 17 January 2025 09:44:46 -0500 (0:00:00.174) 0:08:03.077 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Friday 17 January 2025 09:44:47 -0500 (0:00:00.183) 0:08:03.260 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Friday 17 January 2025 09:44:47 -0500 (0:00:00.299) 0:08:03.560 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Friday 17 January 2025 09:44:47 -0500 (0:00:00.355) 0:08:03.915 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Friday 17 January 2025 09:44:47 -0500 (0:00:00.118) 0:08:04.034 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Friday 17 January 2025 09:44:48 -0500 (0:00:00.100) 0:08:04.134 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Friday 17 January 2025 09:44:48 -0500 (0:00:00.096) 0:08:04.231 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Friday 17 January 2025 09:44:48 -0500 (0:00:00.172) 0:08:04.403 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 17 January 2025 09:44:48 -0500 (0:00:00.189) 0:08:04.592 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 17 January 2025 09:44:48 -0500 (0:00:00.234) 0:08:04.827 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node1 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Friday 17 January 2025 09:44:48 -0500 (0:00:00.196) 0:08:05.023 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Friday 17 January 2025 09:44:49 -0500 (0:00:00.232) 0:08:05.255 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Friday 17 January 2025 09:44:49 -0500 (0:00:00.150) 0:08:05.406 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Friday 17 January 2025 09:44:49 -0500 (0:00:00.138) 0:08:05.545 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Friday 17 January 2025 09:44:49 -0500 (0:00:00.169) 0:08:05.715 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Friday 17 January 2025 09:44:49 -0500 (0:00:00.330) 0:08:06.045 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Friday 17 January 2025 09:44:50 -0500 (0:00:00.075) 0:08:06.121 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 17 January 2025 09:44:50 -0500 (0:00:00.142) 0:08:06.263 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 17 January 2025 09:44:50 -0500 (0:00:00.196) 0:08:06.459 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 17 January 2025 09:44:50 -0500 (0:00:00.086) 0:08:06.546 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 17 January 2025 09:44:50 -0500 (0:00:00.076) 0:08:06.623 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 17 January 2025 09:44:50 -0500 (0:00:00.139) 0:08:06.762 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 17 January 2025 09:44:50 -0500 (0:00:00.149) 0:08:06.912 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 17 January 2025 09:44:50 -0500 (0:00:00.127) 0:08:07.039 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 17 January 2025 09:44:51 -0500 (0:00:00.096) 0:08:07.135 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 17 January 2025 09:44:51 -0500 (0:00:00.110) 0:08:07.246 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node1 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Friday 17 January 2025 09:44:51 -0500 (0:00:00.149) 0:08:07.395 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Friday 17 January 2025 09:44:51 -0500 (0:00:00.307) 0:08:07.703 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node1 => (item=mount) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node1 => (item=fstab) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node1 => (item=fs) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node1 => (item=device) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node1 => (item=encryption) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node1 => (item=md) included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node1 => (item=size) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Friday 17 January 2025 09:44:52 -0500 (0:00:01.085) 0:08:08.788 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Friday 17 January 2025 09:44:52 -0500 (0:00:00.091) 0:08:08.879 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Friday 17 January 2025 09:44:52 -0500 (0:00:00.148) 0:08:09.028 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Friday 17 January 2025 09:44:53 -0500 (0:00:00.159) 0:08:09.187 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Friday 17 January 2025 09:44:53 -0500 (0:00:00.179) 0:08:09.367 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Friday 17 January 2025 09:44:53 -0500 (0:00:00.126) 0:08:09.493 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Friday 17 January 2025 09:44:53 -0500 (0:00:00.127) 0:08:09.621 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Friday 17 January 2025 09:44:53 -0500 (0:00:00.128) 0:08:09.749 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Friday 17 January 2025 09:44:53 -0500 (0:00:00.125) 0:08:09.875 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Friday 17 January 2025 09:44:53 -0500 (0:00:00.165) 0:08:10.040 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Friday 17 January 2025 09:44:54 -0500 (0:00:00.163) 0:08:10.204 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Friday 17 January 2025 09:44:54 -0500 (0:00:00.163) 0:08:10.368 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Friday 17 January 2025 09:44:54 -0500 (0:00:00.646) 0:08:11.015 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Friday 17 January 2025 09:44:55 -0500 (0:00:00.294) 0:08:11.310 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Friday 17 January 2025 09:44:55 -0500 (0:00:00.204) 0:08:11.515 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 17 January 2025 09:44:55 -0500 (0:00:00.120) 0:08:11.635 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Friday 17 January 2025 09:44:55 -0500 (0:00:00.112) 0:08:11.748 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Friday 17 January 2025 09:44:55 -0500 (0:00:00.077) 0:08:11.825 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Friday 17 January 2025 09:44:55 -0500 (0:00:00.119) 0:08:11.945 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Friday 17 January 2025 09:44:56 -0500 (0:00:00.187) 0:08:12.133 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737125067.4440894, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1737125067.4440894, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 18153, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1737125067.4440894, "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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Friday 17 January 2025 09:44:56 -0500 (0:00:00.459) 0:08:12.592 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Friday 17 January 2025 09:44:56 -0500 (0:00:00.101) 0:08:12.694 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Friday 17 January 2025 09:44:56 -0500 (0:00:00.094) 0:08:12.789 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Friday 17 January 2025 09:44:56 -0500 (0:00:00.081) 0:08:12.870 ******** ok: [managed-node1] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Friday 17 January 2025 09:44:56 -0500 (0:00:00.079) 0:08:12.950 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Friday 17 January 2025 09:44:56 -0500 (0:00:00.099) 0:08:13.049 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Friday 17 January 2025 09:44:57 -0500 (0:00:00.156) 0:08:13.205 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Friday 17 January 2025 09:44:57 -0500 (0:00:00.348) 0:08:13.554 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Friday 17 January 2025 09:44:58 -0500 (0:00:01.438) 0:08:14.992 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Friday 17 January 2025 09:44:59 -0500 (0:00:00.175) 0:08:15.167 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Friday 17 January 2025 09:44:59 -0500 (0:00:00.177) 0:08:15.345 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Friday 17 January 2025 09:44:59 -0500 (0:00:00.185) 0:08:15.530 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Friday 17 January 2025 09:44:59 -0500 (0:00:00.165) 0:08:15.696 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Friday 17 January 2025 09:44:59 -0500 (0:00:00.151) 0:08:15.848 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Friday 17 January 2025 09:44:59 -0500 (0:00:00.137) 0:08:15.985 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Friday 17 January 2025 09:45:00 -0500 (0:00:00.123) 0:08:16.108 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Friday 17 January 2025 09:45:00 -0500 (0:00:00.088) 0:08:16.197 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Friday 17 January 2025 09:45:00 -0500 (0:00:00.109) 0:08:16.306 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Friday 17 January 2025 09:45:00 -0500 (0:00:00.143) 0:08:16.449 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Friday 17 January 2025 09:45:00 -0500 (0:00:00.239) 0:08:16.689 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Friday 17 January 2025 09:45:00 -0500 (0:00:00.184) 0:08:16.874 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Friday 17 January 2025 09:45:01 -0500 (0:00:00.269) 0:08:17.144 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Friday 17 January 2025 09:45:01 -0500 (0:00:00.439) 0:08:17.583 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Friday 17 January 2025 09:45:01 -0500 (0:00:00.138) 0:08:17.722 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Friday 17 January 2025 09:45:01 -0500 (0:00:00.131) 0:08:17.854 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Friday 17 January 2025 09:45:01 -0500 (0:00:00.178) 0:08:18.033 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Friday 17 January 2025 09:45:02 -0500 (0:00:00.153) 0:08:18.187 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Friday 17 January 2025 09:45:02 -0500 (0:00:00.159) 0:08:18.346 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Friday 17 January 2025 09:45:02 -0500 (0:00:00.143) 0:08:18.490 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Friday 17 January 2025 09:45:02 -0500 (0:00:00.144) 0:08:18.634 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Friday 17 January 2025 09:45:02 -0500 (0:00:00.128) 0:08:18.762 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Friday 17 January 2025 09:45:02 -0500 (0:00:00.129) 0:08:18.891 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Friday 17 January 2025 09:45:02 -0500 (0:00:00.173) 0:08:19.065 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Friday 17 January 2025 09:45:03 -0500 (0:00:00.833) 0:08:19.898 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Friday 17 January 2025 09:45:04 -0500 (0:00:00.565) 0:08:20.464 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_expected_size": "314572800" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Friday 17 January 2025 09:45:04 -0500 (0:00:00.106) 0:08:20.571 ******** ok: [managed-node1] => { "storage_test_expected_size": "314572800" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Friday 17 January 2025 09:45:04 -0500 (0:00:00.317) 0:08:20.889 ******** ok: [managed-node1] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Friday 17 January 2025 09:45:05 -0500 (0:00:00.777) 0:08:21.666 ******** skipping: [managed-node1] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Friday 17 January 2025 09:45:05 -0500 (0:00:00.098) 0:08:21.765 ******** skipping: [managed-node1] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Friday 17 January 2025 09:45:05 -0500 (0:00:00.098) 0:08:21.863 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Friday 17 January 2025 09:45:05 -0500 (0:00:00.135) 0:08:21.998 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Friday 17 January 2025 09:45:06 -0500 (0:00:00.168) 0:08:22.166 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Friday 17 January 2025 09:45:06 -0500 (0:00:00.150) 0:08:22.317 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Friday 17 January 2025 09:45:06 -0500 (0:00:00.190) 0:08:22.508 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Friday 17 January 2025 09:45:06 -0500 (0:00:00.159) 0:08:22.667 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Friday 17 January 2025 09:45:06 -0500 (0:00:00.168) 0:08:22.835 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Friday 17 January 2025 09:45:06 -0500 (0:00:00.141) 0:08:22.977 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Friday 17 January 2025 09:45:07 -0500 (0:00:00.135) 0:08:23.112 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Friday 17 January 2025 09:45:07 -0500 (0:00:00.154) 0:08:23.268 ******** skipping: [managed-node1] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Friday 17 January 2025 09:45:07 -0500 (0:00:00.216) 0:08:23.484 ******** skipping: [managed-node1] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Friday 17 January 2025 09:45:07 -0500 (0:00:00.179) 0:08:23.663 ******** skipping: [managed-node1] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Friday 17 January 2025 09:45:08 -0500 (0:00:00.504) 0:08:24.168 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Friday 17 January 2025 09:45:08 -0500 (0:00:00.127) 0:08:24.296 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Friday 17 January 2025 09:45:08 -0500 (0:00:00.188) 0:08:24.485 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Friday 17 January 2025 09:45:08 -0500 (0:00:00.161) 0:08:24.646 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Friday 17 January 2025 09:45:08 -0500 (0:00:00.153) 0:08:24.800 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Friday 17 January 2025 09:45:08 -0500 (0:00:00.143) 0:08:24.943 ******** ok: [managed-node1] => { "storage_test_actual_size": { "bytes": 314572800, "changed": false, "failed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } } TASK [Show expected size] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Friday 17 January 2025 09:45:09 -0500 (0:00:00.142) 0:08:25.086 ******** ok: [managed-node1] => { "storage_test_expected_size": "314572800" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Friday 17 January 2025 09:45:09 -0500 (0:00:00.130) 0:08:25.216 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Friday 17 January 2025 09:45:09 -0500 (0:00:00.175) 0:08:25.392 ******** 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.030249", "end": "2025-01-17 09:45:09.807918", "rc": 0, "start": "2025-01-17 09:45:09.777669" } 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Friday 17 January 2025 09:45:09 -0500 (0:00:00.649) 0:08:26.041 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Friday 17 January 2025 09:45:10 -0500 (0:00:00.308) 0:08:26.350 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Friday 17 January 2025 09:45:10 -0500 (0:00:00.205) 0:08:26.556 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Friday 17 January 2025 09:45:10 -0500 (0:00:00.199) 0:08:26.756 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Friday 17 January 2025 09:45:10 -0500 (0:00:00.162) 0:08:26.918 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Friday 17 January 2025 09:45:11 -0500 (0:00:00.298) 0:08:27.217 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Friday 17 January 2025 09:45:11 -0500 (0:00:00.667) 0:08:27.885 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 17 January 2025 09:45:12 -0500 (0:00:00.255) 0:08:28.140 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 17 January 2025 09:45:12 -0500 (0:00:00.095) 0:08:28.235 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:240 Friday 17 January 2025 09:45:12 -0500 (0:00:00.170) 0:08:28.406 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:45:12 -0500 (0:00:00.345) 0:08:28.752 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:45:12 -0500 (0:00:00.154) 0:08:28.906 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:45:13 -0500 (0:00:00.203) 0:08:29.109 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:45:13 -0500 (0:00:00.376) 0:08:29.486 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:45:13 -0500 (0:00:00.137) 0:08:29.624 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:45:13 -0500 (0:00:00.133) 0:08:29.758 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:45:13 -0500 (0:00:00.180) 0:08:29.938 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:45:14 -0500 (0:00:00.198) 0:08:30.137 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:45:14 -0500 (0:00:00.458) 0:08:30.596 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:45:14 -0500 (0:00:00.129) 0:08:30.726 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:45:14 -0500 (0:00:00.167) 0:08:30.893 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:45:14 -0500 (0:00:00.156) 0:08:31.049 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:45:15 -0500 (0:00:00.242) 0:08:31.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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:45:15 -0500 (0:00:00.208) 0:08:31.500 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:45:15 -0500 (0:00:00.189) 0:08:31.690 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:45:15 -0500 (0:00:00.144) 0:08:31.834 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:45:15 -0500 (0:00:00.211) 0:08:32.046 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:45:16 -0500 (0:00:00.092) 0:08:32.138 ******** changed: [managed-node1] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:45:18 -0500 (0:00:02.583) 0:08:34.722 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:45:18 -0500 (0:00:00.162) 0:08:34.885 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:45:19 -0500 (0:00:00.455) 0:08:35.341 ******** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:45:19 -0500 (0:00:00.579) 0:08:35.921 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:45:19 -0500 (0:00:00.034) 0:08:35.956 ******** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:45:19 -0500 (0:00:00.084) 0:08:36.040 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:45:20 -0500 (0:00:00.082) 0:08:36.123 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:45:20 -0500 (0:00:00.080) 0:08:36.203 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:45:20 -0500 (0:00:00.058) 0:08:36.262 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:45:20 -0500 (0:00:00.103) 0:08:36.365 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:45:20 -0500 (0:00:00.097) 0:08:36.463 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:45:20 -0500 (0:00:00.106) 0:08:36.570 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:45:20 -0500 (0:00:00.094) 0:08:36.664 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737125078.593168, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1737125074.2871375, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 562036966, "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": 1737125074.288674, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1144377255", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:45:20 -0500 (0:00:00.405) 0:08:37.070 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:45:21 -0500 (0:00:00.037) 0:08:37.107 ******** ok: [managed-node1] TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:251 Friday 17 January 2025 09:45:21 -0500 (0:00:00.948) 0:08:38.056 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.029799", "end": "2025-01-17 09:45:22.331988", "rc": 0, "start": "2025-01-17 09:45:22.302189" } STDOUT: UkIxMH-AxoE-2w3J-wPKS-WozK-epHj-41IPYE TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:256 Friday 17 January 2025 09:45:22 -0500 (0:00:00.424) 0:08:38.481 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV from the VG] ***************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:260 Friday 17 January 2025 09:45:22 -0500 (0:00:00.253) 0:08:38.734 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:45:22 -0500 (0:00:00.176) 0:08:38.911 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:45:22 -0500 (0:00:00.103) 0:08:39.014 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:45:23 -0500 (0:00:00.102) 0:08:39.116 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:45:23 -0500 (0:00:00.210) 0:08:39.327 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:45:23 -0500 (0:00:00.093) 0:08:39.420 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:45:23 -0500 (0:00:00.147) 0:08:39.567 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:45:23 -0500 (0:00:00.118) 0:08:39.686 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:45:23 -0500 (0:00:00.099) 0:08:39.786 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:45:23 -0500 (0:00:00.130) 0:08:39.916 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:45:24 -0500 (0:00:00.262) 0:08:40.179 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:45:24 -0500 (0:00:00.122) 0:08:40.302 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:45:24 -0500 (0:00:00.100) 0:08:40.402 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:45:24 -0500 (0:00:00.086) 0:08:40.488 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:45:24 -0500 (0:00:00.089) 0:08:40.578 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:45:24 -0500 (0:00:00.079) 0:08:40.658 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:45:24 -0500 (0:00:00.136) 0:08:40.795 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:45:24 -0500 (0:00:00.190) 0:08:40.985 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:45:24 -0500 (0:00:00.062) 0:08:41.048 ******** changed: [managed-node1] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:45:29 -0500 (0:00:04.371) 0:08:45.419 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:45:29 -0500 (0:00:00.095) 0:08:45.515 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:45:29 -0500 (0:00:00.405) 0:08:45.920 ******** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:45:30 -0500 (0:00:00.400) 0:08:46.321 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:45:30 -0500 (0:00:00.034) 0:08:46.356 ******** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:45:30 -0500 (0:00:00.082) 0:08:46.439 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:45:30 -0500 (0:00:00.278) 0:08:46.717 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:45:30 -0500 (0:00:00.081) 0:08:46.798 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:45:30 -0500 (0:00:00.076) 0:08:46.875 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:45:30 -0500 (0:00:00.115) 0:08:46.990 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:45:30 -0500 (0:00:00.068) 0:08:47.059 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:45:31 -0500 (0:00:00.072) 0:08:47.132 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:45:31 -0500 (0:00:00.075) 0:08:47.208 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737125078.593168, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1737125074.2871375, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 562036966, "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": 1737125074.288674, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1144377255", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:45:31 -0500 (0:00:00.419) 0:08:47.628 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:45:31 -0500 (0:00:00.038) 0:08:47.666 ******** ok: [managed-node1] TASK [Get the partition table type on disk removed from the VG] **************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:271 Friday 17 January 2025 09:45:32 -0500 (0:00:00.986) 0:08:48.653 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "blkid", "-p", "-ovalue", "-s", "PTTYPE", "/dev/sda" ], "delta": "0:00:00.004708", "end": "2025-01-17 09:45:32.928646", "failed_when_result": false, "rc": 2, "start": "2025-01-17 09:45:32.923938" } MSG: non-zero return code TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:277 Friday 17 January 2025 09:45:33 -0500 (0:00:00.454) 0:08:49.107 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:281 Friday 17 January 2025 09:45:33 -0500 (0:00:00.094) 0:08:49.201 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031920", "end": "2025-01-17 09:45:33.492023", "rc": 0, "start": "2025-01-17 09:45:33.460103" } STDOUT: UkIxMH-AxoE-2w3J-wPKS-WozK-epHj-41IPYE TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:286 Friday 17 January 2025 09:45:33 -0500 (0:00:00.448) 0:08:49.649 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:290 Friday 17 January 2025 09:45:33 -0500 (0:00:00.261) 0:08:49.911 ******** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 17 January 2025 09:45:34 -0500 (0:00:00.181) 0:08:50.092 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 17 January 2025 09:45:34 -0500 (0:00:00.130) 0:08:50.223 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 17 January 2025 09:45:34 -0500 (0:00:00.120) 0:08:50.343 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 17 January 2025 09:45:34 -0500 (0:00:00.216) 0:08:50.560 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 17 January 2025 09:45:34 -0500 (0:00:00.109) 0:08:50.669 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 17 January 2025 09:45:34 -0500 (0:00:00.086) 0:08:50.756 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 17 January 2025 09:45:34 -0500 (0:00:00.116) 0:08:50.872 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 17 January 2025 09:45:34 -0500 (0:00:00.078) 0:08:50.951 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 17 January 2025 09:45:34 -0500 (0:00:00.121) 0:08:51.072 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 17 January 2025 09:45:35 -0500 (0:00:00.074) 0:08:51.146 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 17 January 2025 09:45:35 -0500 (0:00:00.265) 0:08:51.412 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 17 January 2025 09:45:35 -0500 (0:00:00.079) 0:08:51.492 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 17 January 2025 09:45:35 -0500 (0:00:00.095) 0:08:51.588 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 17 January 2025 09:45:35 -0500 (0:00:00.132) 0:08:51.720 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 17 January 2025 09:45:35 -0500 (0:00:00.141) 0:08:51.862 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 17 January 2025 09:45:35 -0500 (0:00:00.109) 0:08:51.971 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 17 January 2025 09:45:36 -0500 (0:00:00.163) 0:08:52.135 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 17 January 2025 09:45:36 -0500 (0:00:00.046) 0:08:52.181 ******** changed: [managed-node1] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 17 January 2025 09:45:38 -0500 (0:00:02.118) 0:08:54.299 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 17 January 2025 09:45:38 -0500 (0:00:00.151) 0:08:54.451 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737124576.8700476, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "85170829302ce3d8b3d8f3031aface16e161cfd6", "ctime": 1737124576.1980433, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 159383834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1737124576.1980433, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3138674486", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 17 January 2025 09:45:38 -0500 (0:00:00.470) 0:08:54.922 ******** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 17 January 2025 09:45:39 -0500 (0:00:00.455) 0:08:55.378 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 17 January 2025 09:45:39 -0500 (0:00:00.065) 0:08:55.443 ******** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 17 January 2025 09:45:39 -0500 (0:00:00.143) 0:08:55.587 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 17 January 2025 09:45:39 -0500 (0:00:00.277) 0:08:55.864 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 17 January 2025 09:45:40 -0500 (0:00:00.407) 0:08:56.272 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 17 January 2025 09:45:40 -0500 (0:00:00.103) 0:08:56.375 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 17 January 2025 09:45:40 -0500 (0:00:00.136) 0:08:56.512 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 17 January 2025 09:45:40 -0500 (0:00:00.100) 0:08:56.613 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 17 January 2025 09:45:40 -0500 (0:00:00.105) 0:08:56.718 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 17 January 2025 09:45:40 -0500 (0:00:00.137) 0:08:56.856 ******** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1737125078.593168, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1737125074.2871375, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 562036966, "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": 1737125074.288674, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1144377255", "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-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 17 January 2025 09:45:41 -0500 (0:00:00.512) 0:08:57.369 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 17 January 2025 09:45:41 -0500 (0:00:00.062) 0:08:57.431 ******** ok: [managed-node1] TASK [Verify role results] ***************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:299 Friday 17 January 2025 09:45:42 -0500 (0:00:01.020) 0:08:58.452 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node1 TASK [Print out pool information] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Friday 17 January 2025 09:45:42 -0500 (0:00:00.164) 0:08:58.617 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Friday 17 January 2025 09:45:42 -0500 (0:00:00.099) 0:08:58.717 ******** skipping: [managed-node1] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Friday 17 January 2025 09:45:43 -0500 (0:00:00.381) 0:08:59.098 ******** ok: [managed-node1] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "67db83fb-317b-4d3f-873e-b15c4c94e41e" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Friday 17 January 2025 09:45:43 -0500 (0:00:00.444) 0:08:59.543 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002978", "end": "2025-01-17 09:45:43.788589", "rc": 0, "start": "2025-01-17 09:45:43.785611" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:17 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=67db83fb-317b-4d3f-873e-b15c4c94e41e / 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Friday 17 January 2025 09:45:43 -0500 (0:00:00.394) 0:08:59.937 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003408", "end": "2025-01-17 09:45:44.183360", "failed_when_result": false, "rc": 0, "start": "2025-01-17 09:45:44.179952" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Friday 17 January 2025 09:45:44 -0500 (0:00:00.394) 0:09:00.331 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Friday 17 January 2025 09:45:44 -0500 (0:00:00.125) 0:09:00.457 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Friday 17 January 2025 09:45:44 -0500 (0:00:00.099) 0:09:00.557 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Friday 17 January 2025 09:45:44 -0500 (0:00:00.135) 0:09:00.692 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Friday 17 January 2025 09:45:44 -0500 (0:00:00.137) 0:09:00.829 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node1 => (item=members) included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Friday 17 January 2025 09:45:45 -0500 (0:00:00.254) 0:09:01.084 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Friday 17 January 2025 09:45:45 -0500 (0:00:00.189) 0:09:01.273 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Friday 17 January 2025 09:45:45 -0500 (0:00:00.063) 0:09:01.336 ******** ok: [managed-node1] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Friday 17 January 2025 09:45:45 -0500 (0:00:00.163) 0:09:01.500 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Friday 17 January 2025 09:45:45 -0500 (0:00:00.166) 0:09:01.666 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Friday 17 January 2025 09:45:45 -0500 (0:00:00.355) 0:09:02.022 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Friday 17 January 2025 09:45:46 -0500 (0:00:00.079) 0:09:02.101 ******** ok: [managed-node1] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Friday 17 January 2025 09:45:46 -0500 (0:00:00.126) 0:09:02.228 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Friday 17 January 2025 09:45:46 -0500 (0:00:00.121) 0:09:02.349 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Friday 17 January 2025 09:45:46 -0500 (0:00:00.045) 0:09:02.395 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: ** (process:449358): WARNING **: 09:45:46.596: failed to load module nvme: libbd_nvme.so.2: cannot open shared object file: No such file or directory STDERR: OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.159 originally 10.31.45.159 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.45.159 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.45.159 originally 10.31.45.159 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.159 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Friday 17 January 2025 09:45:46 -0500 (0:00:00.437) 0:09:02.832 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Friday 17 January 2025 09:45:46 -0500 (0:00:00.068) 0:09:02.900 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node1 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Friday 17 January 2025 09:45:46 -0500 (0:00:00.116) 0:09:03.017 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Friday 17 January 2025 09:45:47 -0500 (0:00:00.082) 0:09:03.099 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Friday 17 January 2025 09:45:47 -0500 (0:00:00.124) 0:09:03.224 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Friday 17 January 2025 09:45:47 -0500 (0:00:00.155) 0:09:03.379 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Friday 17 January 2025 09:45:47 -0500 (0:00:00.135) 0:09:03.515 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Friday 17 January 2025 09:45:47 -0500 (0:00:00.133) 0:09:03.649 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Friday 17 January 2025 09:45:47 -0500 (0:00:00.279) 0:09:03.929 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Friday 17 January 2025 09:45:48 -0500 (0:00:00.349) 0:09:04.278 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Friday 17 January 2025 09:45:48 -0500 (0:00:00.080) 0:09:04.359 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Friday 17 January 2025 09:45:48 -0500 (0:00:00.092) 0:09:04.452 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Friday 17 January 2025 09:45:48 -0500 (0:00:00.080) 0:09:04.532 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Friday 17 January 2025 09:45:48 -0500 (0:00:00.130) 0:09:04.663 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Friday 17 January 2025 09:45:48 -0500 (0:00:00.208) 0:09:04.872 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Friday 17 January 2025 09:45:48 -0500 (0:00:00.066) 0:09:04.938 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Friday 17 January 2025 09:45:49 -0500 (0:00:00.210) 0:09:05.149 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Friday 17 January 2025 09:45:49 -0500 (0:00:00.062) 0:09:05.212 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node1 TASK [Set test variables] ****************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Friday 17 January 2025 09:45:49 -0500 (0:00:00.206) 0:09:05.418 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Friday 17 January 2025 09:45:49 -0500 (0:00:00.172) 0:09:05.590 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Friday 17 January 2025 09:45:49 -0500 (0:00:00.188) 0:09:05.779 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Friday 17 January 2025 09:45:49 -0500 (0:00:00.066) 0:09:05.845 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Friday 17 January 2025 09:45:49 -0500 (0:00:00.134) 0:09:05.980 ******** included: /tmp/collections-Bpp/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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Friday 17 January 2025 09:45:50 -0500 (0:00:00.180) 0:09:06.161 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Friday 17 January 2025 09:45:50 -0500 (0:00:00.046) 0:09:06.207 ******** included: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node1 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Friday 17 January 2025 09:45:50 -0500 (0:00:00.129) 0:09:06.337 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Friday 17 January 2025 09:45:50 -0500 (0:00:00.076) 0:09:06.414 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Friday 17 January 2025 09:45:50 -0500 (0:00:00.076) 0:09:06.490 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Friday 17 January 2025 09:45:50 -0500 (0:00:00.086) 0:09:06.577 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Friday 17 January 2025 09:45:50 -0500 (0:00:00.077) 0:09:06.654 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Friday 17 January 2025 09:45:50 -0500 (0:00:00.076) 0:09:06.731 ******** ok: [managed-node1] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Friday 17 January 2025 09:45:50 -0500 (0:00:00.077) 0:09:06.808 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Friday 17 January 2025 09:45:50 -0500 (0:00:00.177) 0:09:06.986 ******** 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-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Friday 17 January 2025 09:45:51 -0500 (0:00:00.124) 0:09:07.110 ******** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Friday 17 January 2025 09:45:51 -0500 (0:00:00.036) 0:09:07.147 ******** 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 TASKS RECAP ******************************************************************** Friday 17 January 2025 09:45:51 -0500 (0:00:00.054) 0:09:07.201 ******** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 97.27s /tmp/collections-Bpp/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 -- 85.63s /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 7.69s /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 7.23s /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 7.17s /tmp/collections-Bpp/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.12s /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Get the canonical device path for each member device -------------------- 4.87s /tmp/collections-Bpp/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 --- 4.46s /tmp/collections-Bpp/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 --- 4.37s /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 4.24s /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Get the canonical device path for each member device -------------------- 3.80s /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Get the canonical device path for each member device -------------------- 3.63s /tmp/collections-Bpp/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.58s /tmp/collections-Bpp/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.57s /tmp/collections-Bpp/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.38s /tmp/collections-Bpp/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.82s /tmp/collections-Bpp/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.58s /tmp/collections-Bpp/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.27s /tmp/collections-Bpp/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.12s /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get service facts ------------------- 1.90s /tmp/collections-Bpp/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51