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-o8D executable location = /usr/local/bin/ansible-playbook python version = 3.12.8 (main, Dec 3 2024, 00:00:00) [GCC 14.2.1 20241104 (Red Hat 14.2.1-6)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_lvm_pool_members.yml ******************************************* 1 plays in /tmp/collections-o8D/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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:2 Saturday 28 December 2024 18:19:08 -0500 (0:00:00.021) 0:00:00.021 ***** [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] TASK [Run the role] ************************************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:14 Saturday 28 December 2024 18:19:10 -0500 (0:00:01.169) 0:00:01.190 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:19:10 -0500 (0:00:00.032) 0:00:01.223 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:19:10 -0500 (0:00:00.033) 0:00:01.256 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:19:10 -0500 (0:00:00.052) 0:00:01.308 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:19:10 -0500 (0:00:00.053) 0:00:01.362 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:19:10 -0500 (0:00:00.481) 0:00:01.843 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:19:10 -0500 (0:00:00.022) 0:00:01.866 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:19:10 -0500 (0:00:00.015) 0:00:01.881 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:19:10 -0500 (0:00:00.014) 0:00:01.895 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:19:10 -0500 (0:00:00.043) 0:00:01.939 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: libblockdev libblockdev-crypto libblockdev-dm libblockdev-fs libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:19:11 -0500 (0:00:00.956) 0:00:02.896 ***** ok: [managed-node2] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:19:11 -0500 (0:00:00.021) 0:00:02.918 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:19:11 -0500 (0:00:00.021) 0:00:02.939 ***** [WARNING]: Module invocation had junk after the JSON data: sys:1: DeprecationWarning: builtin type swigvarlink has no __module__ attribute ok: [managed-node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:19:12 -0500 (0:00:00.792) 0:00:03.732 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 28 December 2024 18:19:12 -0500 (0:00:00.078) 0:00:03.810 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 28 December 2024 18:19:12 -0500 (0:00:00.051) 0:00:03.861 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 28 December 2024 18:19:12 -0500 (0:00:00.065) 0:00:03.927 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:19:12 -0500 (0:00:00.052) 0:00:03.979 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:19:13 -0500 (0:00:00.767) 0:00:04.747 ***** ok: [managed-node2] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "audit-rules.service": { "name": "audit-rules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "capsule@.service": { "name": "capsule@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.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" }, "dhcpcd.service": { "name": "dhcpcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd@.service": { "name": "dhcpcd@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "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" }, "fips-crypto-policy-overlay.service": { "name": "fips-crypto-policy-overlay.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "running", "status": "enabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "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": "inactive", "status": "disabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_multipath.service": { "name": "modprobe@dm_multipath.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon-root.service": { "name": "quotaon-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon@.service": { "name": "quotaon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "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-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-bootctl@.service": { "name": "systemd-bootctl@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-creds@.service": { "name": "systemd-creds@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service": { "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "source": "systemd", "state": "stopped", "status": "generated" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-clear.service": { "name": "systemd-hibernate-clear.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hibernate-resume.service": { "name": "systemd-hibernate-resume.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald-sync@.service": { "name": "systemd-journald-sync@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrextend@.service": { "name": "systemd-pcrextend@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrlock-file-system.service": { "name": "systemd-pcrlock-file-system.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-code.service": { "name": "systemd-pcrlock-firmware-code.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-config.service": { "name": "systemd-pcrlock-firmware-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-machine-id.service": { "name": "systemd-pcrlock-machine-id.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-make-policy.service": { "name": "systemd-pcrlock-make-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-authority.service": { "name": "systemd-pcrlock-secureboot-authority.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-policy.service": { "name": "systemd-pcrlock-secureboot-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock@.service": { "name": "systemd-pcrlock@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck-root.service": { "name": "systemd-quotacheck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-quotacheck@.service": { "name": "systemd-quotacheck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-sysext@.service": { "name": "systemd-sysext@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup-early.service": { "name": "systemd-tpm2-setup-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup.service": { "name": "systemd-tpm2-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-load-credentials.service": { "name": "systemd-udev-load-credentials.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:19:15 -0500 (0:00:02.238) 0:00:06.985 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:19:15 -0500 (0:00:00.083) 0:00:07.069 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"run-credentials-systemd\\\\x2dcryptsetup\\\\x40luks\\\\x5cx2dc237b455\\\\x5cx2d457e\\\\x5cx2d4c39\\\\x5cx2da05e\\\\x5cx2db325887874ce.service.mount\" \"dev-mapper-foo\\\\x2dtest1.device\" systemd-journald.socket systemd-tpm2-setup-early.service \"system-systemd\\\\x2dcryptsetup.slice\" cryptsetup-pre.target systemd-udevd-kernel.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "umount.target \"blockdev@dev-mapper-luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.target\" cryptsetup.target", "BindsTo": "\"dev-mapper-foo\\\\x2dtest1.device\"", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "umount.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Cryptography Setup for luks-c237b455-457e-4c39-a05e-b325887874ce", "DevicePolicy": "auto", "Documentation": "\"man:crypttab(5)\" \"man:systemd-cryptsetup-generator(8)\" \"man:systemd-cryptsetup@.service(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3698237440", "EffectiveMemoryMax": "3698237440", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/systemd-cryptsetup ; argv[]=/usr/bin/systemd-cryptsetup attach luks-c237b455-457e-4c39-a05e-b325887874ce /dev/mapper/foo-test1 - ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/systemd-cryptsetup ; argv[]=/usr/bin/systemd-cryptsetup attach luks-c237b455-457e-4c39-a05e-b325887874ce /dev/mapper/foo-test1 - ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/systemd-cryptsetup ; argv[]=/usr/bin/systemd-cryptsetup detach luks-c237b455-457e-4c39-a05e-b325887874ce ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/systemd-cryptsetup ; argv[]=/usr/bin/systemd-cryptsetup detach luks-c237b455-457e-4c39-a05e-b325887874ce ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/run/systemd/generator/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "yes", "IgnoreSIGPIPE": "yes", "ImportCredential": "\"cryptsetup.*\"", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "shared", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3200495616", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "yes", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "500", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "RequiredBy": "cryptsetup.target", "Requires": "\"system-systemd\\\\x2dcryptsetup.slice\"", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-systemd\\x2dcryptsetup.slice", "SourcePath": "/etc/crypttab", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2024-12-28 18:18:56 EST", "StateChangeTimestampMonotonic": "3625117859", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "infinity", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "generated", "UtmpMode": "init", "Wants": "\"blockdev@dev-mapper-luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.target\"", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:19:17 -0500 (0:00:01.147) 0:00:08.217 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:19:17 -0500 (0:00:00.676) 0:00:08.893 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:19:17 -0500 (0:00:00.059) 0:00:08.952 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:19:18 -0500 (0:00:00.396) 0:00:09.348 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:19:18 -0500 (0:00:00.021) 0:00:09.370 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:19:19 -0500 (0:00:00.790) 0:00:10.161 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:19:19 -0500 (0:00:00.021) 0:00:10.182 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:19:19 -0500 (0:00:00.020) 0:00:10.202 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:19:19 -0500 (0:00:00.020) 0:00:10.222 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:19:19 -0500 (0:00:00.034) 0:00:10.257 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:19:19 -0500 (0:00:00.017) 0:00:10.274 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:19:19 -0500 (0:00:00.039) 0:00:10.314 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:19:19 -0500 (0:00:00.035) 0:00:10.349 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:19:19 -0500 (0:00:00.017) 0:00:10.366 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427940.385886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1735427937.8848495, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 599785677, "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": 1735427937.886002, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "20290828", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:19:19 -0500 (0:00:00.379) 0:00:10.746 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:19:19 -0500 (0:00:00.016) 0:00:10.763 ***** ok: [managed-node2] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:18 Saturday 28 December 2024 18:19:20 -0500 (0:00:00.930) 0:00:11.694 ***** ok: [managed-node2] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:25 Saturday 28 December 2024 18:19:20 -0500 (0:00:00.039) 0:00:11.733 ***** ok: [managed-node2] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el10", "source": "rpm", "version": "1.51.4" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el10", "source": "rpm", "version": "1.51.4" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el10", "source": "rpm", "version": "1.51.4" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "2.el10", "source": "rpm", "version": "1.30" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-ucode-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "10.el10", "source": "rpm", "version": "4.0" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "10.el10", "source": "rpm", "version": "4.0" } ], "audit-rules": [ { "arch": "x86_64", "epoch": null, "name": "audit-rules", "release": "10.el10", "source": "rpm", "version": "4.0" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "8.el10", "source": "rpm", "version": "1.5.0" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "8.el10", "source": "rpm", "version": "1.5.0" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "22.el10", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "4.el10", "source": "rpm", "version": "5.2.26" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "23.el10", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el9", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "35.el9", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "51.el10", "source": "rpm", "version": "2.41" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "51.el10", "source": "rpm", "version": "2.41" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "14.el10", "source": "rpm", "version": "3.10.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "19.el10", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "6.el10", "source": "rpm", "version": "1.25.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "102.3.el10", "source": "rpm", "version": "2024.2.69_v8.0.303" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "3.el10", "source": "rpm", "version": "10.0" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "3.el10", "source": "rpm", "version": "10.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "3.el10", "source": "rpm", "version": "10.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el10", "source": "rpm", "version": "4.6.1" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "cirrus-audio-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "7.el10", "source": "rpm", "version": "21" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "7.el10", "source": "rpm", "version": "21" } ], "clevis-pin-tpm2": [ { "arch": "x86_64", "epoch": null, "name": "clevis-pin-tpm2", "release": "7.el10", "source": "rpm", "version": "0.5.3" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "21.el10", "source": "rpm", "version": "24.1.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "11.el10", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "5.el10", "source": "rpm", "version": "9.5" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "5.el10", "source": "rpm", "version": "9.5" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "3.el10", "source": "rpm", "version": "2.15" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "8.el10", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "8.el10", "source": "rpm", "version": "2.9.11" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "9.el10", "source": "rpm", "version": "1.7.0" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "9.el10", "source": "rpm", "version": "1.7.0" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "6.el10", "source": "rpm", "version": "1.11^20190603git9e74f2d" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git0dd441c.el10", "source": "rpm", "version": "20241128" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git0dd441c.el10", "source": "rpm", "version": "20241128" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "2.el10", "source": "rpm", "version": "2.7.5" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "2.el10", "source": "rpm", "version": "2.7.5" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "5.el10", "source": "rpm", "version": "8.9.1" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-gssapi", "release": "27.el10", "source": "rpm", "version": "2.1.28" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "27.el10", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "5.el10", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "8.el10", "source": "rpm", "version": "35" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "5.el10", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "5.el10", "source": "rpm", "version": "1.14.10" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": null, "name": "default-fonts-core-sans", "release": "3.el10", "source": "rpm", "version": "4.1" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper", "release": "3.el10", "source": "rpm", "version": "1.02.202" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-event", "release": "3.el10", "source": "rpm", "version": "1.02.202" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-event-libs", "release": "3.el10", "source": "rpm", "version": "1.02.202" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-libs", "release": "3.el10", "source": "rpm", "version": "1.02.202" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "5.el10", "source": "rpm", "version": "0.9.9" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "5.el10", "source": "rpm", "version": "0.9.9" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "2.el10", "source": "rpm", "version": "1.1.0" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": null, "name": "dhcpcd", "release": "6.el10", "source": "rpm", "version": "10.0.6" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "8.el10", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "9.el10", "source": "rpm", "version": "4.20.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "9.el10", "source": "rpm", "version": "4.20.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "6.el10", "source": "rpm", "version": "4.7.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "1.el10", "source": "rpm", "version": "103" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "1.el10", "source": "rpm", "version": "103" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "1.el10", "source": "rpm", "version": "103" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "1.el10", "source": "rpm", "version": "103" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "10.el10", "source": "rpm", "version": "2.7.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "3.el10", "source": "rpm", "version": "1.47.1" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "3.el10", "source": "rpm", "version": "1.47.1" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.el10", "source": "rpm", "version": "0.192" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.el10", "source": "rpm", "version": "0.192" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.el10", "source": "rpm", "version": "0.192" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.el10", "source": "rpm", "version": "0.192" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "3.el10", "source": "rpm", "version": "6.11" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.el10", "source": "rpm", "version": "2.6.4" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "7.el10", "source": "rpm", "version": "5.45" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "7.el10", "source": "rpm", "version": "5.45" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "16.el10", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "5.el10", "source": "rpm", "version": "4.10.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.el10", "source": "rpm", "version": "2.3.0" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.el10", "source": "rpm", "version": "2.3.0" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "18.el10", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "25.el10", "source": "rpm", "version": "2.9.9" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse3-libs", "release": "5.el10", "source": "rpm", "version": "3.16.2" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el10", "source": "rpm", "version": "5.3.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "4.el10", "source": "rpm", "version": "5.3.0" } ], "gdbm": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "9.el10", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "9.el10", "source": "rpm", "version": "1.23" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "6.el10", "source": "rpm", "version": "0.22.5" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "6.el10", "source": "rpm", "version": "0.22.5" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "6.el10", "source": "rpm", "version": "0.22.5" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "4.el10", "source": "rpm", "version": "2.45.2" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "4.el10", "source": "rpm", "version": "2.45.2" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "4.el10", "source": "rpm", "version": "2.45.2" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "4.el10", "source": "rpm", "version": "2.80.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "31.el10", "source": "rpm", "version": "2.39" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "31.el10", "source": "rpm", "version": "2.39" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "31.el10", "source": "rpm", "version": "2.39" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "31.el10", "source": "rpm", "version": "2.39" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.el10", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "2.el10", "source": "rpm", "version": "2.4.5" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "2.el10", "source": "rpm", "version": "2.4.5" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.el10", "source": "rpm", "version": "3.8.8" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "6.el10", "source": "rpm", "version": "1.79.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "5.el10", "source": "rpm", "version": "20240401" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "5.el10", "source": "rpm", "version": "20240401" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "5.el10", "source": "rpm", "version": "20240401" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "5.el10", "source": "rpm", "version": "20240401" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "6.el10", "source": "rpm", "version": "1.23.2" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "10.el10", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "10.el10", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "1.el10", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "1.el10", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "1.el10", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "1.el10", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "1.el10", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "77.el10", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "8.el10", "source": "rpm", "version": "0.9.2" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.el10", "source": "rpm", "version": "1.13" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "14.el10", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "9.el10", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "11.el10", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "11.el10", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "11.el10", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "9.el10", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "10.1.el10.1", "source": "rpm", "version": "0.379" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "6.el10", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "3.el10", "source": "rpm", "version": "58" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "2.el10", "source": "rpm", "version": "10.26" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "2.el10", "source": "rpm", "version": "10.26" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-audio-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.el10", "source": "rpm", "version": "6.11.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "1.el10", "source": "rpm", "version": "6.11.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "6.el10", "source": "rpm", "version": "7.22" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "6.el10", "source": "rpm", "version": "7.22" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "6.el10", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "6.el10", "source": "rpm", "version": "1.8.11" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "1.el10", "source": "rpm", "version": "20240905" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "2.el10", "source": "rpm", "version": "1.9.4" } ], "iwlwifi-dvm-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwlwifi-dvm-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "iwlwifi-mvm-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwlwifi-mvm-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "3.el10", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "2.el10", "source": "rpm", "version": "3.6.0" } ], "jose": [ { "arch": "x86_64", "epoch": null, "name": "jose", "release": "102.el10", "source": "rpm", "version": "14" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "8.el10", "source": "rpm", "version": "1.7.1" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "3.el10", "source": "rpm", "version": "0.18" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "6.el10", "source": "rpm", "version": "2.6.4" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "6.el10", "source": "rpm", "version": "2.6.4" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "6.el10", "source": "rpm", "version": "2.6.4" } ], "kdump-utils": [ { "arch": "x86_64", "epoch": null, "name": "kdump-utils", "release": "5.el10", "source": "rpm", "version": "1.0.45" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "36.el10", "source": "rpm", "version": "6.12.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "36.el10", "source": "rpm", "version": "6.12.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "36.el10", "source": "rpm", "version": "6.12.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "36.el10", "source": "rpm", "version": "6.12.0" } ], "kernel-modules-extra": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-extra", "release": "36.el10", "source": "rpm", "version": "6.12.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "36.el10", "source": "rpm", "version": "6.12.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "36.el10", "source": "rpm", "version": "6.12.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "2.el10", "source": "rpm", "version": "2.0.29" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "4.el10", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "4.el10", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "10.el10", "source": "rpm", "version": "31" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "10.el10", "source": "rpm", "version": "31" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "5.el10", "source": "rpm", "version": "0.9.9" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "5.el10", "source": "rpm", "version": "1.21.3" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "3.el10", "source": "rpm", "version": "4.1" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "3.el10", "source": "rpm", "version": "4.1" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-fonts-en", "release": "3.el10", "source": "rpm", "version": "4.1" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "3.el10", "source": "rpm", "version": "661" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "4.el10", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "20.el10", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "1.el10", "source": "rpm", "version": "3.7.7" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "6.el10", "source": "rpm", "version": "2.5.6" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "5.el10", "source": "rpm", "version": "2.5.2" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "58.el10", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "5.el10", "source": "rpm", "version": "2.40.2" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "2.el10", "source": "rpm", "version": "3.2.0" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "2.el10", "source": "rpm", "version": "3.2.0" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "2.el10", "source": "rpm", "version": "3.2.0" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "2.el10", "source": "rpm", "version": "3.2.0" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "2.el10", "source": "rpm", "version": "3.2.0" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "2.el10", "source": "rpm", "version": "3.2.0" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "2.el10", "source": "rpm", "version": "3.2.0" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "2.el10", "source": "rpm", "version": "3.2.0" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvme", "release": "2.el10", "source": "rpm", "version": "3.2.0" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "2.el10", "source": "rpm", "version": "3.2.0" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "2.el10", "source": "rpm", "version": "3.2.0" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "4.el10", "source": "rpm", "version": "1.5.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "6.el10", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "5.el10", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "7.el10", "source": "rpm", "version": "2.69" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "6.el10", "source": "rpm", "version": "0.8.4" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "6.el10", "source": "rpm", "version": "0.8.4" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "3.el10", "source": "rpm", "version": "0.11.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "58.el10", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "3.el10", "source": "rpm", "version": "1.47.1" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "3.el10", "source": "rpm", "version": "0.1.21" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "5.el10", "source": "rpm", "version": "8.9.1" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "58.el10", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "6.el10", "source": "rpm", "version": "0.73.1" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "4.el10", "source": "rpm", "version": "0.6.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "52.20230828cvs.el10", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "11.el10", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "13.el10", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "16.el10", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "6.el10", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "5.el10", "source": "rpm", "version": "2.40.2" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "9.el10", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "7.el10", "source": "rpm", "version": "1.14.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "6.el10", "source": "rpm", "version": "14.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "5.el10", "source": "rpm", "version": "1.11.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "6.el10", "source": "rpm", "version": "14.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.el10", "source": "rpm", "version": "1.50" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "3.el10", "source": "rpm", "version": "2.3.7" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "58.el10", "source": "rpm", "version": "1.3.1" } ], "libjose": [ { "arch": "x86_64", "epoch": null, "name": "libjose", "release": "102.el10", "source": "rpm", "version": "14" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "3.el10", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hasher": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hasher", "release": "3.el10", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "3.el10", "source": "rpm", "version": "1.5.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "2.el10", "source": "rpm", "version": "1.6.7" } ], "libldb": [ { "arch": "x86_64", "epoch": 0, "name": "libldb", "release": "102.el10", "source": "rpm", "version": "4.21.2" } ], "libluksmeta": [ { "arch": "x86_64", "epoch": null, "name": "libluksmeta", "release": "26.el10", "source": "rpm", "version": "9" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "7.el10", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "12.el10", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "5.el10", "source": "rpm", "version": "2.40.2" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "2.el10", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "12.el10", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "3.el10", "source": "rpm", "version": "1.0.2" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.el10", "source": "rpm", "version": "2.8.2" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.el10", "source": "rpm", "version": "1.2.8" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "1.el10", "source": "rpm", "version": "1.64.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el10", "source": "rpm", "version": "3.11.0" } ], "libnvme": [ { "arch": "x86_64", "epoch": null, "name": "libnvme", "release": "1.el10", "source": "rpm", "version": "1.11.1" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "58.el10", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "7.el10", "source": "rpm", "version": "1.5.7" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.el10", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "12.el10", "source": "rpm", "version": "1.4.5" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "58.el10", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "3.el10", "source": "rpm", "version": "1.18.0" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "10.el10", "source": "rpm", "version": "2.5.3" } ], "libsecret": [ { "arch": "x86_64", "epoch": null, "name": "libsecret", "release": "7.el10", "source": "rpm", "version": "0.21.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "5.el10", "source": "rpm", "version": "3.7" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "5.el10", "source": "rpm", "version": "3.7" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "4.el10", "source": "rpm", "version": "3.7" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "4.el10", "source": "rpm", "version": "3.7" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "5.el10", "source": "rpm", "version": "2.40.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "7.el10", "source": "rpm", "version": "0.7.29" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "3.el10", "source": "rpm", "version": "1.47.1" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.el10", "source": "rpm", "version": "0.11.1" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "1.el10", "source": "rpm", "version": "0.11.1" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "3.el10", "source": "rpm", "version": "2.10.0" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "3.el10", "source": "rpm", "version": "2.10.0" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "3.el10", "source": "rpm", "version": "2.10.0" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "3.el10", "source": "rpm", "version": "2.10.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "6.el10", "source": "rpm", "version": "14.2.1" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "14.el10", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "106.el10", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "9.el10", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "102.el10", "source": "rpm", "version": "1.4.12" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "106.el10", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "1.el10", "source": "rpm", "version": "1.3.5" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "10.el10", "source": "rpm", "version": "1.1" } ], "liburing": [ { "arch": "x86_64", "epoch": null, "name": "liburing", "release": "5.el10", "source": "rpm", "version": "2.5" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "4.el10", "source": "rpm", "version": "1.0.27" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "15.el10", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "5.el10", "source": "rpm", "version": "2.40.2" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "10.el10", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "10.el10", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "10.el10", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "4.el10", "source": "rpm", "version": "1.7.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "3.el10", "source": "rpm", "version": "2.12.5" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el10", "source": "rpm", "version": "1.1.39" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "16.el10", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "9.el10", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "llhttp": [ { "arch": "x86_64", "epoch": null, "name": "llhttp", "release": "9.el10", "source": "rpm", "version": "9.1.3" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "4.el10", "source": "rpm", "version": "0.9.32" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "4.el10", "source": "rpm", "version": "3.22.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "6.el10", "source": "rpm", "version": "B.02.20" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "5.el10", "source": "rpm", "version": "4.98.0" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "15.el10", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "7.el10", "source": "rpm", "version": "5.4.6" } ], "luksmeta": [ { "arch": "x86_64", "epoch": null, "name": "luksmeta", "release": "26.el10", "source": "rpm", "version": "9" } ], "lvm2": [ { "arch": "x86_64", "epoch": 10, "name": "lvm2", "release": "3.el10", "source": "rpm", "version": "2.03.28" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 10, "name": "lvm2-libs", "release": "3.el10", "source": "rpm", "version": "2.03.28" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "8.el10", "source": "rpm", "version": "1.9.4" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "14.el10", "source": "rpm", "version": "2.10" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "9.el10", "source": "rpm", "version": "4.4.1" } ], "makedumpfile": [ { "arch": "x86_64", "epoch": null, "name": "makedumpfile", "release": "2.el10", "source": "rpm", "version": "1.7.6" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "8.el10", "source": "rpm", "version": "2.12.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "5.el10", "source": "rpm", "version": "4.3" } ], "memstrack": [ { "arch": "x86_64", "epoch": null, "name": "memstrack", "release": "6.el10", "source": "rpm", "version": "0.2.5" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "1.el10", "source": "rpm", "version": "20240910" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "12.el10", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "5.el10", "source": "rpm", "version": "4.2.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "14.20240127.el10", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "14.20240127.el10", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "14.20240127.el10", "source": "rpm", "version": "6.4" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "5.el10", "source": "rpm", "version": "0.52.24" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.el10", "source": "rpm", "version": "2.8.2" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.el10", "source": "rpm", "version": "1.1.1" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "21.el10", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "34.el10", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "13.el10", "source": "rpm", "version": "3.101.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "13.el10", "source": "rpm", "version": "3.101.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "13.el10", "source": "rpm", "version": "3.101.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "13.el10", "source": "rpm", "version": "3.101.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "13.el10", "source": "rpm", "version": "3.101.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "1.el10", "source": "rpm", "version": "2.0.19" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": null, "name": "nxpwireless-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "7.el10", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "5.el10", "source": "rpm", "version": "2.6.7" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "4.el10.1", "source": "rpm", "version": "9.9p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "4.el10.1", "source": "rpm", "version": "9.9p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "4.el10.1", "source": "rpm", "version": "9.9p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "14.el10", "source": "rpm", "version": "3.2.2" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "14.el10", "source": "rpm", "version": "3.2.2" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el10", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "7.el10", "source": "rpm", "version": "0.25.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "7.el10", "source": "rpm", "version": "0.25.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "7.el10", "source": "rpm", "version": "1.6.1" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "7.el10", "source": "rpm", "version": "1.6.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "6.el10", "source": "rpm", "version": "3.6" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "5.el10", "source": "rpm", "version": "3.13.0" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.el10.3", "source": "rpm", "version": "10.44" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.el10.3", "source": "rpm", "version": "10.44" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "2.el10", "source": "rpm", "version": "2.2.3" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "2.el10", "source": "rpm", "version": "1.6.0" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "2.el10", "source": "rpm", "version": "2.2.3" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "511.el10", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "511.el10", "source": "rpm", "version": "1.89" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "511.el10", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "511.el10", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "512.el10", "source": "rpm", "version": "2.189" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "511.el10", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "6.el10", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "511.el10", "source": "rpm", "version": "1.56" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "511.el10", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "511.el10", "source": "rpm", "version": "1.38" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "18.el10", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "511.el10", "source": "rpm", "version": "5.78" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "511.el10", "source": "rpm", "version": "1.18" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "511.el10", "source": "rpm", "version": "2.86" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "511.el10", "source": "rpm", "version": "1.44" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "511.el10", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "512.el10", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "511.el10", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "511.el10", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "3.el10", "source": "rpm", "version": "2.58" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "511.el10", "source": "rpm", "version": "1.14" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "4.el10", "source": "rpm", "version": "2.45.2" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "512.el10", "source": "rpm", "version": "0.088" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "511.el10", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "512.el10", "source": "rpm", "version": "0.42" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "3.el10", "source": "rpm", "version": "2.085" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "511.el10", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "511.el10", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "5.el10", "source": "rpm", "version": "20231213" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "511.el10", "source": "rpm", "version": "1.17" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "7.el10", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "511.el10", "source": "rpm", "version": "2.20" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "511.el10", "source": "rpm", "version": "3.91" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "511.el10", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "512.el10", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "511.el10", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "511.el10", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "511.el10", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "511.el10", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "511.el10", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "511.el10", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "511.el10", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "512.el10", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "511.el10", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "24.el10", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "511.el10", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "511.el10", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "511.el10", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el10", "source": "rpm", "version": "5.27" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "511.el10", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "512.el10", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "511.el10", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "511.el10", "source": "rpm", "version": "5.40.0" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "511.el10", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "512.el10", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "511.el10", "source": "rpm", "version": "5.40.0" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "511.el10", "source": "rpm", "version": "1.12" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "511.el10", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "511.el10", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "511.el10", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "512.el10", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "511.el10", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "511.el10", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "7.el10", "source": "rpm", "version": "2.8" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "1.el10", "source": "rpm", "version": "1.3.1" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "3.el10", "source": "rpm", "version": "3.7" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "3.el10", "source": "rpm", "version": "3.7" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.el10", "source": "rpm", "version": "125" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.el10", "source": "rpm", "version": "125" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "30.el10", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "8.el10", "source": "rpm", "version": "1.19" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "4.el10", "source": "rpm", "version": "0.2.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.el10", "source": "rpm", "version": "4.0.4" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "8.el10", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "5.el10", "source": "rpm", "version": "20240107" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "2.el10", "source": "rpm", "version": "3.12.8" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "2.el10", "source": "rpm", "version": "3.12.8" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "10.el10", "source": "rpm", "version": "4.0" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "14.el10", "source": "rpm", "version": "3.10.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "2.el10", "source": "rpm", "version": "3.2.0" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "5.el10", "source": "rpm", "version": "2.10" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "7.el10", "source": "rpm", "version": "3.3.2" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "10.el10", "source": "rpm", "version": "5.0.8" } ], "python3-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python3-configshell", "release": "8.el10", "source": "rpm", "version": "1.1.30" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "15.el10", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "8.el10", "source": "rpm", "version": "1.3.2" } ], "python3-dbus-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-client-gen", "release": "8.el10", "source": "rpm", "version": "0.5.1" } ], "python3-dbus-python-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-python-client-gen", "release": "7.el10", "source": "rpm", "version": "0.8.3" } ], "python3-dbus-signature-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-signature-pyparsing", "release": "9.el10", "source": "rpm", "version": "0.4.1" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "5.el10", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "9.el10", "source": "rpm", "version": "4.20.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "6.el10", "source": "rpm", "version": "4.7.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.el10", "source": "rpm", "version": "2.3.0" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "7.el10", "source": "rpm", "version": "3.46.0" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "7.el10", "source": "rpm", "version": "3.46.0" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "6.el10", "source": "rpm", "version": "0.73.1" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.el10", "source": "rpm", "version": "3.7" } ], "python3-into-dbus-python": [ { "arch": "noarch", "epoch": null, "name": "python3-into-dbus-python", "release": "7.el10", "source": "rpm", "version": "0.8.2" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "3.el10", "source": "rpm", "version": "3.1.4" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "6.el10", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "9.el10", "source": "rpm", "version": "2.3" } ], "python3-justbases": [ { "arch": "noarch", "epoch": null, "name": "python3-justbases", "release": "9.el10", "source": "rpm", "version": "0.15.2" } ], "python3-justbytes": [ { "arch": "noarch", "epoch": null, "name": "python3-justbytes", "release": "7.el10", "source": "rpm", "version": "0.15.2" } ], "python3-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python3-kmod", "release": "6.el10", "source": "rpm", "version": "0.9.2" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "3.el10", "source": "rpm", "version": "0.1.21" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "6.el10", "source": "rpm", "version": "0.73.1" } ], "python3-libmount": [ { "arch": "x86_64", "epoch": null, "name": "python3-libmount", "release": "5.el10", "source": "rpm", "version": "2.40.2" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "2.el10", "source": "rpm", "version": "3.12.8" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "5.el10", "source": "rpm", "version": "3.7" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "4.el10", "source": "rpm", "version": "3.7" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "4.el10", "source": "rpm", "version": "5.2.1" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "6.el10", "source": "rpm", "version": "2.1.3" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.el10", "source": "rpm", "version": "1.1.1" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "6.el10", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": null, "name": "python3-packaging", "release": "6.el10", "source": "rpm", "version": "23.2" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "7.el10", "source": "rpm", "version": "23.3.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "3.el10", "source": "rpm", "version": "3.7" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "5.el10", "source": "rpm", "version": "5.9.8" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "7.el10", "source": "rpm", "version": "3.1.1" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "7.el10", "source": "rpm", "version": "3.13.0" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "11.el10", "source": "rpm", "version": "3.5" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "10.el10", "source": "rpm", "version": "0.24.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "19.el10", "source": "rpm", "version": "6.0.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.el10", "source": "rpm", "version": "2.32.3" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "9.el10", "source": "rpm", "version": "4.19.1.1" } ], "python3-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python3-rtslib", "release": "12.el10", "source": "rpm", "version": "2.1.76" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "4.el10", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "9.el10", "source": "rpm", "version": "69.0.3" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "16.el10", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "11.el10", "source": "rpm", "version": "235" } ], "python3-typing-extensions": [ { "arch": "noarch", "epoch": null, "name": "python3-typing-extensions", "release": "6.el10", "source": "rpm", "version": "4.9.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "2.el10", "source": "rpm", "version": "1.26.19" } ], "python3-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python3-urwid", "release": "4.el10", "source": "rpm", "version": "2.5.3" } ], "python3-wcwidth": [ { "arch": "noarch", "epoch": null, "name": "python3-wcwidth", "release": "6.el10", "source": "rpm", "version": "0.2.6" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 18, "name": "qemu-guest-agent", "release": "6.el10", "source": "rpm", "version": "9.1.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "9.el10", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "9.el10", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "11.el10", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "redhat-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "redhat-mono-vf-fonts", "release": "13.el10", "source": "rpm", "version": "4.0.3" } ], "redhat-text-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "redhat-text-vf-fonts", "release": "13.el10", "source": "rpm", "version": "4.0.3" } ], "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": "4.el10", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "38.el10", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "3.el10", "source": "rpm", "version": "1.2.7" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "9.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "9.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "9.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "9.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "9.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "9.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "6.el10", "source": "rpm", "version": "1.6.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "9.el10", "source": "rpm", "version": "4.19.1.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "6.el10", "source": "rpm", "version": "3.3.0" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "2.el10", "source": "rpm", "version": "8.2408.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "3.el10", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el10", "source": "rpm", "version": "40.13.19" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el10", "source": "rpm", "version": "40.13.19" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "4.el10", "source": "rpm", "version": "2.14.5" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "7.el10", "source": "rpm", "version": "1.48" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "7.el10", "source": "rpm", "version": "1.48" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "5.el10", "source": "rpm", "version": "4.15.0" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "8.el10", "source": "rpm", "version": "2.3.3" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "7.el10", "source": "rpm", "version": "1.1.10" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.el10", "source": "rpm", "version": "3.46.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "6.el10", "source": "rpm", "version": "4.6.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "3.el10", "source": "rpm", "version": "2.10.0" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "3.el10", "source": "rpm", "version": "2.10.0" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "3.el10", "source": "rpm", "version": "2.10.0" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-krb5-common", "release": "3.el10", "source": "rpm", "version": "2.10.0" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "3.el10", "source": "rpm", "version": "2.10.0" } ], "stratis-cli": [ { "arch": "noarch", "epoch": null, "name": "stratis-cli", "release": "2.el10", "source": "rpm", "version": "3.7.0" } ], "stratisd": [ { "arch": "x86_64", "epoch": null, "name": "stratisd", "release": "2.el10", "source": "rpm", "version": "3.7.3" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "8.p5.el10", "source": "rpm", "version": "1.9.15" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "8.p5.el10", "source": "rpm", "version": "1.9.15" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "18.el10", "source": "rpm", "version": "256" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "18.el10", "source": "rpm", "version": "256" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "18.el10", "source": "rpm", "version": "256" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "18.el10", "source": "rpm", "version": "256" } ], "tang": [ { "arch": "x86_64", "epoch": null, "name": "tang", "release": "12.el10", "source": "rpm", "version": "14" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "5.el10", "source": "rpm", "version": "1.35" } ], "target-restore": [ { "arch": "noarch", "epoch": null, "name": "target-restore", "release": "12.el10", "source": "rpm", "version": "2.1.76" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "3.el10", "source": "rpm", "version": "2.1.58" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "25.el10", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": null, "name": "tiwilink-firmware", "release": "11.el10", "source": "rpm", "version": "20241210" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "4.el10", "source": "rpm", "version": "5.7" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "5.el10", "source": "rpm", "version": "4.1.3" } ], "tpm2-tss-fapi": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss-fapi", "release": "5.el10", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "3.el10", "source": "rpm", "version": "2024a" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "7.el10", "source": "rpm", "version": "0.14.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "5.el10", "source": "rpm", "version": "2.40.2" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "5.el10", "source": "rpm", "version": "2.40.2" } ], "vdo": [ { "arch": "x86_64", "epoch": null, "name": "vdo", "release": "1.el10", "source": "rpm", "version": "8.3.0.72" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "3.el10", "source": "rpm", "version": "9.1.083" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "3.el10", "source": "rpm", "version": "9.1.083" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "3.el10", "source": "rpm", "version": "9.1.083" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "3.el10", "source": "rpm", "version": "9.1.083" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "3.el10", "source": "rpm", "version": "9.1.083" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "23.el10", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "4.el10", "source": "rpm", "version": "1.24.5" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "43.el10", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "1.el10", "source": "rpm", "version": "6.11.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "3.el10", "source": "rpm", "version": "2.41" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "3.el10", "source": "rpm", "version": "9.1.083" } ], "xz": [ { "arch": "x86_64", "epoch": 1, "name": "xz", "release": "3.el10", "source": "rpm", "version": "5.6.2" } ], "xz-libs": [ { "arch": "x86_64", "epoch": 1, "name": "xz-libs", "release": "3.el10", "source": "rpm", "version": "5.6.2" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "9.el10", "source": "rpm", "version": "4.20.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "6.el10", "source": "rpm", "version": "4.7.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": null, "name": "zlib-ng-compat", "release": "1.el10", "source": "rpm", "version": "2.2.2" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:28 Saturday 28 December 2024 18:19:21 -0500 (0:00:01.093) 0:00:12.827 ***** ok: [managed-node2] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:32 Saturday 28 December 2024 18:19:21 -0500 (0:00:00.061) 0:00:12.888 ***** ok: [managed-node2] => { "ansible_facts": { "blivet_pkg_version": "3.10.0-14.el10" }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:46 Saturday 28 December 2024 18:19:21 -0500 (0:00:00.062) 0:00:12.950 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed-node2 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Saturday 28 December 2024 18:19:21 -0500 (0:00:00.089) 0:00:13.039 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Saturday 28 December 2024 18:19:22 -0500 (0:00:00.800) 0:00:13.840 ***** ok: [managed-node2] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Saturday 28 December 2024 18:19:23 -0500 (0:00:00.559) 0:00:14.400 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Saturday 28 December 2024 18:19:23 -0500 (0:00:00.098) 0:00:14.499 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Saturday 28 December 2024 18:19:23 -0500 (0:00:00.121) 0:00:14.620 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Saturday 28 December 2024 18:19:23 -0500 (0:00:00.143) 0:00:14.763 ***** ok: [managed-node2] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ] } TASK [Create volume group 'foo' with 3 PVs] ************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:53 Saturday 28 December 2024 18:19:23 -0500 (0:00:00.116) 0:00:14.880 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:19:23 -0500 (0:00:00.172) 0:00:15.052 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:19:24 -0500 (0:00:00.100) 0:00:15.153 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:19:24 -0500 (0:00:00.131) 0:00:15.285 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:19:24 -0500 (0:00:00.334) 0:00:15.620 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:19:24 -0500 (0:00:00.172) 0:00:15.792 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:19:24 -0500 (0:00:00.214) 0:00:16.007 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:19:25 -0500 (0:00:00.110) 0:00:16.118 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:19:25 -0500 (0:00:00.118) 0:00:16.236 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:19:25 -0500 (0:00:00.203) 0:00:16.439 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:19:25 -0500 (0:00:00.113) 0:00:16.553 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:19:25 -0500 (0:00:00.120) 0:00:16.674 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:19:25 -0500 (0:00:00.102) 0:00:16.776 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:19:25 -0500 (0:00:00.105) 0:00:16.882 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:19:25 -0500 (0:00:00.099) 0:00:16.982 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:19:25 -0500 (0:00:00.096) 0:00:17.079 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:19:26 -0500 (0:00:00.115) 0:00:17.194 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:19:26 -0500 (0:00:00.185) 0:00:17.380 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service not found.\"", "LoadState": "not-found", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:19:27 -0500 (0:00:01.057) 0:00:18.437 ***** changed: [managed-node2] => { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:19:37 -0500 (0:00:09.846) 0:00:28.283 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:19:37 -0500 (0:00:00.273) 0:00:28.557 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:19:37 -0500 (0:00:00.461) 0:00:29.019 ***** ok: [managed-node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:19:38 -0500 (0:00:00.619) 0:00:29.638 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:19:39 -0500 (0:00:01.014) 0:00:30.652 ***** ok: [managed-node2] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:19:39 -0500 (0:00:00.086) 0:00:30.738 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:19:39 -0500 (0:00:00.077) 0:00:30.815 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:19:39 -0500 (0:00:00.096) 0:00:30.912 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:19:39 -0500 (0:00:00.122) 0:00:31.034 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:19:40 -0500 (0:00:00.159) 0:00:31.193 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:19:40 -0500 (0:00:00.119) 0:00:31.313 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:19:40 -0500 (0:00:00.112) 0:00:31.425 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:19:40 -0500 (0:00:00.111) 0:00:31.536 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427940.385886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1735427937.8848495, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 599785677, "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": 1735427937.886002, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "20290828", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:19:40 -0500 (0:00:00.526) 0:00:32.063 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:19:41 -0500 (0:00:00.071) 0:00:32.134 ***** ok: [managed-node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:61 Saturday 28 December 2024 18:19:42 -0500 (0:00:01.156) 0:00:33.291 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 December 2024 18:19:42 -0500 (0:00:00.268) 0:00:33.559 ***** ok: [managed-node2] => { "_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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 December 2024 18:19:42 -0500 (0:00:00.228) 0:00:33.788 ***** skipping: [managed-node2] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 December 2024 18:19:42 -0500 (0:00:00.204) 0:00:33.993 ***** ok: [managed-node2] => { "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": "bgY8HN-8QRl-nb2P-WMFG-OqAH-LHgn-tuDL4k" }, "/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": "uNJ2Hg-IOkb-nNHx-7UBQ-tClu-xg6f-diTTnS" }, "/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": "Kt4Xhg-nwu2-gRUk-RaYF-i8vc-AdlP-NAYXMH" }, "/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": "Nkrpp7-3MXZ-gN3B-Zr47-1neo-sql5-czrdQf" }, "/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": "9g6Feu-6nyo-96e1-i714-E9mV-hcC1-7MhWhe" }, "/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": "yIyuaS-D709-Roin-omkS-xC21-NhZv-fQA2VC" }, "/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": "z9G9nP-o2eR-yUpz-4752-vnE7-9Mls-hZOeVU" }, "/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": "6eZbiC-aS5g-iAcw-1LtE-j9rO-qBsj-iuI1N0" }, "/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": "fFV4Ru-mSee-bOTj-CSXv-4S5d-Bjz5-Fo3ymb" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d34a4578-e79c-4219-88ec-bb1d36b608ae" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 December 2024 18:19:43 -0500 (0:00:00.780) 0:00:34.774 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003331", "end": "2024-12-28 18:19:44.112688", "rc": 0, "start": "2024-12-28 18:19:44.109357" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:04 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=d34a4578-e79c-4219-88ec-bb1d36b608ae / 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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 December 2024 18:19:44 -0500 (0:00:00.575) 0:00:35.349 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003853", "end": "2024-12-28 18:19:44.723390", "failed_when_result": false, "rc": 0, "start": "2024-12-28 18:19:44.719537" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 December 2024 18:19:44 -0500 (0:00:00.567) 0:00:35.917 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node2 => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 28 December 2024 18:19:44 -0500 (0:00:00.154) 0:00:36.071 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 28 December 2024 18:19:45 -0500 (0:00:00.095) 0:00:36.166 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.034818", "end": "2024-12-28 18:19:45.523915", "rc": 0, "start": "2024-12-28 18:19:45.489097" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 28 December 2024 18:19:45 -0500 (0:00:00.556) 0:00:36.723 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 28 December 2024 18:19:45 -0500 (0:00:00.164) 0:00:36.887 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node2 => (item=members) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node2 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 28 December 2024 18:19:46 -0500 (0:00:00.318) 0:00:37.206 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 28 December 2024 18:19:46 -0500 (0:00:00.287) 0:00:37.493 ***** ok: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [managed-node2] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [managed-node2] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } ok: [managed-node2] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdd1", "pv": "/dev/sdd1" } ok: [managed-node2] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sde1", "pv": "/dev/sde1" } ok: [managed-node2] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdf1", "pv": "/dev/sdf1" } ok: [managed-node2] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdg1", "pv": "/dev/sdg1" } ok: [managed-node2] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh1", "pv": "/dev/sdh1" } ok: [managed-node2] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdi1", "pv": "/dev/sdi1" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 28 December 2024 18:19:50 -0500 (0:00:03.869) 0:00:41.362 ***** ok: [managed-node2] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 28 December 2024 18:19:50 -0500 (0:00:00.102) 0:00:41.465 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 28 December 2024 18:19:50 -0500 (0:00:00.095) 0:00:41.561 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 28 December 2024 18:19:50 -0500 (0:00:00.103) 0:00:41.664 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 28 December 2024 18:19:50 -0500 (0:00:00.073) 0:00:41.738 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 28 December 2024 18:19:50 -0500 (0:00:00.115) 0:00:41.853 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 28 December 2024 18:19:50 -0500 (0:00:00.076) 0:00:41.930 ***** ok: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdd1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sde1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdf1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdg1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh1" } MSG: All assertions passed ok: [managed-node2] => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 28 December 2024 18:19:51 -0500 (0:00:00.378) 0:00:42.308 ***** ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: True sys:1: DeprecationWarning: builtin type swigvarlink has no __module__ attribute STDERR: OpenSSH_9.9p1, 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.42.35 originally 10.31.42.35 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.42.35 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.42.35 originally 10.31.42.35 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/82fab8ce99' 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.42.35 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 28 December 2024 18:19:51 -0500 (0:00:00.471) 0:00:42.779 ***** skipping: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed-node2] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [managed-node2] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [managed-node2] => (item=/dev/sdd1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdd1" } skipping: [managed-node2] => (item=/dev/sde1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sde1" } skipping: [managed-node2] => (item=/dev/sdf1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdf1" } skipping: [managed-node2] => (item=/dev/sdg1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdg1" } skipping: [managed-node2] => (item=/dev/sdh1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh1" } skipping: [managed-node2] => (item=/dev/sdi1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdi1" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 28 December 2024 18:19:52 -0500 (0:00:00.596) 0:00:43.376 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 28 December 2024 18:19:52 -0500 (0:00:00.154) 0:00:43.530 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 28 December 2024 18:19:52 -0500 (0:00:00.077) 0:00:43.607 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 28 December 2024 18:19:52 -0500 (0:00:00.160) 0:00:43.768 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 28 December 2024 18:19:52 -0500 (0:00:00.066) 0:00:43.834 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 28 December 2024 18:19:52 -0500 (0:00:00.064) 0:00:43.898 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 28 December 2024 18:19:52 -0500 (0:00:00.066) 0:00:43.965 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 28 December 2024 18:19:52 -0500 (0:00:00.065) 0:00:44.030 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 28 December 2024 18:19:53 -0500 (0:00:00.065) 0:00:44.095 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 28 December 2024 18:19:53 -0500 (0:00:00.064) 0:00:44.160 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 28 December 2024 18:19:53 -0500 (0:00:00.066) 0:00:44.226 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 28 December 2024 18:19:53 -0500 (0:00:00.067) 0:00:44.294 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 28 December 2024 18:19:53 -0500 (0:00:00.069) 0:00:44.363 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node2 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 28 December 2024 18:19:53 -0500 (0:00:00.100) 0:00:44.463 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 28 December 2024 18:19:53 -0500 (0:00:00.031) 0:00:44.495 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node2 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 28 December 2024 18:19:53 -0500 (0:00:00.101) 0:00:44.597 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 28 December 2024 18:19:53 -0500 (0:00:00.067) 0:00:44.664 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 28 December 2024 18:19:53 -0500 (0:00:00.126) 0:00:44.791 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 28 December 2024 18:19:53 -0500 (0:00:00.112) 0:00:44.903 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 28 December 2024 18:19:54 -0500 (0:00:00.321) 0:00:45.225 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sda1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdb1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdc1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdd1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sde1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdf1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdg1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdh1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdi1) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:19:54 -0500 (0:00:00.681) 0:00:45.907 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:19:54 -0500 (0:00:00.100) 0:00:46.007 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:19:54 -0500 (0:00:00.085) 0:00:46.093 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:19:55 -0500 (0:00:00.080) 0:00:46.173 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:19:55 -0500 (0:00:00.091) 0:00:46.265 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:19:55 -0500 (0:00:00.138) 0:00:46.403 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:19:55 -0500 (0:00:00.116) 0:00:46.520 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:19:55 -0500 (0:00:00.263) 0:00:46.784 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:19:55 -0500 (0:00:00.294) 0:00:47.079 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:19:56 -0500 (0:00:00.151) 0:00:47.230 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:19:56 -0500 (0:00:00.216) 0:00:47.446 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:19:56 -0500 (0:00:00.186) 0:00:47.633 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:19:56 -0500 (0:00:00.163) 0:00:47.796 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:19:56 -0500 (0:00:00.178) 0:00:47.975 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:19:57 -0500 (0:00:00.147) 0:00:48.123 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:19:57 -0500 (0:00:00.143) 0:00:48.266 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:19:57 -0500 (0:00:00.133) 0:00:48.399 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:19:57 -0500 (0:00:00.156) 0:00:48.555 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:19:57 -0500 (0:00:00.198) 0:00:48.753 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:19:57 -0500 (0:00:00.163) 0:00:48.917 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:19:57 -0500 (0:00:00.162) 0:00:49.079 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:19:58 -0500 (0:00:00.174) 0:00:49.254 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:19:58 -0500 (0:00:00.276) 0:00:49.530 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:19:58 -0500 (0:00:00.093) 0:00:49.623 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:19:58 -0500 (0:00:00.069) 0:00:49.693 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:19:58 -0500 (0:00:00.090) 0:00:49.784 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:19:58 -0500 (0:00:00.138) 0:00:49.923 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:19:58 -0500 (0:00:00.146) 0:00:50.069 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:19:59 -0500 (0:00:00.154) 0:00:50.224 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:19:59 -0500 (0:00:00.112) 0:00:50.337 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:19:59 -0500 (0:00:00.067) 0:00:50.405 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:19:59 -0500 (0:00:00.084) 0:00:50.490 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:19:59 -0500 (0:00:00.116) 0:00:50.607 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:19:59 -0500 (0:00:00.105) 0:00:50.713 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:19:59 -0500 (0:00:00.102) 0:00:50.815 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:19:59 -0500 (0:00:00.143) 0:00:50.959 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:19:59 -0500 (0:00:00.127) 0:00:51.086 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:20:00 -0500 (0:00:00.299) 0:00:51.385 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:20:00 -0500 (0:00:00.169) 0:00:51.555 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:20:00 -0500 (0:00:00.193) 0:00:51.748 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:20:00 -0500 (0:00:00.204) 0:00:51.953 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:20:01 -0500 (0:00:00.213) 0:00:52.167 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:20:01 -0500 (0:00:00.155) 0:00:52.322 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:20:01 -0500 (0:00:00.153) 0:00:52.476 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:20:01 -0500 (0:00:00.185) 0:00:52.661 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:20:01 -0500 (0:00:00.154) 0:00:52.815 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:20:01 -0500 (0:00:00.151) 0:00:52.967 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:20:02 -0500 (0:00:00.171) 0:00:53.139 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:20:02 -0500 (0:00:00.135) 0:00:53.274 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:20:02 -0500 (0:00:00.186) 0:00:53.460 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:20:02 -0500 (0:00:00.185) 0:00:53.646 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:20:02 -0500 (0:00:00.233) 0:00:53.879 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:20:02 -0500 (0:00:00.201) 0:00:54.081 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:20:03 -0500 (0:00:00.124) 0:00:54.205 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 28 December 2024 18:20:03 -0500 (0:00:00.124) 0:00:54.330 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 28 December 2024 18:20:03 -0500 (0:00:00.135) 0:00:54.465 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node2 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 28 December 2024 18:20:03 -0500 (0:00:00.234) 0:00:54.700 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 28 December 2024 18:20:03 -0500 (0:00:00.069) 0:00:54.770 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 28 December 2024 18:20:03 -0500 (0:00:00.231) 0:00:55.002 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 28 December 2024 18:20:04 -0500 (0:00:00.119) 0:00:55.121 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 28 December 2024 18:20:04 -0500 (0:00:00.099) 0:00:55.221 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 28 December 2024 18:20:04 -0500 (0:00:00.112) 0:00:55.333 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 28 December 2024 18:20:04 -0500 (0:00:00.144) 0:00:55.478 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 28 December 2024 18:20:04 -0500 (0:00:00.110) 0:00:55.589 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 28 December 2024 18:20:04 -0500 (0:00:00.222) 0:00:55.811 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 28 December 2024 18:20:04 -0500 (0:00:00.121) 0:00:55.933 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 28 December 2024 18:20:04 -0500 (0:00:00.055) 0:00:55.988 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 28 December 2024 18:20:04 -0500 (0:00:00.054) 0:00:56.043 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:64 Saturday 28 December 2024 18:20:05 -0500 (0:00:00.124) 0:00:56.167 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026164", "end": "2024-12-28 18:20:05.452895", "rc": 0, "start": "2024-12-28 18:20:05.426731" } STDOUT: GbxmLH-cAWI-UAk3-RnlH-r72c-j0i5-N53LlK TASK [Verify that nothing changes when disks don't change] ********************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:69 Saturday 28 December 2024 18:20:05 -0500 (0:00:00.516) 0:00:56.683 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:20:05 -0500 (0:00:00.289) 0:00:56.973 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:20:06 -0500 (0:00:00.245) 0:00:57.219 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:20:06 -0500 (0:00:00.185) 0:00:57.405 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:20:06 -0500 (0:00:00.492) 0:00:57.897 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:20:06 -0500 (0:00:00.154) 0:00:58.052 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:20:07 -0500 (0:00:00.130) 0:00:58.182 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:20:07 -0500 (0:00:00.108) 0:00:58.291 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:20:07 -0500 (0:00:00.151) 0:00:58.442 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:20:07 -0500 (0:00:00.191) 0:00:58.634 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:20:07 -0500 (0:00:00.115) 0:00:58.749 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:20:07 -0500 (0:00:00.150) 0:00:58.900 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:20:07 -0500 (0:00:00.158) 0:00:59.059 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:20:08 -0500 (0:00:00.211) 0:00:59.270 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:20:08 -0500 (0:00:00.143) 0:00:59.413 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:20:08 -0500 (0:00:00.138) 0:00:59.552 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:20:08 -0500 (0:00:00.139) 0:00:59.691 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:20:08 -0500 (0:00:00.170) 0:00:59.862 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service not found.\"", "LoadState": "not-found", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:20:09 -0500 (0:00:01.061) 0:01:00.924 ***** ok: [managed-node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/foo", "/dev/xvda1", "/dev/xvda2" ], "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:20:14 -0500 (0:00:04.318) 0:01:05.242 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:20:14 -0500 (0:00:00.113) 0:01:05.356 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:20:14 -0500 (0:00:00.627) 0:01:05.984 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:20:15 -0500 (0:00:00.137) 0:01:06.121 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:20:15 -0500 (0:00:00.960) 0:01:07.082 ***** ok: [managed-node2] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/xvda1", "/dev/xvda2" ], "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:20:16 -0500 (0:00:00.126) 0:01:07.208 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:20:16 -0500 (0:00:00.181) 0:01:07.389 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:20:16 -0500 (0:00:00.137) 0:01:07.527 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:20:16 -0500 (0:00:00.166) 0:01:07.693 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:20:16 -0500 (0:00:00.190) 0:01:07.884 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:20:16 -0500 (0:00:00.143) 0:01:08.027 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:20:17 -0500 (0:00:00.144) 0:01:08.171 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:20:17 -0500 (0:00:00.154) 0:01:08.325 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427940.385886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1735427937.8848495, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 599785677, "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": 1735427937.886002, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "20290828", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:20:17 -0500 (0:00:00.510) 0:01:08.835 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:20:17 -0500 (0:00:00.052) 0:01:08.888 ***** ok: [managed-node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:77 Saturday 28 December 2024 18:20:18 -0500 (0:00:01.105) 0:01:09.993 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 December 2024 18:20:19 -0500 (0:00:00.128) 0:01:10.122 ***** ok: [managed-node2] => { "_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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 December 2024 18:20:19 -0500 (0:00:00.222) 0:01:10.345 ***** skipping: [managed-node2] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 December 2024 18:20:19 -0500 (0:00:00.125) 0:01:10.470 ***** ok: [managed-node2] => { "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": "bgY8HN-8QRl-nb2P-WMFG-OqAH-LHgn-tuDL4k" }, "/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": "uNJ2Hg-IOkb-nNHx-7UBQ-tClu-xg6f-diTTnS" }, "/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": "Kt4Xhg-nwu2-gRUk-RaYF-i8vc-AdlP-NAYXMH" }, "/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": "Nkrpp7-3MXZ-gN3B-Zr47-1neo-sql5-czrdQf" }, "/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": "9g6Feu-6nyo-96e1-i714-E9mV-hcC1-7MhWhe" }, "/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": "yIyuaS-D709-Roin-omkS-xC21-NhZv-fQA2VC" }, "/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": "z9G9nP-o2eR-yUpz-4752-vnE7-9Mls-hZOeVU" }, "/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": "6eZbiC-aS5g-iAcw-1LtE-j9rO-qBsj-iuI1N0" }, "/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": "fFV4Ru-mSee-bOTj-CSXv-4S5d-Bjz5-Fo3ymb" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d34a4578-e79c-4219-88ec-bb1d36b608ae" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 December 2024 18:20:19 -0500 (0:00:00.474) 0:01:10.945 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004639", "end": "2024-12-28 18:20:21.216319", "rc": 0, "start": "2024-12-28 18:20:20.211680" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:04 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=d34a4578-e79c-4219-88ec-bb1d36b608ae / 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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 December 2024 18:20:21 -0500 (0:00:01.476) 0:01:12.421 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003104", "end": "2024-12-28 18:20:21.711399", "failed_when_result": false, "rc": 0, "start": "2024-12-28 18:20:21.708295" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 December 2024 18:20:21 -0500 (0:00:00.482) 0:01:12.904 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node2 => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 28 December 2024 18:20:21 -0500 (0:00:00.135) 0:01:13.039 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 28 December 2024 18:20:22 -0500 (0:00:00.072) 0:01:13.112 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.025996", "end": "2024-12-28 18:20:22.393958", "rc": 0, "start": "2024-12-28 18:20:22.367962" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 28 December 2024 18:20:22 -0500 (0:00:00.475) 0:01:13.588 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 28 December 2024 18:20:22 -0500 (0:00:00.164) 0:01:13.753 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node2 => (item=members) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node2 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 28 December 2024 18:20:22 -0500 (0:00:00.262) 0:01:14.015 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 28 December 2024 18:20:23 -0500 (0:00:00.095) 0:01:14.111 ***** ok: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [managed-node2] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [managed-node2] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } ok: [managed-node2] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdd1", "pv": "/dev/sdd1" } ok: [managed-node2] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sde1", "pv": "/dev/sde1" } ok: [managed-node2] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdf1", "pv": "/dev/sdf1" } ok: [managed-node2] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdg1", "pv": "/dev/sdg1" } ok: [managed-node2] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh1", "pv": "/dev/sdh1" } ok: [managed-node2] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdi1", "pv": "/dev/sdi1" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 28 December 2024 18:20:26 -0500 (0:00:03.871) 0:01:17.982 ***** ok: [managed-node2] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 28 December 2024 18:20:27 -0500 (0:00:00.151) 0:01:18.134 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 28 December 2024 18:20:27 -0500 (0:00:00.144) 0:01:18.279 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 28 December 2024 18:20:27 -0500 (0:00:00.104) 0:01:18.383 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 28 December 2024 18:20:27 -0500 (0:00:00.075) 0:01:18.459 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 28 December 2024 18:20:27 -0500 (0:00:00.086) 0:01:18.546 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 28 December 2024 18:20:27 -0500 (0:00:00.070) 0:01:18.616 ***** ok: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdd1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sde1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdf1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdg1" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh1" } MSG: All assertions passed ok: [managed-node2] => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 28 December 2024 18:20:27 -0500 (0:00:00.447) 0:01:19.064 ***** ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: True sys:1: DeprecationWarning: builtin type swigvarlink has no __module__ attribute STDERR: OpenSSH_9.9p1, 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.42.35 originally 10.31.42.35 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.42.35 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.42.35 originally 10.31.42.35 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/82fab8ce99' 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.42.35 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 28 December 2024 18:20:28 -0500 (0:00:00.528) 0:01:19.593 ***** skipping: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed-node2] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [managed-node2] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [managed-node2] => (item=/dev/sdd1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdd1" } skipping: [managed-node2] => (item=/dev/sde1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sde1" } skipping: [managed-node2] => (item=/dev/sdf1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdf1" } skipping: [managed-node2] => (item=/dev/sdg1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdg1" } skipping: [managed-node2] => (item=/dev/sdh1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh1" } skipping: [managed-node2] => (item=/dev/sdi1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdi1" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 28 December 2024 18:20:29 -0500 (0:00:00.733) 0:01:20.326 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 28 December 2024 18:20:29 -0500 (0:00:00.193) 0:01:20.519 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 28 December 2024 18:20:29 -0500 (0:00:00.161) 0:01:20.681 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 28 December 2024 18:20:29 -0500 (0:00:00.346) 0:01:21.027 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 28 December 2024 18:20:30 -0500 (0:00:00.154) 0:01:21.181 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 28 December 2024 18:20:30 -0500 (0:00:00.125) 0:01:21.306 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 28 December 2024 18:20:30 -0500 (0:00:00.112) 0:01:21.419 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 28 December 2024 18:20:30 -0500 (0:00:00.140) 0:01:21.559 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 28 December 2024 18:20:30 -0500 (0:00:00.165) 0:01:21.725 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 28 December 2024 18:20:30 -0500 (0:00:00.146) 0:01:21.871 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 28 December 2024 18:20:30 -0500 (0:00:00.124) 0:01:21.995 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 28 December 2024 18:20:31 -0500 (0:00:00.121) 0:01:22.116 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 28 December 2024 18:20:31 -0500 (0:00:00.114) 0:01:22.231 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node2 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 28 December 2024 18:20:31 -0500 (0:00:00.142) 0:01:22.374 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 28 December 2024 18:20:31 -0500 (0:00:00.059) 0:01:22.434 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node2 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 28 December 2024 18:20:31 -0500 (0:00:00.172) 0:01:22.606 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 28 December 2024 18:20:31 -0500 (0:00:00.080) 0:01:22.686 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 28 December 2024 18:20:31 -0500 (0:00:00.117) 0:01:22.804 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 28 December 2024 18:20:31 -0500 (0:00:00.106) 0:01:22.910 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 28 December 2024 18:20:32 -0500 (0:00:00.305) 0:01:23.216 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sda1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdb1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdc1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdd1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sde1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdf1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdg1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdh1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdi1) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:20:32 -0500 (0:00:00.494) 0:01:23.711 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:20:32 -0500 (0:00:00.141) 0:01:23.853 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:20:32 -0500 (0:00:00.133) 0:01:23.987 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:20:33 -0500 (0:00:00.116) 0:01:24.103 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:20:33 -0500 (0:00:00.141) 0:01:24.245 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:20:33 -0500 (0:00:00.122) 0:01:24.368 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:20:33 -0500 (0:00:00.083) 0:01:24.451 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:20:33 -0500 (0:00:00.132) 0:01:24.584 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:20:33 -0500 (0:00:00.202) 0:01:24.786 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:20:33 -0500 (0:00:00.167) 0:01:24.954 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:20:34 -0500 (0:00:00.162) 0:01:25.116 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:20:34 -0500 (0:00:00.104) 0:01:25.221 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:20:34 -0500 (0:00:00.082) 0:01:25.303 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:20:34 -0500 (0:00:00.089) 0:01:25.393 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:20:34 -0500 (0:00:00.089) 0:01:25.482 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:20:34 -0500 (0:00:00.133) 0:01:25.615 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:20:34 -0500 (0:00:00.130) 0:01:25.746 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:20:34 -0500 (0:00:00.100) 0:01:25.846 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:20:34 -0500 (0:00:00.069) 0:01:25.915 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:20:34 -0500 (0:00:00.100) 0:01:26.016 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:20:35 -0500 (0:00:00.202) 0:01:26.219 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:20:35 -0500 (0:00:00.114) 0:01:26.333 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:20:35 -0500 (0:00:00.201) 0:01:26.535 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:20:35 -0500 (0:00:00.147) 0:01:26.682 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:20:35 -0500 (0:00:00.091) 0:01:26.774 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:20:35 -0500 (0:00:00.102) 0:01:26.876 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:20:35 -0500 (0:00:00.113) 0:01:26.990 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:20:35 -0500 (0:00:00.101) 0:01:27.091 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:20:36 -0500 (0:00:00.169) 0:01:27.260 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:20:36 -0500 (0:00:00.155) 0:01:27.415 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:20:36 -0500 (0:00:00.123) 0:01:27.539 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:20:36 -0500 (0:00:00.111) 0:01:27.650 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:20:36 -0500 (0:00:00.092) 0:01:27.742 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:20:36 -0500 (0:00:00.101) 0:01:27.844 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:20:36 -0500 (0:00:00.102) 0:01:27.947 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:20:36 -0500 (0:00:00.084) 0:01:28.031 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:20:37 -0500 (0:00:00.072) 0:01:28.103 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:20:37 -0500 (0:00:00.230) 0:01:28.334 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:20:37 -0500 (0:00:00.120) 0:01:28.454 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:20:37 -0500 (0:00:00.149) 0:01:28.604 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:20:37 -0500 (0:00:00.231) 0:01:28.835 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:20:37 -0500 (0:00:00.162) 0:01:28.998 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:20:38 -0500 (0:00:00.129) 0:01:29.128 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:20:38 -0500 (0:00:00.173) 0:01:29.301 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:20:38 -0500 (0:00:00.101) 0:01:29.402 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:20:38 -0500 (0:00:00.086) 0:01:29.489 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:20:38 -0500 (0:00:00.119) 0:01:29.608 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:20:38 -0500 (0:00:00.171) 0:01:29.780 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:20:38 -0500 (0:00:00.121) 0:01:29.901 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:20:38 -0500 (0:00:00.146) 0:01:30.048 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:20:39 -0500 (0:00:00.218) 0:01:30.266 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:20:39 -0500 (0:00:00.325) 0:01:30.592 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:20:39 -0500 (0:00:00.408) 0:01:31.001 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:20:40 -0500 (0:00:00.182) 0:01:31.184 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 28 December 2024 18:20:40 -0500 (0:00:00.182) 0:01:31.366 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 28 December 2024 18:20:40 -0500 (0:00:00.182) 0:01:31.549 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node2 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 28 December 2024 18:20:40 -0500 (0:00:00.185) 0:01:31.734 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 28 December 2024 18:20:40 -0500 (0:00:00.068) 0:01:31.802 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 28 December 2024 18:20:41 -0500 (0:00:00.305) 0:01:32.107 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 28 December 2024 18:20:41 -0500 (0:00:00.123) 0:01:32.231 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 28 December 2024 18:20:41 -0500 (0:00:00.117) 0:01:32.348 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 28 December 2024 18:20:41 -0500 (0:00:00.158) 0:01:32.507 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 28 December 2024 18:20:41 -0500 (0:00:00.206) 0:01:32.714 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 28 December 2024 18:20:41 -0500 (0:00:00.191) 0:01:32.905 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 28 December 2024 18:20:42 -0500 (0:00:00.230) 0:01:33.136 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 28 December 2024 18:20:42 -0500 (0:00:00.232) 0:01:33.369 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 28 December 2024 18:20:42 -0500 (0:00:00.055) 0:01:33.425 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 28 December 2024 18:20:42 -0500 (0:00:00.053) 0:01:33.478 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:80 Saturday 28 December 2024 18:20:42 -0500 (0:00:00.162) 0:01:33.641 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026982", "end": "2024-12-28 18:20:43.093868", "rc": 0, "start": "2024-12-28 18:20:43.066886" } STDOUT: GbxmLH-cAWI-UAk3-RnlH-r72c-j0i5-N53LlK TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:85 Saturday 28 December 2024 18:20:43 -0500 (0:00:00.659) 0:01:34.301 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:89 Saturday 28 December 2024 18:20:43 -0500 (0:00:00.174) 0:01:34.475 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:20:43 -0500 (0:00:00.280) 0:01:34.755 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:20:43 -0500 (0:00:00.229) 0:01:34.985 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:20:44 -0500 (0:00:00.198) 0:01:35.184 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:20:44 -0500 (0:00:00.578) 0:01:35.762 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:20:44 -0500 (0:00:00.166) 0:01:35.929 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:20:44 -0500 (0:00:00.138) 0:01:36.068 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:20:45 -0500 (0:00:00.319) 0:01:36.387 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:20:45 -0500 (0:00:00.176) 0:01:36.563 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:20:45 -0500 (0:00:00.315) 0:01:36.879 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:20:46 -0500 (0:00:00.216) 0:01:37.095 ***** ok: [managed-node2] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:20:46 -0500 (0:00:00.123) 0:01:37.219 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:20:46 -0500 (0:00:00.184) 0:01:37.403 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:20:46 -0500 (0:00:00.135) 0:01:37.539 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:20:46 -0500 (0:00:00.132) 0:01:37.671 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:20:46 -0500 (0:00:00.124) 0:01:37.795 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:20:46 -0500 (0:00:00.146) 0:01:37.942 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:20:47 -0500 (0:00:00.306) 0:01:38.248 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service not found.\"", "LoadState": "not-found", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:20:48 -0500 (0:00:01.052) 0:01:39.300 ***** changed: [managed-node2] => { "actions": [ { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/foo", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:20:55 -0500 (0:00:07.731) 0:01:47.032 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:20:56 -0500 (0:00:00.173) 0:01:47.205 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:20:56 -0500 (0:00:00.475) 0:01:47.681 ***** ok: [managed-node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:20:57 -0500 (0:00:00.512) 0:01:48.193 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:20:58 -0500 (0:00:00.979) 0:01:49.173 ***** ok: [managed-node2] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:20:58 -0500 (0:00:00.148) 0:01:49.322 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:20:58 -0500 (0:00:00.122) 0:01:49.444 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:20:58 -0500 (0:00:00.133) 0:01:49.578 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:20:58 -0500 (0:00:00.088) 0:01:49.667 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:20:58 -0500 (0:00:00.115) 0:01:49.782 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:20:58 -0500 (0:00:00.114) 0:01:49.896 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:20:58 -0500 (0:00:00.101) 0:01:49.998 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:20:59 -0500 (0:00:00.128) 0:01:50.126 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427940.385886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1735427937.8848495, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 599785677, "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": 1735427937.886002, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "20290828", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:20:59 -0500 (0:00:00.501) 0:01:50.628 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:20:59 -0500 (0:00:00.031) 0:01:50.660 ***** ok: [managed-node2] TASK [Get the partition table type on disk removed from the VG] **************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:97 Saturday 28 December 2024 18:21:00 -0500 (0:00:01.092) 0:01:51.752 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "blkid", "-p", "-ovalue", "-s", "PTTYPE", "/dev/sdb" ], "delta": "0:00:00.005963", "end": "2024-12-28 18:21:01.058304", "failed_when_result": false, "rc": 2, "start": "2024-12-28 18:21:01.052341" } MSG: non-zero return code TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:103 Saturday 28 December 2024 18:21:01 -0500 (0:00:00.474) 0:01:52.226 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:107 Saturday 28 December 2024 18:21:01 -0500 (0:00:00.068) 0:01:52.295 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 December 2024 18:21:01 -0500 (0:00:00.110) 0:01:52.405 ***** ok: [managed-node2] => { "_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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 December 2024 18:21:01 -0500 (0:00:00.113) 0:01:52.519 ***** skipping: [managed-node2] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 December 2024 18:21:01 -0500 (0:00:00.109) 0:01:52.628 ***** ok: [managed-node2] => { "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": "bgY8HN-8QRl-nb2P-WMFG-OqAH-LHgn-tuDL4k" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d34a4578-e79c-4219-88ec-bb1d36b608ae" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 December 2024 18:21:01 -0500 (0:00:00.436) 0:01:53.064 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003317", "end": "2024-12-28 18:21:02.327024", "rc": 0, "start": "2024-12-28 18:21:02.323707" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:04 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=d34a4578-e79c-4219-88ec-bb1d36b608ae / 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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 December 2024 18:21:02 -0500 (0:00:00.429) 0:01:53.494 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004888", "end": "2024-12-28 18:21:03.757493", "failed_when_result": false, "rc": 0, "start": "2024-12-28 18:21:02.752605" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 December 2024 18:21:03 -0500 (0:00:01.437) 0:01:54.931 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node2 => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 28 December 2024 18:21:03 -0500 (0:00:00.117) 0:01:55.049 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 28 December 2024 18:21:04 -0500 (0:00:00.069) 0:01:55.118 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.029311", "end": "2024-12-28 18:21:04.424850", "rc": 0, "start": "2024-12-28 18:21:04.395539" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 28 December 2024 18:21:04 -0500 (0:00:00.475) 0:01:55.594 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 28 December 2024 18:21:04 -0500 (0:00:00.244) 0:01:55.838 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node2 => (item=members) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node2 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 28 December 2024 18:21:04 -0500 (0:00:00.145) 0:01:55.984 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 28 December 2024 18:21:04 -0500 (0:00:00.092) 0:01:56.076 ***** ok: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 28 December 2024 18:21:05 -0500 (0:00:00.470) 0:01:56.546 ***** ok: [managed-node2] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 28 December 2024 18:21:05 -0500 (0:00:00.114) 0:01:56.660 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 28 December 2024 18:21:05 -0500 (0:00:00.163) 0:01:56.824 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 28 December 2024 18:21:05 -0500 (0:00:00.166) 0:01:56.990 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 28 December 2024 18:21:05 -0500 (0:00:00.089) 0:01:57.080 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 28 December 2024 18:21:06 -0500 (0:00:00.094) 0:01:57.174 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 28 December 2024 18:21:06 -0500 (0:00:00.069) 0:01:57.244 ***** ok: [managed-node2] => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 28 December 2024 18:21:06 -0500 (0:00:00.096) 0:01:57.340 ***** ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: True sys:1: DeprecationWarning: builtin type swigvarlink has no __module__ attribute STDERR: OpenSSH_9.9p1, 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.42.35 originally 10.31.42.35 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.42.35 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.42.35 originally 10.31.42.35 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/82fab8ce99' 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.42.35 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 28 December 2024 18:21:06 -0500 (0:00:00.532) 0:01:57.873 ***** skipping: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 28 December 2024 18:21:06 -0500 (0:00:00.203) 0:01:58.076 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 28 December 2024 18:21:07 -0500 (0:00:00.254) 0:01:58.331 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 28 December 2024 18:21:07 -0500 (0:00:00.172) 0:01:58.503 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 28 December 2024 18:21:07 -0500 (0:00:00.156) 0:01:58.660 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 28 December 2024 18:21:07 -0500 (0:00:00.143) 0:01:58.803 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 28 December 2024 18:21:07 -0500 (0:00:00.117) 0:01:58.921 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 28 December 2024 18:21:07 -0500 (0:00:00.128) 0:01:59.049 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 28 December 2024 18:21:08 -0500 (0:00:00.082) 0:01:59.131 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 28 December 2024 18:21:08 -0500 (0:00:00.075) 0:01:59.207 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 28 December 2024 18:21:08 -0500 (0:00:00.064) 0:01:59.272 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 28 December 2024 18:21:08 -0500 (0:00:00.063) 0:01:59.336 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 28 December 2024 18:21:08 -0500 (0:00:00.093) 0:01:59.429 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 28 December 2024 18:21:08 -0500 (0:00:00.139) 0:01:59.569 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node2 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 28 December 2024 18:21:08 -0500 (0:00:00.180) 0:01:59.750 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 28 December 2024 18:21:08 -0500 (0:00:00.035) 0:01:59.785 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node2 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 28 December 2024 18:21:08 -0500 (0:00:00.272) 0:02:00.058 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 28 December 2024 18:21:09 -0500 (0:00:00.038) 0:02:00.096 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 28 December 2024 18:21:09 -0500 (0:00:00.104) 0:02:00.200 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 28 December 2024 18:21:09 -0500 (0:00:00.082) 0:02:00.283 ***** skipping: [managed-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 28 December 2024 18:21:09 -0500 (0:00:00.064) 0:02:00.348 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sda1) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:21:09 -0500 (0:00:00.099) 0:02:00.447 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:21:09 -0500 (0:00:00.145) 0:02:00.593 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:21:09 -0500 (0:00:00.142) 0:02:00.735 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:21:09 -0500 (0:00:00.153) 0:02:00.889 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:21:10 -0500 (0:00:00.264) 0:02:01.153 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:21:10 -0500 (0:00:00.235) 0:02:01.389 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 28 December 2024 18:21:10 -0500 (0:00:00.145) 0:02:01.535 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 28 December 2024 18:21:10 -0500 (0:00:00.266) 0:02:01.801 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node2 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 28 December 2024 18:21:10 -0500 (0:00:00.230) 0:02:02.032 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 28 December 2024 18:21:11 -0500 (0:00:00.064) 0:02:02.096 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 28 December 2024 18:21:11 -0500 (0:00:00.229) 0:02:02.325 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 28 December 2024 18:21:11 -0500 (0:00:00.175) 0:02:02.501 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 28 December 2024 18:21:11 -0500 (0:00:00.137) 0:02:02.638 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 28 December 2024 18:21:11 -0500 (0:00:00.125) 0:02:02.764 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 28 December 2024 18:21:11 -0500 (0:00:00.150) 0:02:02.914 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 28 December 2024 18:21:12 -0500 (0:00:00.192) 0:02:03.107 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 28 December 2024 18:21:12 -0500 (0:00:00.216) 0:02:03.324 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 28 December 2024 18:21:12 -0500 (0:00:00.149) 0:02:03.474 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 28 December 2024 18:21:12 -0500 (0:00:00.052) 0:02:03.526 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 28 December 2024 18:21:12 -0500 (0:00:00.052) 0:02:03.579 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:110 Saturday 28 December 2024 18:21:12 -0500 (0:00:00.223) 0:02:03.802 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.027121", "end": "2024-12-28 18:21:13.150854", "rc": 0, "start": "2024-12-28 18:21:13.123733" } STDOUT: GbxmLH-cAWI-UAk3-RnlH-r72c-j0i5-N53LlK TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:115 Saturday 28 December 2024 18:21:13 -0500 (0:00:00.538) 0:02:04.341 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Add the second disk back to the 'foo' volume group] ********************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:119 Saturday 28 December 2024 18:21:13 -0500 (0:00:00.146) 0:02:04.488 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:21:13 -0500 (0:00:00.236) 0:02:04.724 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:21:13 -0500 (0:00:00.187) 0:02:04.911 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:21:13 -0500 (0:00:00.141) 0:02:05.053 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:21:14 -0500 (0:00:00.391) 0:02:05.445 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:21:14 -0500 (0:00:00.151) 0:02:05.596 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:21:14 -0500 (0:00:00.131) 0:02:05.728 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:21:14 -0500 (0:00:00.125) 0:02:05.853 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:21:14 -0500 (0:00:00.079) 0:02:05.933 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:21:14 -0500 (0:00:00.116) 0:02:06.049 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:21:15 -0500 (0:00:00.163) 0:02:06.212 ***** ok: [managed-node2] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:21:15 -0500 (0:00:00.132) 0:02:06.344 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:21:15 -0500 (0:00:00.122) 0:02:06.467 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:21:15 -0500 (0:00:00.168) 0:02:06.635 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:21:15 -0500 (0:00:00.152) 0:02:06.787 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:21:15 -0500 (0:00:00.175) 0:02:06.963 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:21:16 -0500 (0:00:00.201) 0:02:07.165 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:21:16 -0500 (0:00:00.232) 0:02:07.397 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service not found.\"", "LoadState": "not-found", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:21:17 -0500 (0:00:00.999) 0:02:08.396 ***** changed: [managed-node2] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/foo", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:21:20 -0500 (0:00:03.086) 0:02:11.483 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:21:20 -0500 (0:00:00.156) 0:02:11.640 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:21:21 -0500 (0:00:00.491) 0:02:12.131 ***** ok: [managed-node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:21:21 -0500 (0:00:00.485) 0:02:12.616 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:21:22 -0500 (0:00:00.973) 0:02:13.590 ***** ok: [managed-node2] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:21:22 -0500 (0:00:00.075) 0:02:13.665 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:21:22 -0500 (0:00:00.364) 0:02:14.030 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:21:23 -0500 (0:00:00.136) 0:02:14.166 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:21:23 -0500 (0:00:00.064) 0:02:14.231 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:21:23 -0500 (0:00:00.082) 0:02:14.314 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:21:23 -0500 (0:00:00.083) 0:02:14.398 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:21:23 -0500 (0:00:00.087) 0:02:14.485 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:21:23 -0500 (0:00:00.111) 0:02:14.596 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427940.385886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1735427937.8848495, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 599785677, "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": 1735427937.886002, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "20290828", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:21:23 -0500 (0:00:00.494) 0:02:15.091 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:21:24 -0500 (0:00:00.054) 0:02:15.145 ***** ok: [managed-node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:127 Saturday 28 December 2024 18:21:25 -0500 (0:00:01.067) 0:02:16.213 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 December 2024 18:21:25 -0500 (0:00:00.160) 0:02:16.373 ***** ok: [managed-node2] => { "_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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 December 2024 18:21:25 -0500 (0:00:00.127) 0:02:16.501 ***** skipping: [managed-node2] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 December 2024 18:21:25 -0500 (0:00:00.218) 0:02:16.719 ***** ok: [managed-node2] => { "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": "bgY8HN-8QRl-nb2P-WMFG-OqAH-LHgn-tuDL4k" }, "/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": "Iqkm3m-Tn4H-mT6c-MzUj-mBGY-s9ei-ual5C7" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d34a4578-e79c-4219-88ec-bb1d36b608ae" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 December 2024 18:21:26 -0500 (0:00:00.712) 0:02:17.432 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002970", "end": "2024-12-28 18:21:26.771139", "rc": 0, "start": "2024-12-28 18:21:26.768169" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:04 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=d34a4578-e79c-4219-88ec-bb1d36b608ae / 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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 December 2024 18:21:26 -0500 (0:00:00.526) 0:02:17.958 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003082", "end": "2024-12-28 18:21:27.274232", "failed_when_result": false, "rc": 0, "start": "2024-12-28 18:21:27.271150" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 December 2024 18:21:27 -0500 (0:00:00.510) 0:02:18.469 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node2 => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 28 December 2024 18:21:27 -0500 (0:00:00.192) 0:02:18.661 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 28 December 2024 18:21:27 -0500 (0:00:00.119) 0:02:18.781 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.027542", "end": "2024-12-28 18:21:28.113804", "rc": 0, "start": "2024-12-28 18:21:28.086262" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 28 December 2024 18:21:28 -0500 (0:00:00.499) 0:02:19.280 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 28 December 2024 18:21:28 -0500 (0:00:00.071) 0:02:19.351 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node2 => (item=members) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node2 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 28 December 2024 18:21:28 -0500 (0:00:00.127) 0:02:19.479 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 28 December 2024 18:21:28 -0500 (0:00:00.089) 0:02:19.569 ***** ok: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [managed-node2] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 28 December 2024 18:21:29 -0500 (0:00:00.820) 0:02:20.389 ***** ok: [managed-node2] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 28 December 2024 18:21:29 -0500 (0:00:00.100) 0:02:20.490 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 28 December 2024 18:21:29 -0500 (0:00:00.091) 0:02:20.581 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 28 December 2024 18:21:29 -0500 (0:00:00.230) 0:02:20.811 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 28 December 2024 18:21:29 -0500 (0:00:00.119) 0:02:20.931 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 28 December 2024 18:21:29 -0500 (0:00:00.105) 0:02:21.036 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 28 December 2024 18:21:30 -0500 (0:00:00.069) 0:02:21.106 ***** ok: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [managed-node2] => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 28 December 2024 18:21:30 -0500 (0:00:00.135) 0:02:21.242 ***** ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: True sys:1: DeprecationWarning: builtin type swigvarlink has no __module__ attribute STDERR: OpenSSH_9.9p1, 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.42.35 originally 10.31.42.35 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.42.35 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.42.35 originally 10.31.42.35 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/82fab8ce99' 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.42.35 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 28 December 2024 18:21:30 -0500 (0:00:00.494) 0:02:21.737 ***** skipping: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed-node2] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 28 December 2024 18:21:30 -0500 (0:00:00.123) 0:02:21.860 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 28 December 2024 18:21:30 -0500 (0:00:00.102) 0:02:21.963 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 28 December 2024 18:21:30 -0500 (0:00:00.066) 0:02:22.030 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 28 December 2024 18:21:31 -0500 (0:00:00.068) 0:02:22.098 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 28 December 2024 18:21:31 -0500 (0:00:00.067) 0:02:22.166 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 28 December 2024 18:21:31 -0500 (0:00:00.088) 0:02:22.255 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 28 December 2024 18:21:31 -0500 (0:00:00.066) 0:02:22.321 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 28 December 2024 18:21:31 -0500 (0:00:00.093) 0:02:22.415 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 28 December 2024 18:21:31 -0500 (0:00:00.232) 0:02:22.647 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 28 December 2024 18:21:31 -0500 (0:00:00.084) 0:02:22.732 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 28 December 2024 18:21:31 -0500 (0:00:00.070) 0:02:22.803 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 28 December 2024 18:21:31 -0500 (0:00:00.069) 0:02:22.873 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 28 December 2024 18:21:31 -0500 (0:00:00.072) 0:02:22.945 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node2 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 28 December 2024 18:21:32 -0500 (0:00:00.159) 0:02:23.105 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 28 December 2024 18:21:32 -0500 (0:00:00.039) 0:02:23.145 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node2 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 28 December 2024 18:21:32 -0500 (0:00:00.209) 0:02:23.354 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 28 December 2024 18:21:32 -0500 (0:00:00.052) 0:02:23.407 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 28 December 2024 18:21:32 -0500 (0:00:00.175) 0:02:23.582 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 28 December 2024 18:21:32 -0500 (0:00:00.102) 0:02:23.685 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 28 December 2024 18:21:32 -0500 (0:00:00.153) 0:02:23.839 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sda1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdb1) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:21:32 -0500 (0:00:00.254) 0:02:24.093 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:21:33 -0500 (0:00:00.089) 0:02:24.183 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:21:33 -0500 (0:00:00.141) 0:02:24.325 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:21:33 -0500 (0:00:00.153) 0:02:24.479 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:21:33 -0500 (0:00:00.099) 0:02:24.578 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:21:33 -0500 (0:00:00.086) 0:02:24.664 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:21:33 -0500 (0:00:00.069) 0:02:24.734 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:21:33 -0500 (0:00:00.090) 0:02:24.825 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:21:33 -0500 (0:00:00.090) 0:02:24.915 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:21:33 -0500 (0:00:00.084) 0:02:25.000 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:21:33 -0500 (0:00:00.083) 0:02:25.084 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:21:34 -0500 (0:00:00.086) 0:02:25.170 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 28 December 2024 18:21:34 -0500 (0:00:00.070) 0:02:25.240 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 28 December 2024 18:21:34 -0500 (0:00:00.270) 0:02:25.511 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node2 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 28 December 2024 18:21:34 -0500 (0:00:00.148) 0:02:25.659 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 28 December 2024 18:21:34 -0500 (0:00:00.053) 0:02:25.713 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 28 December 2024 18:21:34 -0500 (0:00:00.135) 0:02:25.848 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 28 December 2024 18:21:34 -0500 (0:00:00.064) 0:02:25.913 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 28 December 2024 18:21:34 -0500 (0:00:00.066) 0:02:25.980 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 28 December 2024 18:21:34 -0500 (0:00:00.071) 0:02:26.051 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 28 December 2024 18:21:35 -0500 (0:00:00.089) 0:02:26.140 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 28 December 2024 18:21:35 -0500 (0:00:00.142) 0:02:26.282 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 28 December 2024 18:21:35 -0500 (0:00:00.142) 0:02:26.425 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 28 December 2024 18:21:35 -0500 (0:00:00.146) 0:02:26.572 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 28 December 2024 18:21:35 -0500 (0:00:00.036) 0:02:26.608 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 28 December 2024 18:21:35 -0500 (0:00:00.052) 0:02:26.660 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:130 Saturday 28 December 2024 18:21:35 -0500 (0:00:00.209) 0:02:26.870 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.024525", "end": "2024-12-28 18:21:36.139747", "rc": 0, "start": "2024-12-28 18:21:36.115222" } STDOUT: GbxmLH-cAWI-UAk3-RnlH-r72c-j0i5-N53LlK TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:135 Saturday 28 December 2024 18:21:36 -0500 (0:00:00.440) 0:02:27.311 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:139 Saturday 28 December 2024 18:21:36 -0500 (0:00:00.071) 0:02:27.383 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:21:36 -0500 (0:00:00.131) 0:02:27.515 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:21:36 -0500 (0:00:00.177) 0:02:27.692 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:21:36 -0500 (0:00:00.137) 0:02:27.830 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:21:36 -0500 (0:00:00.253) 0:02:28.083 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:21:37 -0500 (0:00:00.070) 0:02:28.154 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:21:37 -0500 (0:00:00.069) 0:02:28.223 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:21:37 -0500 (0:00:00.077) 0:02:28.300 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:21:37 -0500 (0:00:00.119) 0:02:28.420 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:21:37 -0500 (0:00:00.285) 0:02:28.705 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:21:37 -0500 (0:00:00.094) 0:02:28.800 ***** ok: [managed-node2] => { "storage_pools": [ { "disks": [ "sdb", "sdc" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:21:37 -0500 (0:00:00.080) 0:02:28.880 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:21:37 -0500 (0:00:00.076) 0:02:28.957 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:21:37 -0500 (0:00:00.068) 0:02:29.025 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:21:37 -0500 (0:00:00.068) 0:02:29.093 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:21:38 -0500 (0:00:00.092) 0:02:29.185 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:21:38 -0500 (0:00:00.118) 0:02:29.304 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:21:38 -0500 (0:00:00.171) 0:02:29.476 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service not found.\"", "LoadState": "not-found", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:21:39 -0500 (0:00:00.931) 0:02:30.407 ***** changed: [managed-node2] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdc1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/foo", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:21:42 -0500 (0:00:03.643) 0:02:34.050 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:21:43 -0500 (0:00:00.164) 0:02:34.215 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:21:43 -0500 (0:00:00.454) 0:02:34.670 ***** ok: [managed-node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:21:44 -0500 (0:00:00.431) 0:02:35.101 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:21:44 -0500 (0:00:00.879) 0:02:35.981 ***** ok: [managed-node2] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdc1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/foo", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:21:45 -0500 (0:00:00.341) 0:02:36.322 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:21:45 -0500 (0:00:00.080) 0:02:36.403 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:21:45 -0500 (0:00:00.068) 0:02:36.471 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:21:45 -0500 (0:00:00.070) 0:02:36.542 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:21:45 -0500 (0:00:00.084) 0:02:36.626 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:21:45 -0500 (0:00:00.099) 0:02:36.726 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:21:45 -0500 (0:00:00.085) 0:02:36.811 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:21:45 -0500 (0:00:00.108) 0:02:36.920 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427940.385886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1735427937.8848495, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 599785677, "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": 1735427937.886002, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "20290828", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:21:46 -0500 (0:00:00.560) 0:02:37.481 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:21:46 -0500 (0:00:00.052) 0:02:37.534 ***** ok: [managed-node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:148 Saturday 28 December 2024 18:21:47 -0500 (0:00:01.117) 0:02:38.652 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 December 2024 18:21:47 -0500 (0:00:00.131) 0:02:38.783 ***** ok: [managed-node2] => { "_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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 December 2024 18:21:47 -0500 (0:00:00.144) 0:02:38.928 ***** skipping: [managed-node2] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 December 2024 18:21:48 -0500 (0:00:00.269) 0:02:39.197 ***** ok: [managed-node2] => { "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": "Iqkm3m-Tn4H-mT6c-MzUj-mBGY-s9ei-ual5C7" }, "/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": "tM22nU-35Bu-GJcg-p6bY-kVl3-q0F3-mZjdOF" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d34a4578-e79c-4219-88ec-bb1d36b608ae" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 December 2024 18:21:48 -0500 (0:00:00.504) 0:02:39.702 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003216", "end": "2024-12-28 18:21:48.993713", "rc": 0, "start": "2024-12-28 18:21:48.990497" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:04 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=d34a4578-e79c-4219-88ec-bb1d36b608ae / 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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 December 2024 18:21:49 -0500 (0:00:00.506) 0:02:40.209 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003120", "end": "2024-12-28 18:21:49.597645", "failed_when_result": false, "rc": 0, "start": "2024-12-28 18:21:49.594525" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 December 2024 18:21:49 -0500 (0:00:00.612) 0:02:40.822 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node2 => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 28 December 2024 18:21:49 -0500 (0:00:00.222) 0:02:41.045 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 28 December 2024 18:21:50 -0500 (0:00:00.120) 0:02:41.165 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.047823", "end": "2024-12-28 18:21:50.547338", "rc": 0, "start": "2024-12-28 18:21:50.499515" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 28 December 2024 18:21:50 -0500 (0:00:00.589) 0:02:41.754 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 28 December 2024 18:21:50 -0500 (0:00:00.197) 0:02:41.952 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node2 => (item=members) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node2 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 28 December 2024 18:21:51 -0500 (0:00:00.254) 0:02:42.207 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 28 December 2024 18:21:51 -0500 (0:00:00.150) 0:02:42.357 ***** ok: [managed-node2] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [managed-node2] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 28 December 2024 18:21:52 -0500 (0:00:00.949) 0:02:43.307 ***** ok: [managed-node2] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 28 December 2024 18:21:52 -0500 (0:00:00.159) 0:02:43.466 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 28 December 2024 18:21:52 -0500 (0:00:00.320) 0:02:43.787 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 28 December 2024 18:21:52 -0500 (0:00:00.147) 0:02:43.935 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 28 December 2024 18:21:52 -0500 (0:00:00.119) 0:02:44.054 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 28 December 2024 18:21:53 -0500 (0:00:00.233) 0:02:44.288 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 28 December 2024 18:21:53 -0500 (0:00:00.181) 0:02:44.469 ***** ok: [managed-node2] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [managed-node2] => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 28 December 2024 18:21:53 -0500 (0:00:00.236) 0:02:44.706 ***** ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: True sys:1: DeprecationWarning: builtin type swigvarlink has no __module__ attribute STDERR: OpenSSH_9.9p1, 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.42.35 originally 10.31.42.35 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.42.35 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.42.35 originally 10.31.42.35 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/82fab8ce99' 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.42.35 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 28 December 2024 18:21:54 -0500 (0:00:00.476) 0:02:45.183 ***** skipping: [managed-node2] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [managed-node2] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 28 December 2024 18:21:54 -0500 (0:00:00.153) 0:02:45.336 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 28 December 2024 18:21:54 -0500 (0:00:00.145) 0:02:45.481 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 28 December 2024 18:21:54 -0500 (0:00:00.075) 0:02:45.557 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 28 December 2024 18:21:54 -0500 (0:00:00.089) 0:02:45.647 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 28 December 2024 18:21:54 -0500 (0:00:00.068) 0:02:45.715 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 28 December 2024 18:21:54 -0500 (0:00:00.093) 0:02:45.808 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 28 December 2024 18:21:54 -0500 (0:00:00.131) 0:02:45.940 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 28 December 2024 18:21:55 -0500 (0:00:00.280) 0:02:46.221 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 28 December 2024 18:21:55 -0500 (0:00:00.114) 0:02:46.336 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 28 December 2024 18:21:55 -0500 (0:00:00.143) 0:02:46.480 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 28 December 2024 18:21:55 -0500 (0:00:00.131) 0:02:46.611 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 28 December 2024 18:21:55 -0500 (0:00:00.188) 0:02:46.800 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 28 December 2024 18:21:55 -0500 (0:00:00.152) 0:02:46.952 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node2 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 28 December 2024 18:21:56 -0500 (0:00:00.195) 0:02:47.148 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 28 December 2024 18:21:56 -0500 (0:00:00.063) 0:02:47.212 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node2 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 28 December 2024 18:21:56 -0500 (0:00:00.236) 0:02:47.449 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 28 December 2024 18:21:56 -0500 (0:00:00.080) 0:02:47.529 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 28 December 2024 18:21:56 -0500 (0:00:00.327) 0:02:47.856 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 28 December 2024 18:21:57 -0500 (0:00:00.240) 0:02:48.097 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 28 December 2024 18:21:57 -0500 (0:00:00.380) 0:02:48.478 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdb1) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sdc1) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:21:57 -0500 (0:00:00.447) 0:02:48.925 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:21:58 -0500 (0:00:00.186) 0:02:49.112 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:21:58 -0500 (0:00:00.236) 0:02:49.349 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:21:58 -0500 (0:00:00.201) 0:02:49.551 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:21:58 -0500 (0:00:00.253) 0:02:49.804 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:21:58 -0500 (0:00:00.233) 0:02:50.038 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:21:59 -0500 (0:00:00.160) 0:02:50.198 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:21:59 -0500 (0:00:00.215) 0:02:50.414 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:21:59 -0500 (0:00:00.212) 0:02:50.627 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:21:59 -0500 (0:00:00.275) 0:02:50.902 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:22:00 -0500 (0:00:00.279) 0:02:51.181 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:22:00 -0500 (0:00:00.183) 0:02:51.365 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 28 December 2024 18:22:00 -0500 (0:00:00.314) 0:02:51.679 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 28 December 2024 18:22:00 -0500 (0:00:00.125) 0:02:51.805 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node2 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 28 December 2024 18:22:00 -0500 (0:00:00.200) 0:02:52.005 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 28 December 2024 18:22:00 -0500 (0:00:00.062) 0:02:52.068 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 28 December 2024 18:22:01 -0500 (0:00:00.279) 0:02:52.347 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 28 December 2024 18:22:01 -0500 (0:00:00.125) 0:02:52.472 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 28 December 2024 18:22:01 -0500 (0:00:00.133) 0:02:52.606 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 28 December 2024 18:22:01 -0500 (0:00:00.121) 0:02:52.727 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 28 December 2024 18:22:01 -0500 (0:00:00.117) 0:02:52.845 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 28 December 2024 18:22:01 -0500 (0:00:00.121) 0:02:52.967 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 28 December 2024 18:22:01 -0500 (0:00:00.122) 0:02:53.089 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 28 December 2024 18:22:02 -0500 (0:00:00.139) 0:02:53.228 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 28 December 2024 18:22:02 -0500 (0:00:00.054) 0:02:53.282 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 28 December 2024 18:22:02 -0500 (0:00:00.123) 0:02:53.406 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:151 Saturday 28 December 2024 18:22:02 -0500 (0:00:00.120) 0:02:53.526 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.027787", "end": "2024-12-28 18:22:02.805515", "rc": 0, "start": "2024-12-28 18:22:02.777728" } STDOUT: GbxmLH-cAWI-UAk3-RnlH-r72c-j0i5-N53LlK TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:156 Saturday 28 December 2024 18:22:02 -0500 (0:00:00.463) 0:02:53.990 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Create volume group 'foo' with 3 encrypted PVs] ************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:160 Saturday 28 December 2024 18:22:03 -0500 (0:00:00.117) 0:02:54.107 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:22:03 -0500 (0:00:00.222) 0:02:54.330 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:22:03 -0500 (0:00:00.102) 0:02:54.432 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:22:03 -0500 (0:00:00.089) 0:02:54.521 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:22:03 -0500 (0:00:00.187) 0:02:54.708 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:22:03 -0500 (0:00:00.068) 0:02:54.777 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:22:03 -0500 (0:00:00.067) 0:02:54.845 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:22:03 -0500 (0:00:00.081) 0:02:54.926 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:22:03 -0500 (0:00:00.120) 0:02:55.046 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:22:04 -0500 (0:00:00.343) 0:02:55.390 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:22:04 -0500 (0:00:00.116) 0:02:55.506 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:22:04 -0500 (0:00:00.126) 0:02:55.632 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:22:04 -0500 (0:00:00.158) 0:02:55.791 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:22:04 -0500 (0:00:00.179) 0:02:55.970 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:22:05 -0500 (0:00:00.177) 0:02:56.148 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:22:05 -0500 (0:00:00.113) 0:02:56.261 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:22:05 -0500 (0:00:00.084) 0:02:56.345 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:22:05 -0500 (0:00:00.120) 0:02:56.466 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service not found.\"", "LoadState": "not-found", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:22:06 -0500 (0:00:00.837) 0:02:57.303 ***** changed: [managed-node2] => { "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-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "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-170c5d46-1c0c-4593-90b5-cef493ad51a9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-170c5d46-1c0c-4593-90b5-cef493ad51a9", "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-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "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-2026b137-9b84-44e7-8e22-2296223e234c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-2026b137-9b84-44e7-8e22-2296223e234c", "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-a9af2501-643a-472a-9d21-19d1ad607b83", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-a9af2501-643a-472a-9d21-19d1ad607b83", "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-ebb20db4-7481-4051-903b-690ce0fc9348", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ebb20db4-7481-4051-903b-690ce0fc9348", "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-5dc69168-3118-4bd8-bf9e-7f2da6372237", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-5dc69168-3118-4bd8-bf9e-7f2da6372237", "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-5d0f7e47-94f6-4577-8030-59e634e8a224", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-5d0f7e47-94f6-4577-8030-59e634e8a224", "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-afb926d2-34b0-4558-8986-b98a6dc0ed43", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-170c5d46-1c0c-4593-90b5-cef493ad51a9", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-2026b137-9b84-44e7-8e22-2296223e234c", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-a9af2501-643a-472a-9d21-19d1ad607b83", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-ebb20db4-7481-4051-903b-690ce0fc9348", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-5dc69168-3118-4bd8-bf9e-7f2da6372237", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-5d0f7e47-94f6-4577-8030-59e634e8a224", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:23:46 -0500 (0:01:40.165) 0:04:37.468 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:23:46 -0500 (0:00:00.155) 0:04:37.624 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:23:47 -0500 (0:00:00.597) 0:04:38.222 ***** ok: [managed-node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:23:47 -0500 (0:00:00.493) 0:04:38.715 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:23:48 -0500 (0:00:01.181) 0:04:39.897 ***** ok: [managed-node2] => { "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-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "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-170c5d46-1c0c-4593-90b5-cef493ad51a9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-170c5d46-1c0c-4593-90b5-cef493ad51a9", "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-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "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-2026b137-9b84-44e7-8e22-2296223e234c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-2026b137-9b84-44e7-8e22-2296223e234c", "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-a9af2501-643a-472a-9d21-19d1ad607b83", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-a9af2501-643a-472a-9d21-19d1ad607b83", "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-ebb20db4-7481-4051-903b-690ce0fc9348", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ebb20db4-7481-4051-903b-690ce0fc9348", "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-5dc69168-3118-4bd8-bf9e-7f2da6372237", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-5dc69168-3118-4bd8-bf9e-7f2da6372237", "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-5d0f7e47-94f6-4577-8030-59e634e8a224", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-5d0f7e47-94f6-4577-8030-59e634e8a224", "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-afb926d2-34b0-4558-8986-b98a6dc0ed43", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-170c5d46-1c0c-4593-90b5-cef493ad51a9", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-2026b137-9b84-44e7-8e22-2296223e234c", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-a9af2501-643a-472a-9d21-19d1ad607b83", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-ebb20db4-7481-4051-903b-690ce0fc9348", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-5dc69168-3118-4bd8-bf9e-7f2da6372237", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-5d0f7e47-94f6-4577-8030-59e634e8a224", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:23:48 -0500 (0:00:00.190) 0:04:40.088 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:23:49 -0500 (0:00:00.122) 0:04:40.210 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:23:49 -0500 (0:00:00.117) 0:04:40.328 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:23:49 -0500 (0:00:00.081) 0:04:40.410 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:23:49 -0500 (0:00:00.113) 0:04:40.524 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:23:49 -0500 (0:00:00.083) 0:04:40.607 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:23:49 -0500 (0:00:00.089) 0:04:40.697 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:23:49 -0500 (0:00:00.125) 0:04:40.822 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427940.385886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1735427937.8848495, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 599785677, "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": 1735427937.886002, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "20290828", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:23:50 -0500 (0:00:00.582) 0:04:41.405 ***** changed: [managed-node2] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-5c030bfb-9d68-4f1e-b8bc-61d98e64120b', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-170c5d46-1c0c-4593-90b5-cef493ad51a9', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-170c5d46-1c0c-4593-90b5-cef493ad51a9", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-2026b137-9b84-44e7-8e22-2296223e234c', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-2026b137-9b84-44e7-8e22-2296223e234c", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sde1', 'name': 'luks-a9af2501-643a-472a-9d21-19d1ad607b83', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-a9af2501-643a-472a-9d21-19d1ad607b83", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-ebb20db4-7481-4051-903b-690ce0fc9348', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-ebb20db4-7481-4051-903b-690ce0fc9348", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-5dc69168-3118-4bd8-bf9e-7f2da6372237', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-5dc69168-3118-4bd8-bf9e-7f2da6372237", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-5d0f7e47-94f6-4577-8030-59e634e8a224', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-5d0f7e47-94f6-4577-8030-59e634e8a224", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sda1', 'name': 'luks-afb926d2-34b0-4558-8986-b98a6dc0ed43', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:23:54 -0500 (0:00:04.077) 0:04:45.483 ***** ok: [managed-node2] TASK [Save UUID of the created volume group] *********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:171 Saturday 28 December 2024 18:23:55 -0500 (0:00:01.220) 0:04:46.703 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026158", "end": "2024-12-28 18:23:56.085467", "rc": 0, "start": "2024-12-28 18:23:56.059309" } STDOUT: jrgqme-2GuU-T3Qf-25e7-9sdu-qUY8-he7hXA TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:176 Saturday 28 December 2024 18:23:56 -0500 (0:00:00.622) 0:04:47.325 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:23:56 -0500 (0:00:00.471) 0:04:47.797 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:23:56 -0500 (0:00:00.163) 0:04:47.961 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:23:57 -0500 (0:00:00.149) 0:04:48.111 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:23:57 -0500 (0:00:00.496) 0:04:48.607 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:23:57 -0500 (0:00:00.170) 0:04:48.778 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:23:57 -0500 (0:00:00.178) 0:04:48.957 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:23:58 -0500 (0:00:00.154) 0:04:49.111 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:23:58 -0500 (0:00:00.128) 0:04:49.240 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:23:58 -0500 (0:00:00.167) 0:04:49.408 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:23:58 -0500 (0:00:00.223) 0:04:49.632 ***** ok: [managed-node2] => { "storage_pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:23:58 -0500 (0:00:00.371) 0:04:50.003 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:23:59 -0500 (0:00:00.141) 0:04:50.145 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:23:59 -0500 (0:00:00.122) 0:04:50.267 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:23:59 -0500 (0:00:00.115) 0:04:50.382 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:23:59 -0500 (0:00:00.157) 0:04:50.540 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:23:59 -0500 (0:00:00.125) 0:04:50.665 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:23:59 -0500 (0:00:00.182) 0:04:50.847 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service not found.\"", "LoadState": "not-found", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:24:00 -0500 (0:00:01.109) 0:04:51.957 ***** changed: [managed-node2] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-5d0f7e47-94f6-4577-8030-59e634e8a224", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-5d0f7e47-94f6-4577-8030-59e634e8a224", "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-5dc69168-3118-4bd8-bf9e-7f2da6372237", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-5dc69168-3118-4bd8-bf9e-7f2da6372237", "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-ebb20db4-7481-4051-903b-690ce0fc9348", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ebb20db4-7481-4051-903b-690ce0fc9348", "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-a9af2501-643a-472a-9d21-19d1ad607b83", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-a9af2501-643a-472a-9d21-19d1ad607b83", "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-2026b137-9b84-44e7-8e22-2296223e234c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-2026b137-9b84-44e7-8e22-2296223e234c", "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-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "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-170c5d46-1c0c-4593-90b5-cef493ad51a9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-170c5d46-1c0c-4593-90b5-cef493ad51a9", "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-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "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-5d0f7e47-94f6-4577-8030-59e634e8a224", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-5dc69168-3118-4bd8-bf9e-7f2da6372237", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-ebb20db4-7481-4051-903b-690ce0fc9348", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-a9af2501-643a-472a-9d21-19d1ad607b83", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-2026b137-9b84-44e7-8e22-2296223e234c", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-170c5d46-1c0c-4593-90b5-cef493ad51a9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:24:09 -0500 (0:00:09.012) 0:05:00.970 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:24:10 -0500 (0:00:00.200) 0:05:01.171 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:24:10 -0500 (0:00:00.541) 0:05:01.713 ***** ok: [managed-node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:24:11 -0500 (0:00:00.430) 0:05:02.143 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:24:11 -0500 (0:00:00.827) 0:05:02.971 ***** ok: [managed-node2] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-5d0f7e47-94f6-4577-8030-59e634e8a224", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-5d0f7e47-94f6-4577-8030-59e634e8a224", "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-5dc69168-3118-4bd8-bf9e-7f2da6372237", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-5dc69168-3118-4bd8-bf9e-7f2da6372237", "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-ebb20db4-7481-4051-903b-690ce0fc9348", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ebb20db4-7481-4051-903b-690ce0fc9348", "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-a9af2501-643a-472a-9d21-19d1ad607b83", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-a9af2501-643a-472a-9d21-19d1ad607b83", "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-2026b137-9b84-44e7-8e22-2296223e234c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-2026b137-9b84-44e7-8e22-2296223e234c", "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-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "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-170c5d46-1c0c-4593-90b5-cef493ad51a9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-170c5d46-1c0c-4593-90b5-cef493ad51a9", "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-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "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-5d0f7e47-94f6-4577-8030-59e634e8a224", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-5dc69168-3118-4bd8-bf9e-7f2da6372237", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-ebb20db4-7481-4051-903b-690ce0fc9348", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-a9af2501-643a-472a-9d21-19d1ad607b83", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-2026b137-9b84-44e7-8e22-2296223e234c", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-170c5d46-1c0c-4593-90b5-cef493ad51a9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:24:12 -0500 (0:00:00.191) 0:05:03.162 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:24:12 -0500 (0:00:00.289) 0:05:03.452 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:24:12 -0500 (0:00:00.129) 0:05:03.581 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:24:12 -0500 (0:00:00.092) 0:05:03.674 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:24:12 -0500 (0:00:00.122) 0:05:03.796 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:24:12 -0500 (0:00:00.073) 0:05:03.870 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:24:12 -0500 (0:00:00.066) 0:05:03.936 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:24:12 -0500 (0:00:00.076) 0:05:04.013 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735428234.2783291, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d06722f11c5703c870df1d1eb514865d23e26a74", "ctime": 1735428234.277155, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 218104022, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1735428234.27833, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "506425641", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:24:13 -0500 (0:00:00.440) 0:05:04.453 ***** changed: [managed-node2] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-5d0f7e47-94f6-4577-8030-59e634e8a224', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-5d0f7e47-94f6-4577-8030-59e634e8a224", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-5dc69168-3118-4bd8-bf9e-7f2da6372237', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-5dc69168-3118-4bd8-bf9e-7f2da6372237", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-ebb20db4-7481-4051-903b-690ce0fc9348', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-ebb20db4-7481-4051-903b-690ce0fc9348", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sde1', 'name': 'luks-a9af2501-643a-472a-9d21-19d1ad607b83', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-a9af2501-643a-472a-9d21-19d1ad607b83", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-2026b137-9b84-44e7-8e22-2296223e234c', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-2026b137-9b84-44e7-8e22-2296223e234c", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-3597cb15-29fb-4c26-b6f5-8eea9c2f30d8", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-170c5d46-1c0c-4593-90b5-cef493ad51a9', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-170c5d46-1c0c-4593-90b5-cef493ad51a9", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-5c030bfb-9d68-4f1e-b8bc-61d98e64120b', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-5c030bfb-9d68-4f1e-b8bc-61d98e64120b", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:24:16 -0500 (0:00:03.604) 0:05:08.058 ***** ok: [managed-node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:186 Saturday 28 December 2024 18:24:18 -0500 (0:00:01.081) 0:05:09.140 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 December 2024 18:24:18 -0500 (0:00:00.254) 0:05:09.394 ***** ok: [managed-node2] => { "_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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 December 2024 18:24:18 -0500 (0:00:00.231) 0:05:09.626 ***** skipping: [managed-node2] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 December 2024 18:24:18 -0500 (0:00:00.345) 0:05:09.972 ***** ok: [managed-node2] => { "changed": false, "info": { "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "size": "10G", "type": "crypt", "uuid": "oiV6he-7r2z-pjp3-IKaG-duat-Zh8K-U7bTIB" }, "/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": "afb926d2-34b0-4558-8986-b98a6dc0ed43" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d34a4578-e79c-4219-88ec-bb1d36b608ae" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 December 2024 18:24:19 -0500 (0:00:00.522) 0:05:10.494 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002953", "end": "2024-12-28 18:24:19.780021", "rc": 0, "start": "2024-12-28 18:24:19.777068" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:04 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=d34a4578-e79c-4219-88ec-bb1d36b608ae / 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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 December 2024 18:24:19 -0500 (0:00:00.492) 0:05:10.986 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002897", "end": "2024-12-28 18:24:20.344367", "failed_when_result": false, "rc": 0, "start": "2024-12-28 18:24:20.341470" } STDOUT: luks-afb926d2-34b0-4558-8986-b98a6dc0ed43 /dev/sda1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 December 2024 18:24:20 -0500 (0:00:00.560) 0:05:11.546 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node2 => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 28 December 2024 18:24:20 -0500 (0:00:00.200) 0:05:11.747 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 28 December 2024 18:24:20 -0500 (0:00:00.175) 0:05:11.923 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.027801", "end": "2024-12-28 18:24:21.307573", "rc": 0, "start": "2024-12-28 18:24:21.279772" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 28 December 2024 18:24:21 -0500 (0:00:00.589) 0:05:12.512 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 28 December 2024 18:24:21 -0500 (0:00:00.159) 0:05:12.671 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node2 => (item=members) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node2 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 28 December 2024 18:24:21 -0500 (0:00:00.275) 0:05:12.946 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 28 December 2024 18:24:22 -0500 (0:00:00.215) 0:05:13.162 ***** ok: [managed-node2] => (item=/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "pv": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 28 December 2024 18:24:22 -0500 (0:00:00.518) 0:05:13.681 ***** ok: [managed-node2] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 28 December 2024 18:24:22 -0500 (0:00:00.194) 0:05:13.875 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 28 December 2024 18:24:23 -0500 (0:00:00.349) 0:05:14.225 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 28 December 2024 18:24:23 -0500 (0:00:00.150) 0:05:14.376 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 28 December 2024 18:24:23 -0500 (0:00:00.151) 0:05:14.527 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 28 December 2024 18:24:23 -0500 (0:00:00.133) 0:05:14.661 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 28 December 2024 18:24:23 -0500 (0:00:00.202) 0:05:14.863 ***** ok: [managed-node2] => (item=/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 28 December 2024 18:24:23 -0500 (0:00:00.157) 0:05:15.021 ***** ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: True sys:1: DeprecationWarning: builtin type swigvarlink has no __module__ attribute STDERR: OpenSSH_9.9p1, 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.42.35 originally 10.31.42.35 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.42.35 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.42.35 originally 10.31.42.35 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/82fab8ce99' 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.42.35 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 28 December 2024 18:24:24 -0500 (0:00:00.528) 0:05:15.549 ***** skipping: [managed-node2] => (item=/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 28 December 2024 18:24:24 -0500 (0:00:00.195) 0:05:15.745 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 28 December 2024 18:24:24 -0500 (0:00:00.288) 0:05:16.033 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 28 December 2024 18:24:25 -0500 (0:00:00.145) 0:05:16.179 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 28 December 2024 18:24:25 -0500 (0:00:00.195) 0:05:16.374 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 28 December 2024 18:24:25 -0500 (0:00:00.209) 0:05:16.584 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 28 December 2024 18:24:25 -0500 (0:00:00.144) 0:05:16.728 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 28 December 2024 18:24:25 -0500 (0:00:00.189) 0:05:16.917 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 28 December 2024 18:24:26 -0500 (0:00:00.444) 0:05:17.362 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 28 December 2024 18:24:26 -0500 (0:00:00.167) 0:05:17.530 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 28 December 2024 18:24:26 -0500 (0:00:00.147) 0:05:17.677 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 28 December 2024 18:24:26 -0500 (0:00:00.144) 0:05:17.822 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 28 December 2024 18:24:26 -0500 (0:00:00.120) 0:05:17.942 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 28 December 2024 18:24:27 -0500 (0:00:00.161) 0:05:18.103 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node2 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 28 December 2024 18:24:27 -0500 (0:00:00.175) 0:05:18.279 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 28 December 2024 18:24:27 -0500 (0:00:00.053) 0:05:18.332 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node2 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 28 December 2024 18:24:27 -0500 (0:00:00.174) 0:05:18.507 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 28 December 2024 18:24:27 -0500 (0:00:00.052) 0:05:18.560 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 28 December 2024 18:24:27 -0500 (0:00:00.192) 0:05:18.753 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 28 December 2024 18:24:27 -0500 (0:00:00.237) 0:05:18.990 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node2 => (item=/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43) TASK [Get the backing device path] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 28 December 2024 18:24:28 -0500 (0:00:00.362) 0:05:19.353 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/afb926d2-34b0-4558-8986-b98a6dc0ed43" ], "delta": "0:00:00.003398", "end": "2024-12-28 18:24:28.672337", "rc": 0, "start": "2024-12-28 18:24:28.668939" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 28 December 2024 18:24:28 -0500 (0:00:00.508) 0:05:19.861 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 28 December 2024 18:24:29 -0500 (0:00:00.819) 0:05:20.681 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.006753", "end": "2024-12-28 18:24:29.976257", "rc": 0, "start": "2024-12-28 18:24:29.969504" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: afb926d2-34b0-4558-8986-b98a6dc0ed43 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: 12 Memory: 296572 Threads: 2 Salt: 16 94 56 a3 e9 6c f1 75 9c 53 2d f9 e6 45 ba 08 e4 08 be 8f 92 d3 6d 01 3c fe 0b 1d 60 c0 35 89 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 104690 Salt: 44 28 f7 64 35 f5 65 04 a2 b8 19 8f 3c 79 b9 07 71 7c 9a e8 1c 45 65 66 a9 ab eb 0f b7 91 4d d7 Digest: 86 7a e7 a7 7a e4 e6 00 31 b9 2f a7 af ab a0 81 e5 c4 58 b8 00 16 da 86 ad 29 35 46 d9 5b 29 e3 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 28 December 2024 18:24:30 -0500 (0:00:00.489) 0:05:21.171 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 28 December 2024 18:24:30 -0500 (0:00:00.194) 0:05:21.365 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 28 December 2024 18:24:30 -0500 (0:00:00.124) 0:05:21.490 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 28 December 2024 18:24:30 -0500 (0:00:00.120) 0:05:21.610 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:24:30 -0500 (0:00:00.176) 0:05:21.786 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-afb926d2-34b0-4558-8986-b98a6dc0ed43 /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:24:30 -0500 (0:00:00.181) 0:05:21.970 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:24:31 -0500 (0:00:00.219) 0:05:22.189 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:24:31 -0500 (0:00:00.283) 0:05:22.473 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:24:31 -0500 (0:00:00.156) 0:05:22.630 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:24:31 -0500 (0:00:00.360) 0:05:22.991 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 28 December 2024 18:24:32 -0500 (0:00:00.155) 0:05:23.147 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 28 December 2024 18:24:32 -0500 (0:00:00.150) 0:05:23.297 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node2 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 28 December 2024 18:24:32 -0500 (0:00:00.214) 0:05:23.511 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 28 December 2024 18:24:32 -0500 (0:00:00.036) 0:05:23.548 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 28 December 2024 18:24:32 -0500 (0:00:00.171) 0:05:23.719 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 28 December 2024 18:24:32 -0500 (0:00:00.077) 0:05:23.796 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 28 December 2024 18:24:32 -0500 (0:00:00.066) 0:05:23.863 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 28 December 2024 18:24:32 -0500 (0:00:00.065) 0:05:23.928 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 28 December 2024 18:24:32 -0500 (0:00:00.091) 0:05:24.019 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 28 December 2024 18:24:33 -0500 (0:00:00.095) 0:05:24.115 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 28 December 2024 18:24:33 -0500 (0:00:00.132) 0:05:24.248 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 28 December 2024 18:24:33 -0500 (0:00:00.122) 0:05:24.371 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 28 December 2024 18:24:33 -0500 (0:00:00.184) 0:05:24.555 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 28 December 2024 18:24:33 -0500 (0:00:00.051) 0:05:24.607 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:189 Saturday 28 December 2024 18:24:33 -0500 (0:00:00.166) 0:05:24.773 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.030122", "end": "2024-12-28 18:24:34.085241", "rc": 0, "start": "2024-12-28 18:24:34.055119" } STDOUT: jrgqme-2GuU-T3Qf-25e7-9sdu-qUY8-he7hXA TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:194 Saturday 28 December 2024 18:24:34 -0500 (0:00:00.500) 0:05:25.274 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Add the disks back to the 'foo' volume group] **************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:198 Saturday 28 December 2024 18:24:34 -0500 (0:00:00.130) 0:05:25.405 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:24:34 -0500 (0:00:00.335) 0:05:25.740 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:24:34 -0500 (0:00:00.155) 0:05:25.896 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:24:34 -0500 (0:00:00.196) 0:05:26.093 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:24:35 -0500 (0:00:00.361) 0:05:26.455 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:24:35 -0500 (0:00:00.091) 0:05:26.546 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:24:35 -0500 (0:00:00.151) 0:05:26.698 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:24:35 -0500 (0:00:00.152) 0:05:26.851 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:24:36 -0500 (0:00:00.397) 0:05:27.249 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:24:36 -0500 (0:00:00.190) 0:05:27.439 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:24:36 -0500 (0:00:00.120) 0:05:27.559 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:24:36 -0500 (0:00:00.228) 0:05:27.787 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:24:36 -0500 (0:00:00.192) 0:05:27.980 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:24:37 -0500 (0:00:00.173) 0:05:28.153 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:24:37 -0500 (0:00:00.186) 0:05:28.340 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:24:37 -0500 (0:00:00.129) 0:05:28.470 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:24:37 -0500 (0:00:00.190) 0:05:28.661 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:24:37 -0500 (0:00:00.268) 0:05:28.929 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service not found.\"", "LoadState": "not-found", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:24:38 -0500 (0:00:00.930) 0:05:29.859 ***** changed: [managed-node2] => { "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-9edf4a4c-19c0-418d-9408-4ba26e56c404", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "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-481b4862-ca4f-4364-85fb-8b9a4345e201", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "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-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "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-a10252b1-2f11-4928-8bbd-2ede74a4593f", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "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-95b422c6-43d6-4805-8106-c562e62d180b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b", "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-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "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-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "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-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-95b422c6-43d6-4805-8106-c562e62d180b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:26:05 -0500 (0:01:27.082) 0:06:56.942 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:26:05 -0500 (0:00:00.139) 0:06:57.081 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:26:06 -0500 (0:00:00.577) 0:06:57.659 ***** ok: [managed-node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:26:06 -0500 (0:00:00.433) 0:06:58.092 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:26:07 -0500 (0:00:00.896) 0:06:58.988 ***** ok: [managed-node2] => { "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-9edf4a4c-19c0-418d-9408-4ba26e56c404", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "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-481b4862-ca4f-4364-85fb-8b9a4345e201", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "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-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "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-a10252b1-2f11-4928-8bbd-2ede74a4593f", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "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-95b422c6-43d6-4805-8106-c562e62d180b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b", "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-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "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-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "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-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-95b422c6-43d6-4805-8106-c562e62d180b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:26:07 -0500 (0:00:00.087) 0:06:59.076 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:26:08 -0500 (0:00:00.074) 0:06:59.150 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:26:08 -0500 (0:00:00.071) 0:06:59.222 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:26:08 -0500 (0:00:00.058) 0:06:59.281 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:26:08 -0500 (0:00:00.071) 0:06:59.352 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:26:08 -0500 (0:00:00.061) 0:06:59.414 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:26:08 -0500 (0:00:00.066) 0:06:59.480 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:26:08 -0500 (0:00:00.069) 0:06:59.550 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735428260.3425336, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e6476f46aee92c31fea9d1d4e40c6e94da121c7a", "ctime": 1735428256.8764832, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 352321758, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1735428256.8764305, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 54, "uid": 0, "version": "3495305659", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:26:08 -0500 (0:00:00.435) 0:06:59.985 ***** changed: [managed-node2] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-9edf4a4c-19c0-418d-9408-4ba26e56c404', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-481b4862-ca4f-4364-85fb-8b9a4345e201', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-a10252b1-2f11-4928-8bbd-2ede74a4593f', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sde1', 'name': 'luks-95b422c6-43d6-4805-8106-c562e62d180b', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-95b422c6-43d6-4805-8106-c562e62d180b", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "password": "-", "state": "present" } } MSG: line added changed: [managed-node2] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:26:12 -0500 (0:00:03.331) 0:07:03.316 ***** ok: [managed-node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:208 Saturday 28 December 2024 18:26:13 -0500 (0:00:01.008) 0:07:04.324 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 December 2024 18:26:13 -0500 (0:00:00.316) 0:07:04.641 ***** ok: [managed-node2] => { "_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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 December 2024 18:26:13 -0500 (0:00:00.173) 0:07:04.814 ***** skipping: [managed-node2] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 December 2024 18:26:13 -0500 (0:00:00.155) 0:07:04.969 ***** ok: [managed-node2] => { "changed": false, "info": { "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "size": "10G", "type": "crypt", "uuid": "uPK3R6-crS3-wVK8-TCVC-qqoF-J3Hc-vCO8TS" }, "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "size": "1024G", "type": "crypt", "uuid": "pGrQBX-nBhG-ZAfW-apIS-2KLp-uoeT-eMzjVX" }, "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b", "size": "1024G", "type": "crypt", "uuid": "rYGp1K-cohS-VWVw-1eCb-AtNr-ZCwe-Id4lku" }, "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "size": "10G", "type": "crypt", "uuid": "YOKOcb-QvZ2-kLdG-dS4P-XOU1-70Ji-28Gxxr" }, "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "size": "10G", "type": "crypt", "uuid": "C2y1Fc-4642-4dcj-QfFv-fzO5-wQfV-3eGi1P" }, "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "size": "10G", "type": "crypt", "uuid": "oiV6he-7r2z-pjp3-IKaG-duat-Zh8K-U7bTIB" }, "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "size": "1024G", "type": "crypt", "uuid": "sSV110-v6v5-gTGn-O902-jO2d-MUJt-EvgGhF" }, "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "size": "10G", "type": "crypt", "uuid": "UiaZOO-edXE-RKOA-ulbe-tJO6-cNYF-dB8FVu" }, "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "size": "10G", "type": "crypt", "uuid": "mnhWs4-Cple-X1M7-pfwM-3x2Y-vSti-TIglkc" }, "/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": "afb926d2-34b0-4558-8986-b98a6dc0ed43" }, "/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": "f0ddbee4-ad25-4dcf-9a81-f1e5329288e9" }, "/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": "e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6" }, "/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": "ca371ea9-53a2-4eb5-8f9e-c6248776681c" }, "/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": "95b422c6-43d6-4805-8106-c562e62d180b" }, "/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": "a10252b1-2f11-4928-8bbd-2ede74a4593f" }, "/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": "778d764b-6a49-4af2-99f5-55e21b7fa7d2" }, "/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": "481b4862-ca4f-4364-85fb-8b9a4345e201" }, "/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": "9edf4a4c-19c0-418d-9408-4ba26e56c404" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d34a4578-e79c-4219-88ec-bb1d36b608ae" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 December 2024 18:26:14 -0500 (0:00:00.495) 0:07:05.464 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003524", "end": "2024-12-28 18:26:14.752641", "rc": 0, "start": "2024-12-28 18:26:14.749117" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:04 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=d34a4578-e79c-4219-88ec-bb1d36b608ae / 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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 December 2024 18:26:14 -0500 (0:00:00.476) 0:07:05.941 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003588", "end": "2024-12-28 18:26:15.226315", "failed_when_result": false, "rc": 0, "start": "2024-12-28 18:26:15.222727" } STDOUT: luks-afb926d2-34b0-4558-8986-b98a6dc0ed43 /dev/sda1 - luks-9edf4a4c-19c0-418d-9408-4ba26e56c404 /dev/sdi1 - luks-481b4862-ca4f-4364-85fb-8b9a4345e201 /dev/sdh1 - luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2 /dev/sdg1 - luks-a10252b1-2f11-4928-8bbd-2ede74a4593f /dev/sdf1 - luks-95b422c6-43d6-4805-8106-c562e62d180b /dev/sde1 - luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c /dev/sdd1 - luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6 /dev/sdc1 - luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9 /dev/sdb1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 December 2024 18:26:15 -0500 (0:00:00.479) 0:07:06.421 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node2 => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 28 December 2024 18:26:15 -0500 (0:00:00.211) 0:07:06.632 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 28 December 2024 18:26:15 -0500 (0:00:00.147) 0:07:06.779 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.033595", "end": "2024-12-28 18:26:16.110536", "rc": 0, "start": "2024-12-28 18:26:16.076941" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 28 December 2024 18:26:16 -0500 (0:00:00.526) 0:07:07.305 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 28 December 2024 18:26:16 -0500 (0:00:00.128) 0:07:07.434 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node2 => (item=members) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node2 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 28 December 2024 18:26:16 -0500 (0:00:00.438) 0:07:07.872 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b", "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 28 December 2024 18:26:16 -0500 (0:00:00.170) 0:07:08.043 ***** ok: [managed-node2] => (item=/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "pv": "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201" } ok: [managed-node2] => (item=/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "pv": "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2" } ok: [managed-node2] => (item=/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b", "pv": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b" } ok: [managed-node2] => (item=/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "pv": "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404" } ok: [managed-node2] => (item=/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "pv": "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f" } ok: [managed-node2] => (item=/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "pv": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43" } ok: [managed-node2] => (item=/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "pv": "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c" } ok: [managed-node2] => (item=/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "pv": "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6" } ok: [managed-node2] => (item=/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "pv": "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 28 December 2024 18:26:20 -0500 (0:00:03.500) 0:07:11.543 ***** ok: [managed-node2] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 28 December 2024 18:26:20 -0500 (0:00:00.101) 0:07:11.644 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b", "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 28 December 2024 18:26:20 -0500 (0:00:00.095) 0:07:11.740 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 28 December 2024 18:26:20 -0500 (0:00:00.110) 0:07:11.851 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 28 December 2024 18:26:20 -0500 (0:00:00.126) 0:07:11.977 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 28 December 2024 18:26:21 -0500 (0:00:00.147) 0:07:12.124 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 28 December 2024 18:26:21 -0500 (0:00:00.118) 0:07:12.243 ***** ok: [managed-node2] => (item=/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6" } MSG: All assertions passed ok: [managed-node2] => (item=/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 28 December 2024 18:26:21 -0500 (0:00:00.657) 0:07:12.900 ***** ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: True sys:1: DeprecationWarning: builtin type swigvarlink has no __module__ attribute STDERR: OpenSSH_9.9p1, 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.42.35 originally 10.31.42.35 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.42.35 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.42.35 originally 10.31.42.35 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/82fab8ce99' 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.42.35 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 28 December 2024 18:26:22 -0500 (0:00:00.455) 0:07:13.355 ***** skipping: [managed-node2] => (item=/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201" } skipping: [managed-node2] => (item=/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2" } skipping: [managed-node2] => (item=/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b" } skipping: [managed-node2] => (item=/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404" } skipping: [managed-node2] => (item=/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f" } skipping: [managed-node2] => (item=/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43" } skipping: [managed-node2] => (item=/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c" } skipping: [managed-node2] => (item=/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6" } skipping: [managed-node2] => (item=/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 28 December 2024 18:26:22 -0500 (0:00:00.681) 0:07:14.037 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 28 December 2024 18:26:23 -0500 (0:00:00.203) 0:07:14.240 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 28 December 2024 18:26:23 -0500 (0:00:00.299) 0:07:14.540 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 28 December 2024 18:26:23 -0500 (0:00:00.126) 0:07:14.666 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 28 December 2024 18:26:23 -0500 (0:00:00.119) 0:07:14.785 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 28 December 2024 18:26:23 -0500 (0:00:00.122) 0:07:14.908 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 28 December 2024 18:26:23 -0500 (0:00:00.092) 0:07:15.000 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 28 December 2024 18:26:23 -0500 (0:00:00.090) 0:07:15.090 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 28 December 2024 18:26:24 -0500 (0:00:00.072) 0:07:15.163 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 28 December 2024 18:26:24 -0500 (0:00:00.092) 0:07:15.255 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 28 December 2024 18:26:24 -0500 (0:00:00.093) 0:07:15.349 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 28 December 2024 18:26:24 -0500 (0:00:00.125) 0:07:15.475 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 28 December 2024 18:26:24 -0500 (0:00:00.124) 0:07:15.599 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node2 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 28 December 2024 18:26:24 -0500 (0:00:00.128) 0:07:15.728 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 28 December 2024 18:26:24 -0500 (0:00:00.036) 0:07:15.765 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node2 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 28 December 2024 18:26:24 -0500 (0:00:00.226) 0:07:15.991 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 28 December 2024 18:26:24 -0500 (0:00:00.033) 0:07:16.025 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 28 December 2024 18:26:25 -0500 (0:00:00.107) 0:07:16.133 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 28 December 2024 18:26:25 -0500 (0:00:00.091) 0:07:16.224 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node2 => (item=/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node2 => (item=/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node2 => (item=/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node2 => (item=/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node2 => (item=/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node2 => (item=/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node2 => (item=/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node2 => (item=/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed-node2 => (item=/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9) TASK [Get the backing device path] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 28 December 2024 18:26:25 -0500 (0:00:00.702) 0:07:16.926 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/481b4862-ca4f-4364-85fb-8b9a4345e201" ], "delta": "0:00:00.003384", "end": "2024-12-28 18:26:26.240769", "rc": 0, "start": "2024-12-28 18:26:26.237385" } STDOUT: /dev/sdh1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 28 December 2024 18:26:26 -0500 (0:00:00.485) 0:07:17.412 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 28 December 2024 18:26:27 -0500 (0:00:00.735) 0:07:18.148 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdh1" ], "delta": "0:00:00.007437", "end": "2024-12-28 18:26:27.400750", "rc": 0, "start": "2024-12-28 18:26:27.393313" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 481b4862-ca4f-4364-85fb-8b9a4345e201 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: 12 Memory: 299062 Threads: 2 Salt: 56 2e bc 04 29 4e bd de 71 30 8d ef 3d 5a be d4 68 52 12 cc f9 f0 bf 70 76 50 da 56 8d 78 78 6c AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 104523 Salt: d7 9b 79 e0 8c 0c 5e 60 14 00 23 57 9a 0a 9f be f4 54 3c 8b a8 2d 32 3e e7 b4 cf ce 0e 1f 13 91 Digest: 58 7d 76 9a c2 06 cc e4 f1 60 fd 84 84 49 90 6c ed ab eb ee fd f1 13 9f 7f e2 6e 40 b4 16 10 84 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 28 December 2024 18:26:27 -0500 (0:00:00.441) 0:07:18.589 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 28 December 2024 18:26:27 -0500 (0:00:00.156) 0:07:18.746 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 28 December 2024 18:26:27 -0500 (0:00:00.127) 0:07:18.873 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 28 December 2024 18:26:28 -0500 (0:00:00.323) 0:07:19.197 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/778d764b-6a49-4af2-99f5-55e21b7fa7d2" ], "delta": "0:00:01.003950", "end": "2024-12-28 18:26:29.527360", "rc": 0, "start": "2024-12-28 18:26:28.523410" } STDOUT: /dev/sdg1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 28 December 2024 18:26:29 -0500 (0:00:01.527) 0:07:20.724 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 28 December 2024 18:26:30 -0500 (0:00:00.737) 0:07:21.461 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdg1" ], "delta": "0:00:00.007075", "end": "2024-12-28 18:26:30.717252", "rc": 0, "start": "2024-12-28 18:26:30.710177" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 778d764b-6a49-4af2-99f5-55e21b7fa7d2 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: 12 Memory: 289796 Threads: 2 Salt: 1d 6c 0b 14 6c 5e d5 19 ad 68 80 fe 6a b4 c3 95 74 75 03 17 d9 6d c9 41 c3 09 b3 3c 8a b6 6e b0 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: 4c 33 2f 7b 1b 81 02 e0 c3 d0 91 41 60 b2 36 b5 b2 a5 41 74 61 bd d1 a2 c4 8b ac 78 2e f2 3c 46 Digest: 1e 1c 31 66 86 da d2 8f a4 15 12 60 63 81 11 3c 45 38 ff a1 19 b8 cf 91 65 d1 0d 06 99 96 ef b7 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 28 December 2024 18:26:30 -0500 (0:00:00.422) 0:07:21.884 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 28 December 2024 18:26:30 -0500 (0:00:00.095) 0:07:21.979 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 28 December 2024 18:26:30 -0500 (0:00:00.077) 0:07:22.057 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 28 December 2024 18:26:31 -0500 (0:00:00.074) 0:07:22.131 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/95b422c6-43d6-4805-8106-c562e62d180b" ], "delta": "0:00:00.003467", "end": "2024-12-28 18:26:31.385104", "rc": 0, "start": "2024-12-28 18:26:31.381637" } STDOUT: /dev/sde1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 28 December 2024 18:26:31 -0500 (0:00:00.422) 0:07:22.553 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 28 December 2024 18:26:32 -0500 (0:00:00.728) 0:07:23.282 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sde1" ], "delta": "0:00:00.006583", "end": "2024-12-28 18:26:32.547845", "rc": 0, "start": "2024-12-28 18:26:32.541262" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 95b422c6-43d6-4805-8106-c562e62d180b 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: 12 Memory: 285154 Threads: 2 Salt: 59 32 21 ec 14 1f a7 d0 23 aa 59 07 a6 3d fb b7 e1 ab 0b 1a f6 e9 93 50 57 ae 0b 7b 61 64 a6 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: b7 a0 30 45 fe d2 17 0b 97 b8 ee a8 15 14 ee 70 57 74 27 12 33 81 63 28 4e 77 51 ad 2b 1a cd 6c Digest: bf 9f 34 73 93 0c 9c 6f 62 2e 15 84 40 95 02 c8 b2 65 9f de 6b 3c 03 b6 ec 01 28 89 dc ae be 5a TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 28 December 2024 18:26:32 -0500 (0:00:00.445) 0:07:23.727 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 28 December 2024 18:26:32 -0500 (0:00:00.098) 0:07:23.826 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 28 December 2024 18:26:32 -0500 (0:00:00.073) 0:07:23.900 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 28 December 2024 18:26:32 -0500 (0:00:00.072) 0:07:23.972 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/9edf4a4c-19c0-418d-9408-4ba26e56c404" ], "delta": "0:00:00.003064", "end": "2024-12-28 18:26:33.294790", "rc": 0, "start": "2024-12-28 18:26:33.291726" } STDOUT: /dev/sdi1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 28 December 2024 18:26:33 -0500 (0:00:00.492) 0:07:24.464 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 28 December 2024 18:26:34 -0500 (0:00:00.907) 0:07:25.372 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdi1" ], "delta": "0:00:00.006579", "end": "2024-12-28 18:26:34.618241", "rc": 0, "start": "2024-12-28 18:26:34.611662" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 9edf4a4c-19c0-418d-9408-4ba26e56c404 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: 12 Memory: 289896 Threads: 2 Salt: 94 9d d8 dd 81 fa 06 c8 54 5e 59 3f 01 c6 55 e8 6f fa b8 c8 23 3d a5 da 15 6c c6 ad 71 eb 99 b7 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: a5 f3 c7 c0 dc 0d ea 45 cc d0 14 ef bf b7 40 8a 6f 1d 5e a7 e8 ea 6b 26 54 2d 0a cb 52 86 75 f0 Digest: 0e 95 63 23 9b 52 55 cb 6a 8f 4e 7b e1 71 7b 3e a2 d7 79 9a ee fe f6 d8 2f 97 2d 1d 7f 56 00 58 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 28 December 2024 18:26:34 -0500 (0:00:00.414) 0:07:25.786 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 28 December 2024 18:26:34 -0500 (0:00:00.098) 0:07:25.885 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 28 December 2024 18:26:34 -0500 (0:00:00.095) 0:07:25.980 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 28 December 2024 18:26:34 -0500 (0:00:00.086) 0:07:26.066 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/a10252b1-2f11-4928-8bbd-2ede74a4593f" ], "delta": "0:00:01.004063", "end": "2024-12-28 18:26:36.342277", "rc": 0, "start": "2024-12-28 18:26:35.338214" } STDOUT: /dev/sdf1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 28 December 2024 18:26:36 -0500 (0:00:01.518) 0:07:27.585 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 28 December 2024 18:26:37 -0500 (0:00:00.905) 0:07:28.490 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdf1" ], "delta": "0:00:00.006805", "end": "2024-12-28 18:26:37.771362", "rc": 0, "start": "2024-12-28 18:26:37.764557" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: a10252b1-2f11-4928-8bbd-2ede74a4593f 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: 12 Memory: 284076 Threads: 2 Salt: 61 9d 8e 9d 4e 71 03 2d bd 44 5e 99 6a 03 88 bb a8 c7 8d 6b 3b 8d 2c 3e 04 be cf f3 14 26 73 3f AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 104025 Salt: 84 7d 2d fd 76 4a 5e e3 af b8 bc d8 53 d8 8a 5a c8 b5 26 09 93 0e d6 80 70 03 2f e3 96 0f b0 f6 Digest: 41 94 a9 cf b5 fd bb 7c 3c 8c ad 0d 71 87 9b d5 c2 b0 fa 9a 63 2f bf cc 1d f8 81 88 3d db 44 03 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 28 December 2024 18:26:37 -0500 (0:00:00.469) 0:07:28.960 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 28 December 2024 18:26:38 -0500 (0:00:00.147) 0:07:29.108 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 28 December 2024 18:26:38 -0500 (0:00:00.111) 0:07:29.219 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 28 December 2024 18:26:38 -0500 (0:00:00.091) 0:07:29.311 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/afb926d2-34b0-4558-8986-b98a6dc0ed43" ], "delta": "0:00:00.003060", "end": "2024-12-28 18:26:38.584637", "rc": 0, "start": "2024-12-28 18:26:38.581577" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 28 December 2024 18:26:38 -0500 (0:00:00.451) 0:07:29.762 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 28 December 2024 18:26:39 -0500 (0:00:00.797) 0:07:30.560 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.006898", "end": "2024-12-28 18:26:39.869740", "rc": 0, "start": "2024-12-28 18:26:39.862842" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: afb926d2-34b0-4558-8986-b98a6dc0ed43 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: 12 Memory: 296572 Threads: 2 Salt: 16 94 56 a3 e9 6c f1 75 9c 53 2d f9 e6 45 ba 08 e4 08 be 8f 92 d3 6d 01 3c fe 0b 1d 60 c0 35 89 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 104690 Salt: 44 28 f7 64 35 f5 65 04 a2 b8 19 8f 3c 79 b9 07 71 7c 9a e8 1c 45 65 66 a9 ab eb 0f b7 91 4d d7 Digest: 86 7a e7 a7 7a e4 e6 00 31 b9 2f a7 af ab a0 81 e5 c4 58 b8 00 16 da 86 ad 29 35 46 d9 5b 29 e3 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 28 December 2024 18:26:39 -0500 (0:00:00.479) 0:07:31.039 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 28 December 2024 18:26:40 -0500 (0:00:00.376) 0:07:31.416 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 28 December 2024 18:26:40 -0500 (0:00:00.151) 0:07:31.568 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 28 December 2024 18:26:40 -0500 (0:00:00.147) 0:07:31.716 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/ca371ea9-53a2-4eb5-8f9e-c6248776681c" ], "delta": "0:00:00.002985", "end": "2024-12-28 18:26:41.077545", "rc": 0, "start": "2024-12-28 18:26:41.074560" } STDOUT: /dev/sdd1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 28 December 2024 18:26:41 -0500 (0:00:00.562) 0:07:32.278 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 28 December 2024 18:26:42 -0500 (0:00:00.873) 0:07:33.152 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdd1" ], "delta": "0:00:00.006799", "end": "2024-12-28 18:26:42.466201", "rc": 0, "start": "2024-12-28 18:26:42.459402" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: ca371ea9-53a2-4eb5-8f9e-c6248776681c 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: 12 Memory: 290206 Threads: 2 Salt: 0e 76 61 94 5f be 47 4d 4f 68 ee 53 c2 82 9a a9 5c f7 5e 55 2f a5 61 03 c6 9f eb 88 ed c7 a0 d5 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: 81 a0 68 e9 91 b8 a2 f3 1f f4 bc 0a c0 25 c8 b7 2d bb d9 df ba be a2 2d cd b6 ba 13 fe 49 f3 8f Digest: 8c 59 58 c2 da 3f e5 04 5b 8a 83 84 93 b4 3b cb e4 72 45 f3 b6 6c 0f 64 6c f2 9d a5 67 22 db ce TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 28 December 2024 18:26:42 -0500 (0:00:00.511) 0:07:33.663 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 28 December 2024 18:26:42 -0500 (0:00:00.170) 0:07:33.834 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 28 December 2024 18:26:42 -0500 (0:00:00.141) 0:07:33.976 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 28 December 2024 18:26:43 -0500 (0:00:00.189) 0:07:34.165 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6" ], "delta": "0:00:00.003138", "end": "2024-12-28 18:26:43.522897", "rc": 0, "start": "2024-12-28 18:26:43.519759" } STDOUT: /dev/sdc1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 28 December 2024 18:26:43 -0500 (0:00:00.583) 0:07:34.749 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 28 December 2024 18:26:44 -0500 (0:00:00.918) 0:07:35.667 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdc1" ], "delta": "0:00:00.007281", "end": "2024-12-28 18:26:45.055364", "rc": 0, "start": "2024-12-28 18:26:45.048083" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6 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: 12 Memory: 293816 Threads: 2 Salt: 91 a9 58 60 e7 4f 14 99 03 25 93 86 6f 93 07 cf 2a 91 11 61 b6 ea d4 f7 96 37 59 f7 f8 da c5 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: 104523 Salt: 04 a0 8d 16 9f 75 8e 88 8a a0 7c bd 62 f3 4b 6a 36 f1 31 61 ee 68 f7 b7 cd 79 9d 1c 47 0a 05 1e Digest: 39 46 85 0a 69 cc 55 41 cb f2 bd 85 60 7d 9c 9b aa 91 09 94 8b 2c be 5f 1f d0 9b 4e 38 f1 d9 21 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 28 December 2024 18:26:45 -0500 (0:00:00.593) 0:07:36.261 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 28 December 2024 18:26:45 -0500 (0:00:00.183) 0:07:36.445 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 28 December 2024 18:26:45 -0500 (0:00:00.319) 0:07:36.764 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Saturday 28 December 2024 18:26:45 -0500 (0:00:00.324) 0:07:37.089 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/f0ddbee4-ad25-4dcf-9a81-f1e5329288e9" ], "delta": "0:00:01.004778", "end": "2024-12-28 18:26:47.438598", "rc": 0, "start": "2024-12-28 18:26:46.433820" } STDOUT: /dev/sdb1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Saturday 28 December 2024 18:26:47 -0500 (0:00:01.519) 0:07:38.608 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Saturday 28 December 2024 18:26:48 -0500 (0:00:00.776) 0:07:39.385 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdb1" ], "delta": "0:00:00.007239", "end": "2024-12-28 18:26:48.647671", "rc": 0, "start": "2024-12-28 18:26:48.640432" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: f0ddbee4-ad25-4dcf-9a81-f1e5329288e9 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: 12 Memory: 286934 Threads: 2 Salt: 2d 92 95 7d b8 a7 47 64 42 41 c2 92 61 40 aa 5e cf 8c 84 31 20 aa d2 1a d4 f7 32 f6 b4 af 04 f4 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: a3 cf d9 a3 75 e6 6b 8d e3 e1 f2 0f 0e 58 ec c4 7e 1c c9 5e 4e 4e 0c 51 44 bb 9b ce 1f 4b 4d 5f Digest: fe d5 b3 0c dd 22 92 f4 69 1b fc 1a cb 54 7c 09 96 bf a7 62 f5 61 53 cb 18 4e fd d6 72 95 4f f0 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Saturday 28 December 2024 18:26:48 -0500 (0:00:00.457) 0:07:39.843 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Saturday 28 December 2024 18:26:48 -0500 (0:00:00.158) 0:07:40.001 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Saturday 28 December 2024 18:26:49 -0500 (0:00:00.123) 0:07:40.125 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 28 December 2024 18:26:49 -0500 (0:00:00.129) 0:07:40.254 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:26:49 -0500 (0:00:00.674) 0:07:40.929 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-481b4862-ca4f-4364-85fb-8b9a4345e201 /dev/sdh1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:26:49 -0500 (0:00:00.100) 0:07:41.029 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:26:50 -0500 (0:00:00.156) 0:07:41.185 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:26:50 -0500 (0:00:00.161) 0:07:41.347 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:26:50 -0500 (0:00:00.272) 0:07:41.620 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:26:50 -0500 (0:00:00.328) 0:07:41.948 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:26:50 -0500 (0:00:00.130) 0:07:42.078 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2 /dev/sdg1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:26:51 -0500 (0:00:00.164) 0:07:42.243 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:26:51 -0500 (0:00:00.154) 0:07:42.397 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:26:51 -0500 (0:00:00.171) 0:07:42.569 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:26:51 -0500 (0:00:00.154) 0:07:42.723 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:26:51 -0500 (0:00:00.111) 0:07:42.835 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:26:51 -0500 (0:00:00.079) 0:07:42.914 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-95b422c6-43d6-4805-8106-c562e62d180b /dev/sde1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:26:51 -0500 (0:00:00.095) 0:07:43.010 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:26:52 -0500 (0:00:00.099) 0:07:43.109 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:26:52 -0500 (0:00:00.149) 0:07:43.258 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:26:52 -0500 (0:00:00.143) 0:07:43.401 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:26:52 -0500 (0:00:00.126) 0:07:43.528 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:26:52 -0500 (0:00:00.097) 0:07:43.625 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-9edf4a4c-19c0-418d-9408-4ba26e56c404 /dev/sdi1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:26:52 -0500 (0:00:00.219) 0:07:43.845 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:26:52 -0500 (0:00:00.091) 0:07:43.936 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:26:52 -0500 (0:00:00.094) 0:07:44.030 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:26:53 -0500 (0:00:00.092) 0:07:44.123 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:26:53 -0500 (0:00:00.153) 0:07:44.277 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:26:53 -0500 (0:00:00.129) 0:07:44.406 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-a10252b1-2f11-4928-8bbd-2ede74a4593f /dev/sdf1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:26:53 -0500 (0:00:00.162) 0:07:44.569 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:26:53 -0500 (0:00:00.169) 0:07:44.738 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:26:53 -0500 (0:00:00.157) 0:07:44.896 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:26:53 -0500 (0:00:00.146) 0:07:45.043 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:26:54 -0500 (0:00:00.160) 0:07:45.203 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:26:54 -0500 (0:00:00.093) 0:07:45.297 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-afb926d2-34b0-4558-8986-b98a6dc0ed43 /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:26:54 -0500 (0:00:00.105) 0:07:45.403 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:26:54 -0500 (0:00:00.089) 0:07:45.492 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:26:54 -0500 (0:00:00.185) 0:07:45.678 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:26:54 -0500 (0:00:00.292) 0:07:45.971 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:26:55 -0500 (0:00:00.180) 0:07:46.151 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:26:55 -0500 (0:00:00.155) 0:07:46.307 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c /dev/sdd1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:26:55 -0500 (0:00:00.134) 0:07:46.441 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:26:55 -0500 (0:00:00.100) 0:07:46.542 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:26:55 -0500 (0:00:00.122) 0:07:46.665 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:26:55 -0500 (0:00:00.206) 0:07:46.871 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:26:55 -0500 (0:00:00.172) 0:07:47.044 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:26:56 -0500 (0:00:00.125) 0:07:47.169 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6 /dev/sdc1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:26:56 -0500 (0:00:00.218) 0:07:47.387 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:26:56 -0500 (0:00:00.232) 0:07:47.620 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:26:56 -0500 (0:00:00.216) 0:07:47.837 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:26:56 -0500 (0:00:00.245) 0:07:48.082 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:26:57 -0500 (0:00:00.190) 0:07:48.273 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:26:57 -0500 (0:00:00.149) 0:07:48.422 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9 /dev/sdb1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:26:57 -0500 (0:00:00.392) 0:07:48.815 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:26:57 -0500 (0:00:00.253) 0:07:49.069 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:26:58 -0500 (0:00:00.172) 0:07:49.241 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:26:58 -0500 (0:00:00.160) 0:07:49.402 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:26:58 -0500 (0:00:00.169) 0:07:49.571 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 28 December 2024 18:26:58 -0500 (0:00:00.172) 0:07:49.744 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 28 December 2024 18:26:58 -0500 (0:00:00.139) 0:07:49.884 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node2 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 28 December 2024 18:26:59 -0500 (0:00:00.231) 0:07:50.115 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 28 December 2024 18:26:59 -0500 (0:00:00.057) 0:07:50.173 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 28 December 2024 18:26:59 -0500 (0:00:00.250) 0:07:50.423 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 28 December 2024 18:26:59 -0500 (0:00:00.116) 0:07:50.539 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 28 December 2024 18:26:59 -0500 (0:00:00.136) 0:07:50.676 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 28 December 2024 18:26:59 -0500 (0:00:00.233) 0:07:50.909 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 28 December 2024 18:26:59 -0500 (0:00:00.071) 0:07:50.980 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 28 December 2024 18:26:59 -0500 (0:00:00.079) 0:07:51.059 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 28 December 2024 18:27:00 -0500 (0:00:00.124) 0:07:51.184 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 28 December 2024 18:27:00 -0500 (0:00:00.091) 0:07:51.275 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 28 December 2024 18:27:00 -0500 (0:00:00.039) 0:07:51.315 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 28 December 2024 18:27:00 -0500 (0:00:00.034) 0:07:51.350 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:211 Saturday 28 December 2024 18:27:00 -0500 (0:00:00.072) 0:07:51.423 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026838", "end": "2024-12-28 18:27:00.710655", "rc": 0, "start": "2024-12-28 18:27:00.683817" } STDOUT: jrgqme-2GuU-T3Qf-25e7-9sdu-qUY8-he7hXA TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:216 Saturday 28 December 2024 18:27:00 -0500 (0:00:00.458) 0:07:51.881 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Create a new volume group with a logical volume] ************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:220 Saturday 28 December 2024 18:27:00 -0500 (0:00:00.098) 0:07:51.979 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:27:01 -0500 (0:00:00.203) 0:07:52.182 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:27:01 -0500 (0:00:00.164) 0:07:52.347 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:27:01 -0500 (0:00:00.131) 0:07:52.479 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:27:01 -0500 (0:00:00.214) 0:07:52.693 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:27:01 -0500 (0:00:00.075) 0:07:52.769 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:27:01 -0500 (0:00:00.099) 0:07:52.869 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:27:01 -0500 (0:00:00.094) 0:07:52.963 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:27:01 -0500 (0:00:00.084) 0:07:53.048 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:27:02 -0500 (0:00:00.125) 0:07:53.173 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:27:02 -0500 (0:00:00.086) 0:07:53.259 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:27:02 -0500 (0:00:00.125) 0:07:53.385 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:27:02 -0500 (0:00:00.093) 0:07:53.478 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:27:02 -0500 (0:00:00.083) 0:07:53.561 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:27:02 -0500 (0:00:00.071) 0:07:53.633 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:27:02 -0500 (0:00:00.240) 0:07:53.873 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:27:02 -0500 (0:00:00.084) 0:07:53.958 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:27:02 -0500 (0:00:00.106) 0:07:54.064 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service not found.\"", "LoadState": "not-found", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:27:03 -0500 (0:00:00.929) 0:07:54.993 ***** changed: [managed-node2] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b", "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-9edf4a4c-19c0-418d-9408-4ba26e56c404", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "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-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "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-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "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-481b4862-ca4f-4364-85fb-8b9a4345e201", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "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-a10252b1-2f11-4928-8bbd-2ede74a4593f", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "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-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "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-afb926d2-34b0-4558-8986-b98a6dc0ed43", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "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-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sde1", "name": "luks-95b422c6-43d6-4805-8106-c562e62d180b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "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": "UUID=57b0d766-6158-4156-a2cf-946c8638fa4d", "_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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:27:13 -0500 (0:00:10.050) 0:08:05.043 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:27:14 -0500 (0:00:00.215) 0:08:05.259 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:27:14 -0500 (0:00:00.560) 0:08:05.820 ***** ok: [managed-node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:27:15 -0500 (0:00:00.493) 0:08:06.313 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:27:16 -0500 (0:00:00.928) 0:08:07.241 ***** ok: [managed-node2] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-95b422c6-43d6-4805-8106-c562e62d180b", "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-9edf4a4c-19c0-418d-9408-4ba26e56c404", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "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-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "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-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "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-481b4862-ca4f-4364-85fb-8b9a4345e201", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "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-a10252b1-2f11-4928-8bbd-2ede74a4593f", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "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-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "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-afb926d2-34b0-4558-8986-b98a6dc0ed43", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "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-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sde1", "name": "luks-95b422c6-43d6-4805-8106-c562e62d180b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "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": "UUID=57b0d766-6158-4156-a2cf-946c8638fa4d", "_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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:27:16 -0500 (0:00:00.146) 0:08:07.388 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=57b0d766-6158-4156-a2cf-946c8638fa4d", "_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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:27:16 -0500 (0:00:00.132) 0:08:07.520 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:27:16 -0500 (0:00:00.129) 0:08:07.649 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:27:16 -0500 (0:00:00.147) 0:08:07.796 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:27:16 -0500 (0:00:00.163) 0:08:07.960 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:27:17 -0500 (0:00:00.435) 0:08:08.396 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:27:17 -0500 (0:00:00.112) 0:08:08.508 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:27:17 -0500 (0:00:00.113) 0:08:08.621 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735428375.2252014, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "54639cc5e25c94da3a0d7edab543e27388748ccb", "ctime": 1735428372.1381567, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 557842648, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1735428372.138997, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "4228472557", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:27:18 -0500 (0:00:00.480) 0:08:09.102 ***** changed: [managed-node2] => (item={'backing_device': '/dev/sde1', 'name': 'luks-95b422c6-43d6-4805-8106-c562e62d180b', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-95b422c6-43d6-4805-8106-c562e62d180b", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-9edf4a4c-19c0-418d-9408-4ba26e56c404', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-9edf4a4c-19c0-418d-9408-4ba26e56c404", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-f0ddbee4-ad25-4dcf-9a81-f1e5329288e9", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-ca371ea9-53a2-4eb5-8f9e-c6248776681c", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-481b4862-ca4f-4364-85fb-8b9a4345e201', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-481b4862-ca4f-4364-85fb-8b9a4345e201", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-a10252b1-2f11-4928-8bbd-2ede74a4593f', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-a10252b1-2f11-4928-8bbd-2ede74a4593f", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-778d764b-6a49-4af2-99f5-55e21b7fa7d2", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sda1', 'name': 'luks-afb926d2-34b0-4558-8986-b98a6dc0ed43', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-afb926d2-34b0-4558-8986-b98a6dc0ed43", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed-node2] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-e60340f7-8e3c-4c5b-a2fb-8db155f5e4e6", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:27:21 -0500 (0:00:03.639) 0:08:12.741 ***** ok: [managed-node2] TASK [Save UUID of the created volume group] *********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:232 Saturday 28 December 2024 18:27:22 -0500 (0:00:00.963) 0:08:13.705 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028466", "end": "2024-12-28 18:27:22.981503", "rc": 0, "start": "2024-12-28 18:27:22.953037" } STDOUT: zVgaYQ-efUK-HOLl-lqXe-pp58-AKMf-oDBklM TASK [Verify role results] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:237 Saturday 28 December 2024 18:27:23 -0500 (0:00:00.441) 0:08:14.146 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 December 2024 18:27:23 -0500 (0:00:00.162) 0:08:14.309 ***** ok: [managed-node2] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=57b0d766-6158-4156-a2cf-946c8638fa4d", "_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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 December 2024 18:27:23 -0500 (0:00:00.152) 0:08:14.461 ***** skipping: [managed-node2] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 December 2024 18:27:23 -0500 (0:00:00.145) 0:08:14.607 ***** ok: [managed-node2] => { "changed": false, "info": { "/dev/mapper/foo-test": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/mapper/foo-test", "size": "300M", "type": "lvm", "uuid": "57b0d766-6158-4156-a2cf-946c8638fa4d" }, "/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": "hiwDaf-V6Nf-Ii25-IcHN-HFqP-TTq2-PX8Wad" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d34a4578-e79c-4219-88ec-bb1d36b608ae" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 December 2024 18:27:23 -0500 (0:00:00.453) 0:08:15.061 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002875", "end": "2024-12-28 18:27:24.423650", "rc": 0, "start": "2024-12-28 18:27:24.420775" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:04 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=d34a4578-e79c-4219-88ec-bb1d36b608ae / 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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 December 2024 18:27:24 -0500 (0:00:00.527) 0:08:15.589 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002866", "end": "2024-12-28 18:27:24.884735", "failed_when_result": false, "rc": 0, "start": "2024-12-28 18:27:24.881869" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 December 2024 18:27:25 -0500 (0:00:00.571) 0:08:16.161 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node2 => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=57b0d766-6158-4156-a2cf-946c8638fa4d', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 28 December 2024 18:27:25 -0500 (0:00:00.165) 0:08:16.326 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 28 December 2024 18:27:25 -0500 (0:00:00.079) 0:08:16.405 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.025776", "end": "2024-12-28 18:27:25.666409", "rc": 0, "start": "2024-12-28 18:27:25.640633" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 28 December 2024 18:27:25 -0500 (0:00:00.425) 0:08:16.831 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 28 December 2024 18:27:25 -0500 (0:00:00.078) 0:08:16.909 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node2 => (item=members) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node2 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 28 December 2024 18:27:26 -0500 (0:00:00.187) 0:08:17.097 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 28 December 2024 18:27:26 -0500 (0:00:00.161) 0:08:17.259 ***** ok: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 28 December 2024 18:27:26 -0500 (0:00:00.434) 0:08:17.694 ***** ok: [managed-node2] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 28 December 2024 18:27:26 -0500 (0:00:00.145) 0:08:17.840 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 28 December 2024 18:27:26 -0500 (0:00:00.150) 0:08:17.990 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 28 December 2024 18:27:27 -0500 (0:00:00.145) 0:08:18.136 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 28 December 2024 18:27:27 -0500 (0:00:00.131) 0:08:18.267 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 28 December 2024 18:27:27 -0500 (0:00:00.327) 0:08:18.595 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 28 December 2024 18:27:27 -0500 (0:00:00.080) 0:08:18.676 ***** ok: [managed-node2] => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 28 December 2024 18:27:27 -0500 (0:00:00.076) 0:08:18.753 ***** ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: True sys:1: DeprecationWarning: builtin type swigvarlink has no __module__ attribute STDERR: OpenSSH_9.9p1, 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.42.35 originally 10.31.42.35 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.42.35 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.42.35 originally 10.31.42.35 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/82fab8ce99' 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.42.35 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 28 December 2024 18:27:28 -0500 (0:00:00.417) 0:08:19.170 ***** skipping: [managed-node2] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 28 December 2024 18:27:28 -0500 (0:00:00.089) 0:08:19.260 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 28 December 2024 18:27:28 -0500 (0:00:00.121) 0:08:19.381 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 28 December 2024 18:27:28 -0500 (0:00:00.068) 0:08:19.450 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 28 December 2024 18:27:28 -0500 (0:00:00.066) 0:08:19.516 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 28 December 2024 18:27:28 -0500 (0:00:00.065) 0:08:19.581 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 28 December 2024 18:27:28 -0500 (0:00:00.064) 0:08:19.646 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 28 December 2024 18:27:28 -0500 (0:00:00.066) 0:08:19.713 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 28 December 2024 18:27:28 -0500 (0:00:00.066) 0:08:19.780 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 28 December 2024 18:27:28 -0500 (0:00:00.068) 0:08:19.848 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 28 December 2024 18:27:28 -0500 (0:00:00.070) 0:08:19.918 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 28 December 2024 18:27:29 -0500 (0:00:00.210) 0:08:20.129 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 28 December 2024 18:27:29 -0500 (0:00:00.071) 0:08:20.201 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 28 December 2024 18:27:29 -0500 (0:00:00.071) 0:08:20.273 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node2 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 28 December 2024 18:27:29 -0500 (0:00:00.124) 0:08:20.397 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed-node2 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=57b0d766-6158-4156-a2cf-946c8638fa4d', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Saturday 28 December 2024 18:27:29 -0500 (0:00:00.100) 0:08:20.498 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Saturday 28 December 2024 18:27:29 -0500 (0:00:00.067) 0:08:20.565 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Saturday 28 December 2024 18:27:29 -0500 (0:00:00.067) 0:08:20.633 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Saturday 28 December 2024 18:27:29 -0500 (0:00:00.066) 0:08:20.700 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Saturday 28 December 2024 18:27:29 -0500 (0:00:00.066) 0:08:20.766 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Saturday 28 December 2024 18:27:29 -0500 (0:00:00.069) 0:08:20.835 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Saturday 28 December 2024 18:27:29 -0500 (0:00:00.083) 0:08:20.919 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 28 December 2024 18:27:29 -0500 (0:00:00.099) 0:08:21.018 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node2 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 28 December 2024 18:27:30 -0500 (0:00:00.180) 0:08:21.199 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed-node2 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=57b0d766-6158-4156-a2cf-946c8638fa4d', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Saturday 28 December 2024 18:27:30 -0500 (0:00:00.100) 0:08:21.299 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Saturday 28 December 2024 18:27:30 -0500 (0:00:00.073) 0:08:21.372 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Saturday 28 December 2024 18:27:30 -0500 (0:00:00.122) 0:08:21.495 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Saturday 28 December 2024 18:27:30 -0500 (0:00:00.102) 0:08:21.597 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 28 December 2024 18:27:30 -0500 (0:00:00.102) 0:08:21.700 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 28 December 2024 18:27:30 -0500 (0:00:00.116) 0:08:21.816 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 28 December 2024 18:27:30 -0500 (0:00:00.088) 0:08:21.905 ***** skipping: [managed-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 28 December 2024 18:27:30 -0500 (0:00:00.077) 0:08:21.983 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed-node2 => (item=/dev/sda1) TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Saturday 28 December 2024 18:27:31 -0500 (0:00:00.158) 0:08:22.142 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Saturday 28 December 2024 18:27:31 -0500 (0:00:00.132) 0:08:22.274 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Saturday 28 December 2024 18:27:31 -0500 (0:00:00.328) 0:08:22.602 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Saturday 28 December 2024 18:27:31 -0500 (0:00:00.105) 0:08:22.708 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Saturday 28 December 2024 18:27:31 -0500 (0:00:00.087) 0:08:22.795 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Saturday 28 December 2024 18:27:31 -0500 (0:00:00.083) 0:08:22.879 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 28 December 2024 18:27:31 -0500 (0:00:00.068) 0:08:22.947 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 28 December 2024 18:27:31 -0500 (0:00:00.066) 0:08:23.014 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node2 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 28 December 2024 18:27:32 -0500 (0:00:00.104) 0:08:23.118 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed-node2 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=57b0d766-6158-4156-a2cf-946c8638fa4d', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Saturday 28 December 2024 18:27:32 -0500 (0:00:00.099) 0:08:23.218 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Saturday 28 December 2024 18:27:32 -0500 (0:00:00.069) 0:08:23.287 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Saturday 28 December 2024 18:27:32 -0500 (0:00:00.104) 0:08:23.392 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Saturday 28 December 2024 18:27:32 -0500 (0:00:00.087) 0:08:23.480 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Saturday 28 December 2024 18:27:32 -0500 (0:00:00.143) 0:08:23.623 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Saturday 28 December 2024 18:27:32 -0500 (0:00:00.076) 0:08:23.700 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Saturday 28 December 2024 18:27:32 -0500 (0:00:00.189) 0:08:23.890 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 28 December 2024 18:27:32 -0500 (0:00:00.108) 0:08:23.998 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 28 December 2024 18:27:33 -0500 (0:00:00.146) 0:08:24.144 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 28 December 2024 18:27:33 -0500 (0:00:00.078) 0:08:24.223 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 28 December 2024 18:27:33 -0500 (0:00:00.070) 0:08:24.294 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 28 December 2024 18:27:33 -0500 (0:00:00.069) 0:08:24.364 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 28 December 2024 18:27:33 -0500 (0:00:00.067) 0:08:24.431 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 28 December 2024 18:27:33 -0500 (0:00:00.070) 0:08:24.502 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 28 December 2024 18:27:33 -0500 (0:00:00.072) 0:08:24.574 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 28 December 2024 18:27:33 -0500 (0:00:00.090) 0:08:24.664 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed-node2 => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=57b0d766-6158-4156-a2cf-946c8638fa4d', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Saturday 28 December 2024 18:27:33 -0500 (0:00:00.096) 0:08:24.761 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Saturday 28 December 2024 18:27:33 -0500 (0:00:00.108) 0:08:24.870 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed-node2 => (item=mount) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed-node2 => (item=fstab) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed-node2 => (item=fs) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed-node2 => (item=device) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed-node2 => (item=encryption) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed-node2 => (item=md) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed-node2 => (item=size) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed-node2 => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Saturday 28 December 2024 18:27:34 -0500 (0:00:00.554) 0:08:25.424 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Saturday 28 December 2024 18:27:34 -0500 (0:00:00.073) 0:08:25.497 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Saturday 28 December 2024 18:27:34 -0500 (0:00:00.088) 0:08:25.586 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Saturday 28 December 2024 18:27:34 -0500 (0:00:00.073) 0:08:25.659 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Saturday 28 December 2024 18:27:34 -0500 (0:00:00.080) 0:08:25.740 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Saturday 28 December 2024 18:27:34 -0500 (0:00:00.068) 0:08:25.809 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Saturday 28 December 2024 18:27:34 -0500 (0:00:00.066) 0:08:25.876 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Saturday 28 December 2024 18:27:34 -0500 (0:00:00.065) 0:08:25.941 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Saturday 28 December 2024 18:27:34 -0500 (0:00:00.067) 0:08:26.009 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Saturday 28 December 2024 18:27:34 -0500 (0:00:00.067) 0:08:26.076 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Saturday 28 December 2024 18:27:35 -0500 (0:00:00.072) 0:08:26.149 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Saturday 28 December 2024 18:27:35 -0500 (0:00:00.109) 0:08:26.258 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Saturday 28 December 2024 18:27:35 -0500 (0:00:00.256) 0:08:26.515 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Saturday 28 December 2024 18:27:35 -0500 (0:00:00.292) 0:08:26.807 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Saturday 28 December 2024 18:27:35 -0500 (0:00:00.098) 0:08:26.906 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Saturday 28 December 2024 18:27:35 -0500 (0:00:00.105) 0:08:27.012 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:52 Saturday 28 December 2024 18:27:36 -0500 (0:00:00.148) 0:08:27.161 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Saturday 28 December 2024 18:27:36 -0500 (0:00:00.086) 0:08:27.247 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Saturday 28 December 2024 18:27:36 -0500 (0:00:00.094) 0:08:27.342 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Saturday 28 December 2024 18:27:36 -0500 (0:00:00.094) 0:08:27.437 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735428433.6920502, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1735428433.6920502, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 5178, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1735428433.6920502, "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Saturday 28 December 2024 18:27:36 -0500 (0:00:00.460) 0:08:27.898 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Saturday 28 December 2024 18:27:36 -0500 (0:00:00.116) 0:08:28.015 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Saturday 28 December 2024 18:27:36 -0500 (0:00:00.076) 0:08:28.091 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Saturday 28 December 2024 18:27:37 -0500 (0:00:00.079) 0:08:28.170 ***** ok: [managed-node2] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Saturday 28 December 2024 18:27:37 -0500 (0:00:00.072) 0:08:28.243 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Saturday 28 December 2024 18:27:37 -0500 (0:00:00.069) 0:08:28.312 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Saturday 28 December 2024 18:27:37 -0500 (0:00:00.076) 0:08:28.388 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Saturday 28 December 2024 18:27:37 -0500 (0:00:00.107) 0:08:28.495 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Saturday 28 December 2024 18:27:38 -0500 (0:00:00.987) 0:08:29.483 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Saturday 28 December 2024 18:27:38 -0500 (0:00:00.070) 0:08:29.553 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Saturday 28 December 2024 18:27:38 -0500 (0:00:00.069) 0:08:29.623 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Saturday 28 December 2024 18:27:38 -0500 (0:00:00.094) 0:08:29.718 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Saturday 28 December 2024 18:27:38 -0500 (0:00:00.128) 0:08:29.846 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Saturday 28 December 2024 18:27:38 -0500 (0:00:00.124) 0:08:29.971 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Saturday 28 December 2024 18:27:38 -0500 (0:00:00.118) 0:08:30.090 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Saturday 28 December 2024 18:27:39 -0500 (0:00:00.123) 0:08:30.213 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Saturday 28 December 2024 18:27:39 -0500 (0:00:00.123) 0:08:30.337 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Saturday 28 December 2024 18:27:39 -0500 (0:00:00.158) 0:08:30.496 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Saturday 28 December 2024 18:27:39 -0500 (0:00:00.156) 0:08:30.652 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Saturday 28 December 2024 18:27:39 -0500 (0:00:00.147) 0:08:30.799 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Saturday 28 December 2024 18:27:39 -0500 (0:00:00.165) 0:08:30.965 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Saturday 28 December 2024 18:27:40 -0500 (0:00:00.148) 0:08:31.113 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Saturday 28 December 2024 18:27:40 -0500 (0:00:00.230) 0:08:31.344 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Saturday 28 December 2024 18:27:40 -0500 (0:00:00.319) 0:08:31.663 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Saturday 28 December 2024 18:27:40 -0500 (0:00:00.123) 0:08:31.786 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Saturday 28 December 2024 18:27:40 -0500 (0:00:00.122) 0:08:31.909 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Saturday 28 December 2024 18:27:40 -0500 (0:00:00.148) 0:08:32.058 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Saturday 28 December 2024 18:27:41 -0500 (0:00:00.122) 0:08:32.180 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Saturday 28 December 2024 18:27:41 -0500 (0:00:00.116) 0:08:32.297 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Saturday 28 December 2024 18:27:41 -0500 (0:00:00.117) 0:08:32.415 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Saturday 28 December 2024 18:27:41 -0500 (0:00:00.113) 0:08:32.528 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Saturday 28 December 2024 18:27:41 -0500 (0:00:00.114) 0:08:32.643 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Saturday 28 December 2024 18:27:41 -0500 (0:00:00.115) 0:08:32.759 ***** ok: [managed-node2] => { "bytes": 314572800, "changed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } TASK [Parse the requested size of the volume] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Saturday 28 December 2024 18:27:42 -0500 (0:00:00.630) 0:08:33.389 ***** ok: [managed-node2] => { "bytes": 314572800, "changed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Saturday 28 December 2024 18:27:42 -0500 (0:00:00.460) 0:08:33.849 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_expected_size": "314572800" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Saturday 28 December 2024 18:27:42 -0500 (0:00:00.150) 0:08:34.000 ***** ok: [managed-node2] => { "storage_test_expected_size": "314572800" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Saturday 28 December 2024 18:27:42 -0500 (0:00:00.085) 0:08:34.085 ***** ok: [managed-node2] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Saturday 28 December 2024 18:27:43 -0500 (0:00:00.592) 0:08:34.677 ***** skipping: [managed-node2] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Saturday 28 December 2024 18:27:43 -0500 (0:00:00.144) 0:08:34.821 ***** skipping: [managed-node2] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Saturday 28 December 2024 18:27:43 -0500 (0:00:00.153) 0:08:34.975 ***** skipping: [managed-node2] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Saturday 28 December 2024 18:27:44 -0500 (0:00:00.150) 0:08:35.125 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Saturday 28 December 2024 18:27:44 -0500 (0:00:00.164) 0:08:35.289 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Saturday 28 December 2024 18:27:44 -0500 (0:00:00.121) 0:08:35.411 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Saturday 28 December 2024 18:27:44 -0500 (0:00:00.124) 0:08:35.536 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Saturday 28 December 2024 18:27:44 -0500 (0:00:00.123) 0:08:35.660 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Saturday 28 December 2024 18:27:44 -0500 (0:00:00.090) 0:08:35.750 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Saturday 28 December 2024 18:27:44 -0500 (0:00:00.111) 0:08:35.862 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Saturday 28 December 2024 18:27:44 -0500 (0:00:00.104) 0:08:35.966 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Saturday 28 December 2024 18:27:44 -0500 (0:00:00.074) 0:08:36.040 ***** skipping: [managed-node2] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Saturday 28 December 2024 18:27:45 -0500 (0:00:00.065) 0:08:36.106 ***** skipping: [managed-node2] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Saturday 28 December 2024 18:27:45 -0500 (0:00:00.067) 0:08:36.174 ***** skipping: [managed-node2] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Saturday 28 December 2024 18:27:45 -0500 (0:00:00.101) 0:08:36.275 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Saturday 28 December 2024 18:27:45 -0500 (0:00:00.240) 0:08:36.515 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Saturday 28 December 2024 18:27:45 -0500 (0:00:00.068) 0:08:36.583 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Saturday 28 December 2024 18:27:45 -0500 (0:00:00.067) 0:08:36.651 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Saturday 28 December 2024 18:27:45 -0500 (0:00:00.101) 0:08:36.753 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Saturday 28 December 2024 18:27:45 -0500 (0:00:00.113) 0:08:36.866 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Saturday 28 December 2024 18:27:45 -0500 (0:00:00.080) 0:08:36.947 ***** ok: [managed-node2] => { "storage_test_expected_size": "314572800" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Saturday 28 December 2024 18:27:45 -0500 (0:00:00.081) 0:08:37.028 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Saturday 28 December 2024 18:27:46 -0500 (0:00:00.090) 0:08:37.119 ***** ok: [managed-node2] => { "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.024388", "end": "2024-12-28 18:27:46.396985", "rc": 0, "start": "2024-12-28 18:27:46.372597" } 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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Saturday 28 December 2024 18:27:46 -0500 (0:00:00.469) 0:08:37.589 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Saturday 28 December 2024 18:27:46 -0500 (0:00:00.152) 0:08:37.742 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Saturday 28 December 2024 18:27:46 -0500 (0:00:00.154) 0:08:37.897 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Saturday 28 December 2024 18:27:46 -0500 (0:00:00.142) 0:08:38.039 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Saturday 28 December 2024 18:27:47 -0500 (0:00:00.095) 0:08:38.134 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Saturday 28 December 2024 18:27:47 -0500 (0:00:00.088) 0:08:38.223 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Saturday 28 December 2024 18:27:47 -0500 (0:00:00.082) 0:08:38.306 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 28 December 2024 18:27:47 -0500 (0:00:00.264) 0:08:38.570 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 28 December 2024 18:27:47 -0500 (0:00:00.057) 0:08:38.628 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:240 Saturday 28 December 2024 18:27:47 -0500 (0:00:00.117) 0:08:38.746 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:27:47 -0500 (0:00:00.281) 0:08:39.027 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:27:48 -0500 (0:00:00.155) 0:08:39.182 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:27:48 -0500 (0:00:00.149) 0:08:39.331 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:27:48 -0500 (0:00:00.326) 0:08:39.658 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:27:48 -0500 (0:00:00.118) 0:08:39.776 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:27:48 -0500 (0:00:00.116) 0:08:39.893 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:27:48 -0500 (0:00:00.094) 0:08:39.987 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:27:48 -0500 (0:00:00.083) 0:08:40.071 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:27:49 -0500 (0:00:00.179) 0:08:40.250 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:27:49 -0500 (0:00:00.071) 0:08:40.322 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:27:49 -0500 (0:00:00.071) 0:08:40.393 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:27:49 -0500 (0:00:00.072) 0:08:40.465 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:27:49 -0500 (0:00:00.086) 0:08:40.552 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:27:49 -0500 (0:00:00.067) 0:08:40.620 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:27:49 -0500 (0:00:00.065) 0:08:40.686 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:27:49 -0500 (0:00:00.067) 0:08:40.753 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:27:49 -0500 (0:00:00.096) 0:08:40.850 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service not found.\"", "LoadState": "not-found", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:27:50 -0500 (0:00:00.824) 0:08:41.675 ***** changed: [managed-node2] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=57b0d766-6158-4156-a2cf-946c8638fa4d", "_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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:27:53 -0500 (0:00:02.992) 0:08:44.667 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:27:53 -0500 (0:00:00.085) 0:08:44.752 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:27:54 -0500 (0:00:00.422) 0:08:45.175 ***** ok: [managed-node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:27:54 -0500 (0:00:00.464) 0:08:45.639 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:27:55 -0500 (0:00:00.945) 0:08:46.585 ***** ok: [managed-node2] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=57b0d766-6158-4156-a2cf-946c8638fa4d", "_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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:27:55 -0500 (0:00:00.332) 0:08:46.918 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=57b0d766-6158-4156-a2cf-946c8638fa4d", "_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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:27:55 -0500 (0:00:00.086) 0:08:47.005 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:27:55 -0500 (0:00:00.084) 0:08:47.089 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:27:56 -0500 (0:00:00.055) 0:08:47.145 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:27:56 -0500 (0:00:00.070) 0:08:47.216 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:27:56 -0500 (0:00:00.060) 0:08:47.277 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:27:56 -0500 (0:00:00.071) 0:08:47.348 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:27:56 -0500 (0:00:00.082) 0:08:47.430 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735428444.8842127, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1735428441.5641646, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 339738840, "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": 1735428441.5651941, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "793957019", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:27:56 -0500 (0:00:00.431) 0:08:47.862 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:27:56 -0500 (0:00:00.034) 0:08:47.896 ***** ok: [managed-node2] TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:251 Saturday 28 December 2024 18:27:57 -0500 (0:00:00.966) 0:08:48.862 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.027762", "end": "2024-12-28 18:27:58.164452", "rc": 0, "start": "2024-12-28 18:27:58.136690" } STDOUT: zVgaYQ-efUK-HOLl-lqXe-pp58-AKMf-oDBklM TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:256 Saturday 28 December 2024 18:27:58 -0500 (0:00:00.490) 0:08:49.353 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV from the VG] ***************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:260 Saturday 28 December 2024 18:27:58 -0500 (0:00:00.126) 0:08:49.479 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:27:58 -0500 (0:00:00.522) 0:08:50.002 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:27:59 -0500 (0:00:00.159) 0:08:50.162 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:27:59 -0500 (0:00:00.149) 0:08:50.312 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:27:59 -0500 (0:00:00.330) 0:08:50.642 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:27:59 -0500 (0:00:00.122) 0:08:50.765 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:27:59 -0500 (0:00:00.123) 0:08:50.888 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:27:59 -0500 (0:00:00.154) 0:08:51.042 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:28:00 -0500 (0:00:00.130) 0:08:51.173 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:28:00 -0500 (0:00:00.144) 0:08:51.317 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:28:00 -0500 (0:00:00.080) 0:08:51.397 ***** ok: [managed-node2] => { "storage_pools": [ { "disks": [ "sdb" ], "name": "foo", "volumes": [ { "name": "test", "size": "300m" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:28:00 -0500 (0:00:00.072) 0:08:51.470 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:28:00 -0500 (0:00:00.204) 0:08:51.675 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:28:00 -0500 (0:00:00.070) 0:08:51.746 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:28:00 -0500 (0:00:00.069) 0:08:51.815 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:28:00 -0500 (0:00:00.066) 0:08:51.882 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:28:00 -0500 (0:00:00.069) 0:08:51.951 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:28:00 -0500 (0:00:00.119) 0:08:52.071 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service not found.\"", "LoadState": "not-found", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:28:01 -0500 (0:00:00.823) 0:08:52.894 ***** changed: [managed-node2] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=57b0d766-6158-4156-a2cf-946c8638fa4d", "_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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:28:06 -0500 (0:00:05.051) 0:08:57.946 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:28:06 -0500 (0:00:00.100) 0:08:58.047 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:28:07 -0500 (0:00:00.414) 0:08:58.461 ***** ok: [managed-node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:28:07 -0500 (0:00:00.434) 0:08:58.896 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:28:08 -0500 (0:00:00.863) 0:08:59.759 ***** ok: [managed-node2] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=57b0d766-6158-4156-a2cf-946c8638fa4d", "_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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:28:08 -0500 (0:00:00.075) 0:08:59.834 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=57b0d766-6158-4156-a2cf-946c8638fa4d", "_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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:28:08 -0500 (0:00:00.073) 0:08:59.908 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:28:09 -0500 (0:00:00.220) 0:09:00.128 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:28:09 -0500 (0:00:00.054) 0:09:00.183 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:28:09 -0500 (0:00:00.072) 0:09:00.255 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:28:09 -0500 (0:00:00.055) 0:09:00.311 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:28:09 -0500 (0:00:00.071) 0:09:00.383 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:28:09 -0500 (0:00:00.070) 0:09:00.453 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735428444.8842127, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1735428441.5641646, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 339738840, "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": 1735428441.5651941, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "793957019", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:28:09 -0500 (0:00:00.406) 0:09:00.859 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:28:09 -0500 (0:00:00.035) 0:09:00.895 ***** ok: [managed-node2] TASK [Get the partition table type on disk removed from the VG] **************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:271 Saturday 28 December 2024 18:28:10 -0500 (0:00:00.988) 0:09:01.883 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "blkid", "-p", "-ovalue", "-s", "PTTYPE", "/dev/sda" ], "delta": "0:00:00.005554", "end": "2024-12-28 18:28:11.129361", "failed_when_result": false, "rc": 2, "start": "2024-12-28 18:28:11.123807" } MSG: non-zero return code TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:277 Saturday 28 December 2024 18:28:11 -0500 (0:00:00.422) 0:09:02.306 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:281 Saturday 28 December 2024 18:28:11 -0500 (0:00:00.085) 0:09:02.391 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.027609", "end": "2024-12-28 18:28:11.674451", "rc": 0, "start": "2024-12-28 18:28:11.646842" } STDOUT: zVgaYQ-efUK-HOLl-lqXe-pp58-AKMf-oDBklM TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:286 Saturday 28 December 2024 18:28:11 -0500 (0:00:00.456) 0:09:02.848 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:290 Saturday 28 December 2024 18:28:11 -0500 (0:00:00.082) 0:09:02.930 ***** included: fedora.linux_system_roles.storage for managed-node2 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 28 December 2024 18:28:12 -0500 (0:00:00.234) 0:09:03.165 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 28 December 2024 18:28:12 -0500 (0:00:00.091) 0:09:03.256 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 28 December 2024 18:28:12 -0500 (0:00:00.092) 0:09:03.349 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}", "vdo" ] }, "ansible_included_var_files": [ "/tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 28 December 2024 18:28:12 -0500 (0:00:00.211) 0:09:03.560 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 28 December 2024 18:28:12 -0500 (0:00:00.105) 0:09:03.665 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 28 December 2024 18:28:12 -0500 (0:00:00.081) 0:09:03.747 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 28 December 2024 18:28:12 -0500 (0:00:00.081) 0:09:03.828 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 28 December 2024 18:28:12 -0500 (0:00:00.069) 0:09:03.898 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node2 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 28 December 2024 18:28:12 -0500 (0:00:00.108) 0:09:04.006 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 28 December 2024 18:28:13 -0500 (0:00:00.100) 0:09:04.107 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 28 December 2024 18:28:13 -0500 (0:00:00.104) 0:09:04.212 ***** ok: [managed-node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 28 December 2024 18:28:13 -0500 (0:00:00.172) 0:09:04.384 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Saturday 28 December 2024 18:28:13 -0500 (0:00:00.251) 0:09:04.635 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Saturday 28 December 2024 18:28:13 -0500 (0:00:00.071) 0:09:04.707 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Saturday 28 December 2024 18:28:13 -0500 (0:00:00.072) 0:09:04.779 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Saturday 28 December 2024 18:28:13 -0500 (0:00:00.070) 0:09:04.850 ***** ok: [managed-node2] => { "ansible_facts": { "storage_cryptsetup_services": [ "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service" ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Saturday 28 December 2024 18:28:13 -0500 (0:00:00.125) 0:09:04.975 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.NoSuchUnit \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service not found.\"", "LoadState": "not-found", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Saturday 28 December 2024 18:28:14 -0500 (0:00:00.827) 0:09:05.803 ***** changed: [managed-node2] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Saturday 28 December 2024 18:28:21 -0500 (0:00:06.379) 0:09:12.183 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Saturday 28 December 2024 18:28:21 -0500 (0:00:00.133) 0:09:12.317 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735427939.96888, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "858c14f18452422d484fc51ec96185a419a54efc", "ctime": 1735427935.15781, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 583008453, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1735427935.15781, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "379689424", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Saturday 28 December 2024 18:28:21 -0500 (0:00:00.428) 0:09:12.745 ***** ok: [managed-node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Saturday 28 December 2024 18:28:22 -0500 (0:00:00.442) 0:09:13.188 ***** changed: [managed-node2] => (item=systemd-cryptsetup@luks\x2dc237b455\x2d457e\x2d4c39\x2da05e\x2db325887874ce.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "name": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveMemoryHigh": "infinity", "EffectiveMemoryMax": "infinity", "EffectiveTasksMax": "22349", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "462278656", "LimitMEMLOCKSoft": "462278656", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "1073741816", "LimitNOFILESoft": "1073741816", "LimitNPROC": "13968", "LimitNPROCSoft": "13968", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13968", "LimitSIGPENDINGSoft": "13968", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit systemd-cryptsetup@luks\\x2dc237b455\\x2d457e\\x2d4c39\\x2da05e\\x2db325887874ce.service is masked.\"", "LoadState": "masked", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "[not set]", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"systemd-cryptsetup@luks\\\\x2dc237b455\\\\x2d457e\\\\x2d4c39\\\\x2da05e\\\\x2db325887874ce.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "inherit", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22349", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "masked", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Saturday 28 December 2024 18:28:22 -0500 (0:00:00.892) 0:09:14.080 ***** ok: [managed-node2] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Saturday 28 December 2024 18:28:23 -0500 (0:00:00.084) 0:09:14.165 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Saturday 28 December 2024 18:28:23 -0500 (0:00:00.084) 0:09:14.250 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Saturday 28 December 2024 18:28:23 -0500 (0:00:00.073) 0:09:14.324 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Saturday 28 December 2024 18:28:23 -0500 (0:00:00.052) 0:09:14.376 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Saturday 28 December 2024 18:28:23 -0500 (0:00:00.280) 0:09:14.656 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Saturday 28 December 2024 18:28:23 -0500 (0:00:00.065) 0:09:14.721 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Saturday 28 December 2024 18:28:23 -0500 (0:00:00.063) 0:09:14.785 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Saturday 28 December 2024 18:28:23 -0500 (0:00:00.068) 0:09:14.853 ***** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1735428444.8842127, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1735428441.5641646, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 339738840, "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": 1735428441.5651941, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "793957019", "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-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Saturday 28 December 2024 18:28:24 -0500 (0:00:00.454) 0:09:15.307 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Saturday 28 December 2024 18:28:24 -0500 (0:00:00.056) 0:09:15.364 ***** ok: [managed-node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:299 Saturday 28 December 2024 18:28:25 -0500 (0:00:01.071) 0:09:16.436 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed-node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Saturday 28 December 2024 18:28:25 -0500 (0:00:00.223) 0:09:16.659 ***** ok: [managed-node2] => { "_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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Saturday 28 December 2024 18:28:25 -0500 (0:00:00.144) 0:09:16.804 ***** skipping: [managed-node2] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Saturday 28 December 2024 18:28:25 -0500 (0:00:00.134) 0:09:16.939 ***** ok: [managed-node2] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "d34a4578-e79c-4219-88ec-bb1d36b608ae" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Saturday 28 December 2024 18:28:26 -0500 (0:00:00.498) 0:09:17.437 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002802", "end": "2024-12-28 18:28:26.710189", "rc": 0, "start": "2024-12-28 18:28:26.707387" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Fri Dec 20 07:21:04 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=d34a4578-e79c-4219-88ec-bb1d36b608ae / 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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Saturday 28 December 2024 18:28:26 -0500 (0:00:00.436) 0:09:17.874 ***** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002730", "end": "2024-12-28 18:28:27.190405", "failed_when_result": false, "rc": 0, "start": "2024-12-28 18:28:27.187675" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Saturday 28 December 2024 18:28:27 -0500 (0:00:00.547) 0:09:18.422 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed-node2 => (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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Saturday 28 December 2024 18:28:27 -0500 (0:00:00.112) 0:09:18.534 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Saturday 28 December 2024 18:28:27 -0500 (0:00:00.069) 0:09:18.604 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Saturday 28 December 2024 18:28:27 -0500 (0:00:00.067) 0:09:18.671 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Saturday 28 December 2024 18:28:27 -0500 (0:00:00.065) 0:09:18.737 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed-node2 => (item=members) included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed-node2 => (item=volumes) TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Saturday 28 December 2024 18:28:27 -0500 (0:00:00.129) 0:09:18.867 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Saturday 28 December 2024 18:28:27 -0500 (0:00:00.091) 0:09:18.958 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Saturday 28 December 2024 18:28:27 -0500 (0:00:00.029) 0:09:18.987 ***** ok: [managed-node2] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Saturday 28 December 2024 18:28:27 -0500 (0:00:00.104) 0:09:19.092 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Saturday 28 December 2024 18:28:28 -0500 (0:00:00.089) 0:09:19.181 ***** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Saturday 28 December 2024 18:28:28 -0500 (0:00:00.088) 0:09:19.270 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Saturday 28 December 2024 18:28:28 -0500 (0:00:00.074) 0:09:19.344 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Saturday 28 December 2024 18:28:28 -0500 (0:00:00.086) 0:09:19.430 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Saturday 28 December 2024 18:28:28 -0500 (0:00:00.088) 0:09:19.519 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Saturday 28 December 2024 18:28:28 -0500 (0:00:00.152) 0:09:19.671 ***** ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: True sys:1: DeprecationWarning: builtin type swigvarlink has no __module__ attribute STDERR: OpenSSH_9.9p1, 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.42.35 originally 10.31.42.35 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.42.35 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.42.35 originally 10.31.42.35 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/82fab8ce99' 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.42.35 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Saturday 28 December 2024 18:28:29 -0500 (0:00:00.503) 0:09:20.175 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Saturday 28 December 2024 18:28:29 -0500 (0:00:00.088) 0:09:20.263 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed-node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Saturday 28 December 2024 18:28:29 -0500 (0:00:00.175) 0:09:20.438 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Saturday 28 December 2024 18:28:29 -0500 (0:00:00.117) 0:09:20.555 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Saturday 28 December 2024 18:28:29 -0500 (0:00:00.084) 0:09:20.640 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Saturday 28 December 2024 18:28:29 -0500 (0:00:00.083) 0:09:20.724 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Saturday 28 December 2024 18:28:29 -0500 (0:00:00.071) 0:09:20.795 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Saturday 28 December 2024 18:28:29 -0500 (0:00:00.068) 0:09:20.864 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Saturday 28 December 2024 18:28:29 -0500 (0:00:00.070) 0:09:20.935 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Saturday 28 December 2024 18:28:29 -0500 (0:00:00.070) 0:09:21.006 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Saturday 28 December 2024 18:28:29 -0500 (0:00:00.070) 0:09:21.076 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Saturday 28 December 2024 18:28:30 -0500 (0:00:00.092) 0:09:21.168 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Saturday 28 December 2024 18:28:30 -0500 (0:00:00.070) 0:09:21.238 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Saturday 28 December 2024 18:28:30 -0500 (0:00:00.151) 0:09:21.390 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml for managed-node2 TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Saturday 28 December 2024 18:28:30 -0500 (0:00:00.260) 0:09:21.650 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Saturday 28 December 2024 18:28:30 -0500 (0:00:00.033) 0:09:21.683 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml for managed-node2 TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Saturday 28 December 2024 18:28:30 -0500 (0:00:00.098) 0:09:21.782 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Saturday 28 December 2024 18:28:30 -0500 (0:00:00.030) 0:09:21.812 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed-node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Saturday 28 December 2024 18:28:30 -0500 (0:00:00.102) 0:09:21.915 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Saturday 28 December 2024 18:28:30 -0500 (0:00:00.085) 0:09:22.001 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Saturday 28 December 2024 18:28:30 -0500 (0:00:00.030) 0:09:22.031 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Saturday 28 December 2024 18:28:30 -0500 (0:00:00.029) 0:09:22.061 ***** ok: [managed-node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Saturday 28 December 2024 18:28:31 -0500 (0:00:00.070) 0:09:22.131 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml for managed-node2 TASK [Validate pool member VDO settings] *************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Saturday 28 December 2024 18:28:31 -0500 (0:00:00.127) 0:09:22.259 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Saturday 28 December 2024 18:28:31 -0500 (0:00:00.032) 0:09:22.291 ***** included: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed-node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Saturday 28 December 2024 18:28:31 -0500 (0:00:00.275) 0:09:22.566 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Saturday 28 December 2024 18:28:31 -0500 (0:00:00.070) 0:09:22.636 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Saturday 28 December 2024 18:28:31 -0500 (0:00:00.072) 0:09:22.708 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Saturday 28 December 2024 18:28:31 -0500 (0:00:00.072) 0:09:22.781 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Saturday 28 December 2024 18:28:31 -0500 (0:00:00.067) 0:09:22.849 ***** skipping: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Saturday 28 December 2024 18:28:31 -0500 (0:00:00.072) 0:09:22.921 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Saturday 28 December 2024 18:28:31 -0500 (0:00:00.104) 0:09:23.026 ***** ok: [managed-node2] => { "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-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Saturday 28 December 2024 18:28:32 -0500 (0:00:00.106) 0:09:23.133 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Saturday 28 December 2024 18:28:32 -0500 (0:00:00.034) 0:09:23.168 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Saturday 28 December 2024 18:28:32 -0500 (0:00:00.035) 0:09:23.203 ***** ok: [managed-node2] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* managed-node2 : ok=825 changed=41 unreachable=0 failed=0 skipped=580 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 28 December 2024 18:28:32 -0500 (0:00:00.078) 0:09:23.282 ***** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state - 100.17s /tmp/collections-o8D/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 -- 87.08s /tmp/collections-o8D/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 -- 10.05s /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 9.85s /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 9.01s /tmp/collections-o8D/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.73s /tmp/collections-o8D/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.38s /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.05s /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.32s /tmp/collections-o8D/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.08s /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Get the canonical device path for each member device -------------------- 3.87s /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Get the canonical device path for each member device -------------------- 3.87s /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.64s /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 3.64s /tmp/collections-o8D/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.60s /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Get the canonical device path for each member device -------------------- 3.50s /tmp/collections-o8D/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.33s /tmp/collections-o8D/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.09s /tmp/collections-o8D/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.99s /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Get service facts ------------------- 2.24s /tmp/collections-o8D/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51