ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_lvm_pool_members.yml ******************************************* 1 plays in /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:2 Tuesday 27 August 2024 06:47:43 -0400 (0:00:00.023) 0:00:00.023 ******** ok: [managed_node2] META: ran handlers TASK [Run the role] ************************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:14 Tuesday 27 August 2024 06:47:45 -0400 (0:00:01.143) 0:00:01.167 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:47:45 -0400 (0:00:00.059) 0:00:01.226 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:47:45 -0400 (0:00:00.067) 0:00:01.293 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:47:45 -0400 (0:00:00.052) 0:00:01.346 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:47:45 -0400 (0:00:00.096) 0:00:01.443 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:47:45 -0400 (0:00:00.505) 0:00:01.949 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:47:45 -0400 (0:00:00.039) 0:00:01.988 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:47:45 -0400 (0:00:00.014) 0:00:02.002 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:47:45 -0400 (0:00:00.014) 0:00:02.017 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:47:45 -0400 (0:00:00.060) 0:00:02.077 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:47:48 -0400 (0:00:02.843) 0:00:04.921 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:47:48 -0400 (0:00:00.048) 0:00:04.970 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:47:48 -0400 (0:00:00.060) 0:00:05.030 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:47:49 -0400 (0:00:00.699) 0:00:05.729 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Tuesday 27 August 2024 06:47:49 -0400 (0:00:00.064) 0:00:05.793 ******** TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Tuesday 27 August 2024 06:47:49 -0400 (0:00:00.014) 0:00:05.808 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Tuesday 27 August 2024 06:47:49 -0400 (0:00:00.015) 0:00:05.823 ******** TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:47:49 -0400 (0:00:00.013) 0:00:05.837 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:47:52 -0400 (0:00:02.767) 0:00:08.604 ******** 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" }, "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" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "lvm2-pvscan@8:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "lvm2-pvscan@9:127.service": { "name": "lvm2-pvscan@9:127.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "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.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "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": "unknown" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "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-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-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-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "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-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "unknown" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:47:54 -0400 (0:00:01.786) 0:00:10.391 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:47:54 -0400 (0:00:00.030) 0:00:10.421 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:47:54 -0400 (0:00:00.016) 0:00:10.438 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:47:54 -0400 (0:00:00.517) 0:00:10.955 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:47:54 -0400 (0:00:00.019) 0:00:10.975 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.373) 0:00:11.349 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.020) 0:00:11.369 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.016) 0:00:11.385 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.020) 0:00:11.406 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.039) 0:00:11.445 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.021) 0:00:11.466 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.018) 0:00:11.485 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.018) 0:00:11.504 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.017) 0:00:11.521 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.018) 0:00:11.539 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.020) 0:00:11.560 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755563.0263286, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724755560.9153314, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 488636553, "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": 1724755560.9143312, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3730923103", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.361) 0:00:11.921 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:47:55 -0400 (0:00:00.027) 0:00:11.948 ******** ok: [managed_node2] TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:18 Tuesday 27 August 2024 06:47:56 -0400 (0:00:00.816) 0:00:12.764 ******** ok: [managed_node2] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:25 Tuesday 27 August 2024 06:47:56 -0400 (0:00:00.040) 0:00:12.805 ******** ok: [managed_node2] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "15.el8", "source": "rpm", "version": "1.40.16" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "15.el8", "source": "rpm", "version": "1.40.16" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "15.el8", "source": "rpm", "version": "1.40.16" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "15.el8", "source": "rpm", "version": "1.40.16" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "3.el8", "source": "rpm", "version": "2.2.53" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "22.el8", "source": "rpm", "version": "0.60.6.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.el8", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.el8", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "2.el8", "source": "rpm", "version": "1.2.6" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "2.el8", "source": "rpm", "version": "1.2.6" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "2.el8", "source": "rpm", "version": "1.2.6" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "27.el8", "source": "rpm", "version": "0.7" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "5.el8", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "5.el8", "source": "rpm", "version": "4.4.20" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "5.el8", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el8bkr", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.el8bkr", "source": "rpm", "version": "1" } ], "bind-export-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "13.el8", "source": "rpm", "version": "9.11.36" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "123.el8", "source": "rpm", "version": "2.30" } ], "biosdevname": [ { "arch": "x86_64", "epoch": null, "name": "biosdevname", "release": "2.el8", "source": "rpm", "version": "0.7.3" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "10.el8", "source": "rpm", "version": "3.0.4" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "8.el8", "source": "rpm", "version": "3.6.0" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-chrono": [ { "arch": "x86_64", "epoch": null, "name": "boost-chrono", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-date-time": [ { "arch": "x86_64", "epoch": null, "name": "boost-date-time", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "boost-timer": [ { "arch": "x86_64", "epoch": null, "name": "boost-timer", "release": "13.el8", "source": "rpm", "version": "1.66.0" } ], "brotli": [ { "arch": "x86_64", "epoch": null, "name": "brotli", "release": "3.el8", "source": "rpm", "version": "1.0.6" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "26.el8", "source": "rpm", "version": "1.0.6" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "11.el8", "source": "rpm", "version": "1.13.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "80.0.el8", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": 1, "name": "centos-gpg-keys", "release": "6.el8", "source": "rpm", "version": "8" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "1.el8", "source": "rpm", "version": "8.6" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "6.el8", "source": "rpm", "version": "8" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el8", "source": "rpm", "version": "2.9" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.el8", "source": "rpm", "version": "1.19.2" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el8", "source": "rpm", "version": "4.5" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "15.el8", "source": "rpm", "version": "15" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "15.el8", "source": "rpm", "version": "15" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "7.el8.2", "source": "rpm", "version": "23.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "0.el8", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "15.el8", "source": "rpm", "version": "8.30" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "15.el8", "source": "rpm", "version": "8.30" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "11.el8", "source": "rpm", "version": "2.12" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "22.el8", "source": "rpm", "version": "8.5.0" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "15.el8", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "15.el8", "source": "rpm", "version": "2.9.6" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "10.el8", "source": "rpm", "version": "1.5.2" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "10.el8", "source": "rpm", "version": "1.5.2" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "17.20190603git.el8", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git3177e06.el8", "source": "rpm", "version": "20230731" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git3177e06.el8", "source": "rpm", "version": "20230731" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "7.el8", "source": "rpm", "version": "2.3.7" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "7.el8", "source": "rpm", "version": "2.3.7" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "34.el8", "source": "rpm", "version": "7.61.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "6.el8_5", "source": "rpm", "version": "2.1.27" } ], "daxctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "daxctl-libs", "release": "7.el8", "source": "rpm", "version": "71.1" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-daemon": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-daemon", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-glib": [ { "arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "2.el8", "source": "rpm", "version": "0.110" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "26.el8", "source": "rpm", "version": "1.12.8" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 8, "name": "device-mapper", "release": "14.el8", "source": "rpm", "version": "1.02.181" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 8, "name": "device-mapper-event", "release": "14.el8", "source": "rpm", "version": "1.02.181" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 8, "name": "device-mapper-event-libs", "release": "14.el8", "source": "rpm", "version": "1.02.181" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 8, "name": "device-mapper-libs", "release": "14.el8", "source": "rpm", "version": "1.02.181" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "41.el8", "source": "rpm", "version": "0.8.4" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "41.el8", "source": "rpm", "version": "0.8.4" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "7.el8", "source": "rpm", "version": "0.9.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "50.el8", "source": "rpm", "version": "4.3.6" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "50.el8", "source": "rpm", "version": "4.3.6" } ], "dhcp-libs": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "50.el8", "source": "rpm", "version": "4.3.6" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el8", "source": "rpm", "version": "3.6" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "4.el8", "source": "rpm", "version": "3.3" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "20.el8", "source": "rpm", "version": "4.7.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "20.el8", "source": "rpm", "version": "4.7.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "25.el8", "source": "rpm", "version": "4.0.21" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "233.git20240115.el8", "source": "rpm", "version": "049" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "233.git20240115.el8", "source": "rpm", "version": "049" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "233.git20240115.el8", "source": "rpm", "version": "049" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "233.git20240115.el8", "source": "rpm", "version": "049" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "1.el8", "source": "rpm", "version": "12.1.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "4.el8", "source": "rpm", "version": "37" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "2.el8", "source": "rpm", "version": "0.190" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "11.el8", "source": "rpm", "version": "26.1" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "19.el8", "source": "rpm", "version": "8" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "2.el8", "source": "rpm", "version": "5.13" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "13.el8", "source": "rpm", "version": "2.2.5" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "26.el8", "source": "rpm", "version": "5.33" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "26.el8", "source": "rpm", "version": "5.33" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "6.el8", "source": "rpm", "version": "3.8" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "22.el8", "source": "rpm", "version": "4.6.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "4.el8", "source": "rpm", "version": "0.9.11" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "4.el8", "source": "rpm", "version": "0.9.11" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "9.el8", "source": "rpm", "version": "2.6.1" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "9.el8", "source": "rpm", "version": "2.9.1" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "19.el8", "source": "rpm", "version": "2.9.7" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el8", "source": "rpm", "version": "4.2.1" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "22.el8", "source": "rpm", "version": "8.5.0" } ], "gdbm": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "2.el8", "source": "rpm", "version": "1.18" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "2.el8", "source": "rpm", "version": "1.18" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "11.el8", "source": "rpm", "version": "1.0.3" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "1.el8", "source": "rpm", "version": "20180605" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "1.el8", "source": "rpm", "version": "20180605" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "17.el8", "source": "rpm", "version": "0.19.8.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "17.el8", "source": "rpm", "version": "0.19.8.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.el8", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.el8", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.el8", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "163.el8", "source": "rpm", "version": "2.56.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "251.el8.2", "source": "rpm", "version": "2.28" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "251.el8.2", "source": "rpm", "version": "2.28" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "251.el8.2", "source": "rpm", "version": "2.28" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "251.el8.2", "source": "rpm", "version": "2.28" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "251.el8.2", "source": "rpm", "version": "2.28" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "251.el8.2", "source": "rpm", "version": "2.28" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "12.el8", "source": "rpm", "version": "6.1.2" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.el8", "source": "rpm", "version": "2.2.20" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "3.el8", "source": "rpm", "version": "2.2.20" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "8.el8.1", "source": "rpm", "version": "3.6.16" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el8", "source": "rpm", "version": "1.56.1" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5cf7cefb", "source": "rpm", "version": "2f86d6a1" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "12.el8", "source": "rpm", "version": "1.13.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "17.el8", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "6.el8", "source": "rpm", "version": "3.1" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "18.el8", "source": "rpm", "version": "1.22.3" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-tools-extra": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "129.el8", "source": "rpm", "version": "2.02" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "48.el8", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "21.el8", "source": "rpm", "version": "0.8.0" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "13.el8", "source": "rpm", "version": "1.9" } ], "hardlink": [ { "arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "6.el8", "source": "rpm", "version": "1.3" } ], "hdparm": [ { "arch": "x86_64", "epoch": null, "name": "hdparm", "release": "4.el8", "source": "rpm", "version": "9.54" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "7.el8.0.1", "source": "rpm", "version": "3.20" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "8.22.el8", "source": "rpm", "version": "0.314" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "12.el8", "source": "rpm", "version": "1.3.2" } ], "info": [ { "arch": "x86_64", "epoch": null, "name": "info", "release": "7.el8_5", "source": "rpm", "version": "6.5" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.el8", "source": "rpm", "version": "10.00.18" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "4.el8", "source": "rpm", "version": "0.2.4" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el8", "source": "rpm", "version": "6.2.0" } ], "iprutils": [ { "arch": "x86_64", "epoch": null, "name": "iprutils", "release": "1.el8", "source": "rpm", "version": "2.4.19" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "1.el8", "source": "rpm", "version": "7.1" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "1.el8", "source": "rpm", "version": "7.1" } ], "iptables": [ { "arch": "x86_64", "epoch": null, "name": "iptables", "release": "11.el8", "source": "rpm", "version": "1.8.5" } ], "iptables-ebtables": [ { "arch": "x86_64", "epoch": null, "name": "iptables-ebtables", "release": "11.el8", "source": "rpm", "version": "1.8.5" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "11.el8", "source": "rpm", "version": "1.8.5" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "11.el8", "source": "rpm", "version": "20180629" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "1.el8", "source": "rpm", "version": "1.9.2" } ], "isl": [ { "arch": "x86_64", "epoch": null, "name": "isl", "release": "6.el8", "source": "rpm", "version": "0.16.1" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "121.el8.1", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "121.el8.1", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl3160-firmware", "release": "121.el8.1", "source": "rpm", "version": "25.30.13.0" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "121.el8.1", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "121.el8.1", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000-firmware", "release": "121.el8.1", "source": "rpm", "version": "9.221.4.1" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "121.el8.1", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "121.el8.1", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl7260-firmware", "release": "121.el8.1", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el8", "source": "rpm", "version": "2.14" } ], "jose": [ { "arch": "x86_64", "epoch": null, "name": "jose", "release": "2.el8", "source": "rpm", "version": "10" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "9.el8", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "3.el8", "source": "rpm", "version": "0.13.1" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "11.el8", "source": "rpm", "version": "2.0.4" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "11.el8", "source": "rpm", "version": "2.0.4" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "11.el8", "source": "rpm", "version": "2.0.4" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "553.5.1.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "553.5.1.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "553.5.1.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "553.5.1.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "553.5.1.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "553.5.1.el8", "source": "rpm", "version": "4.18.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "553.5.1.el8", "source": "rpm", "version": "4.18.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "14.el8", "source": "rpm", "version": "2.0.26" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "9.el8", "source": "rpm", "version": "1.5.10" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "9.el8", "source": "rpm", "version": "1.5.10" } ], "keyutils-libs-devel": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs-devel", "release": "9.el8", "source": "rpm", "version": "1.5.10" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "20.el8", "source": "rpm", "version": "25" } ], "kmod-kvdo": [ { "arch": "x86_64", "epoch": null, "name": "kmod-kvdo", "release": "94.el8", "source": "rpm", "version": "6.2.8.7" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "20.el8", "source": "rpm", "version": "25" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "41.el8", "source": "rpm", "version": "0.8.4" } ], "krb5-devel": [ { "arch": "x86_64", "epoch": null, "name": "krb5-devel", "release": "27.el8", "source": "rpm", "version": "1.18.2" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "27.el8", "source": "rpm", "version": "1.18.2" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "12.el8", "source": "rpm", "version": "1.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "3.el8", "source": "rpm", "version": "530" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.el8", "source": "rpm", "version": "2.2.53" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "1.el8", "source": "rpm", "version": "0.3.112" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "5.el8", "source": "rpm", "version": "3.3.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el8", "source": "rpm", "version": "2.5.1" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el8", "source": "rpm", "version": "2.4.48" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "40.el8", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-kbd": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-kbd", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-nvdimm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvdimm", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": null, "name": "libbpf", "release": "1.el8", "source": "rpm", "version": "0.5.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "3.el8", "source": "rpm", "version": "1.4" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.el8", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "1.el8", "source": "rpm", "version": "0.7.11" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "40.el8", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "libcom_err-devel": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err-devel", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el8", "source": "rpm", "version": "0.1.18" } ], "libcroco": [ { "arch": "x86_64", "epoch": null, "name": "libcroco", "release": "4.el8_2.1", "source": "rpm", "version": "0.6.12" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "34.el8", "source": "rpm", "version": "7.61.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "15.el8", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "42.el8_4", "source": "rpm", "version": "5.3.28" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "42.el8_4", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "40.el8", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "19.el8", "source": "rpm", "version": "0.63.0" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "23.20170329cvs.el8", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "3.el8", "source": "rpm", "version": "0.1.10" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "6.el8", "source": "rpm", "version": "4.24" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "5.el8", "source": "rpm", "version": "2.1.8" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "2.el8", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "24.el8", "source": "rpm", "version": "3.1" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "22.el8", "source": "rpm", "version": "8.5.0" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "7.el8", "source": "rpm", "version": "1.8.5" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "22.el8", "source": "rpm", "version": "8.5.0" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.el8", "source": "rpm", "version": "1.31" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "1.el8", "source": "rpm", "version": "48.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.el8", "source": "rpm", "version": "2.2.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "40.el8", "source": "rpm", "version": "1.3.1" } ], "libjose": [ { "arch": "x86_64", "epoch": null, "name": "libjose", "release": "2.el8", "source": "rpm", "version": "10" } ], "libkadm5": [ { "arch": "x86_64", "epoch": null, "name": "libkadm5", "release": "27.el8", "source": "rpm", "version": "1.18.2" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "2.el8", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "2.el8", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "9.el8", "source": "rpm", "version": "1.3.5" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "0.el8", "source": "rpm", "version": "2.8.0" } ], "libluksmeta": [ { "arch": "x86_64", "epoch": null, "name": "libluksmeta", "release": "4.el8", "source": "rpm", "version": "9" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "10.el8.1", "source": "rpm", "version": "1.2.0" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "7.el8", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "6.el8", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "1.el8", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "9.1.el8", "source": "rpm", "version": "1.1.0" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "6.el8", "source": "rpm", "version": "1.7" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "5.el8", "source": "rpm", "version": "1.0.6" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "13.el8", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "59.el8", "source": "rpm", "version": "2.3.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "3.el8", "source": "rpm", "version": "1.2.2" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "6.el8.1", "source": "rpm", "version": "1.33.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.el8", "source": "rpm", "version": "3.7.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "1.el8", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "2.20180605git4a062cf.el8", "source": "rpm", "version": "1.2.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "40.el8", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "5.el8", "source": "rpm", "version": "1.9.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.el8", "source": "rpm", "version": "1.5.0" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "5.el8", "source": "rpm", "version": "1.6.34" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "6.el8", "source": "rpm", "version": "0.20.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "6.el8", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "40.el8", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "5.el8", "source": "rpm", "version": "1.14.2" } ], "libreport-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "15.el8", "source": "rpm", "version": "2.9.5" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "1.el8", "source": "rpm", "version": "2.5.2" } ], "libsecret": [ { "arch": "x86_64", "epoch": null, "name": "libsecret", "release": "1.el8", "source": "rpm", "version": "0.18.6" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "libselinux-devel": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-devel", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "9.el8", "source": "rpm", "version": "2.9" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "3.el8", "source": "rpm", "version": "2.9" } ], "libsepol-devel": [ { "arch": "x86_64", "epoch": null, "name": "libsepol-devel", "release": "3.el8", "source": "rpm", "version": "2.9" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "5.el8", "source": "rpm", "version": "2.11" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "6.el8", "source": "rpm", "version": "0.7.20" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.el8", "source": "rpm", "version": "1.45.6" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "14.el8", "source": "rpm", "version": "0.9.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "14.el8", "source": "rpm", "version": "0.9.6" } ], "libsss_autofs": [ { "arch": "x86_64", "epoch": null, "name": "libsss_autofs", "release": "3.el8", "source": "rpm", "version": "2.9.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "3.el8", "source": "rpm", "version": "2.9.4" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "3.el8", "source": "rpm", "version": "2.9.4" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "3.el8", "source": "rpm", "version": "2.9.4" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "3.el8", "source": "rpm", "version": "2.9.4" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "22.el8", "source": "rpm", "version": "8.5.0" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "25.el8", "source": "rpm", "version": "2.1.0" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "0.el8", "source": "rpm", "version": "2.4.1" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "4.el8", "source": "rpm", "version": "4.13" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "0.el8", "source": "rpm", "version": "1.4.9" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "4.el8", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "0.el8", "source": "rpm", "version": "0.16.0" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "12.el8", "source": "rpm", "version": "1.1.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.el8", "source": "rpm", "version": "0.9.9" } ], "libusbx": [ { "arch": "x86_64", "epoch": null, "name": "libusbx", "release": "4.el8", "source": "rpm", "version": "1.0.23" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "25.el8", "source": "rpm", "version": "0.62" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "14.el8", "source": "rpm", "version": "1.1.6" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "2.el8", "source": "rpm", "version": "0.3.2" } ], "libverto-devel": [ { "arch": "x86_64", "epoch": null, "name": "libverto-devel", "release": "2.el8", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "2.el8", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "6.el8", "source": "rpm", "version": "4.1.1" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "6.el8", "source": "rpm", "version": "4.1.1" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.el8", "source": "rpm", "version": "0.9.1" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "18.el8", "source": "rpm", "version": "2.9.7" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el8", "source": "rpm", "version": "1.1.32" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "5.el8", "source": "rpm", "version": "0.1.7" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.el8", "source": "rpm", "version": "1.4.4" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.el8", "source": "rpm", "version": "1.4.4" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "121.gitb3132c18.el8", "source": "rpm", "version": "20240111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.el8", "source": "rpm", "version": "0.9.24" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "6.el8", "source": "rpm", "version": "3.14.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "6.el8", "source": "rpm", "version": "B.02.19.2" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "1.el8", "source": "rpm", "version": "4.93.2" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "3.el8", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "12.el8", "source": "rpm", "version": "5.3.4" } ], "luksmeta": [ { "arch": "x86_64", "epoch": null, "name": "luksmeta", "release": "4.el8", "source": "rpm", "version": "9" } ], "lvm2": [ { "arch": "x86_64", "epoch": 8, "name": "lvm2", "release": "14.el8", "source": "rpm", "version": "2.03.14" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 8, "name": "lvm2-libs", "release": "14.el8", "source": "rpm", "version": "2.03.14" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "3.el8_4", "source": "rpm", "version": "1.8.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "14.el8", "source": "rpm", "version": "2.08" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "7.el8", "source": "rpm", "version": "1.4.18" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "11.el8", "source": "rpm", "version": "4.2.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "18.el8", "source": "rpm", "version": "2.7.6.1" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "14.el8", "source": "rpm", "version": "4.2" } ], "memstrack": [ { "arch": "x86_64", "epoch": null, "name": "memstrack", "release": "2.el8", "source": "rpm", "version": "0.2.5" } ], "microcode_ctl": [ { "arch": "x86_64", "epoch": 4, "name": "microcode_ctl", "release": "2.el8", "source": "rpm", "version": "20230808" } ], "mokutil": [ { "arch": "x86_64", "epoch": 1, "name": "mokutil", "release": "12.el8", "source": "rpm", "version": "0.3.0" } ], "mozjs60": [ { "arch": "x86_64", "epoch": null, "name": "mozjs60", "release": "4.el8", "source": "rpm", "version": "60.9.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "1.el8", "source": "rpm", "version": "3.1.6" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "10.20180224.el8", "source": "rpm", "version": "6.1" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "10.20180224.el8", "source": "rpm", "version": "6.1" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "10.20180224.el8", "source": "rpm", "version": "6.1" } ], "ndctl": [ { "arch": "x86_64", "epoch": null, "name": "ndctl", "release": "7.el8", "source": "rpm", "version": "71.1" } ], "ndctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "ndctl-libs", "release": "7.el8", "source": "rpm", "version": "71.1" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "7.el8", "source": "rpm", "version": "3.4.1" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el8", "source": "rpm", "version": "0.52.20" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "59.el8", "source": "rpm", "version": "2.3.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "4.el8", "source": "rpm", "version": "1.0.4" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "4.el8", "source": "rpm", "version": "1.5" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "1.el8", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "7.el8", "source": "rpm", "version": "3.90.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "7.el8", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "7.el8", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "7.el8", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "7.el8", "source": "rpm", "version": "3.90.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "4.el8", "source": "rpm", "version": "2.0.16" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "3.el8", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "3.el8", "source": "rpm", "version": "0.34.7" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "3.el8", "source": "rpm", "version": "6.8.2" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "18.el8", "source": "rpm", "version": "2.4.46" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "24.el8", "source": "rpm", "version": "8.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "24.el8", "source": "rpm", "version": "8.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "24.el8", "source": "rpm", "version": "8.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "12.el8", "source": "rpm", "version": "1.1.1k" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "12.el8", "source": "rpm", "version": "1.1.1k" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "12.el8", "source": "rpm", "version": "1.1.1k" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.el8", "source": "rpm", "version": "0.4.10" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el8", "source": "rpm", "version": "1.74" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.el8", "source": "rpm", "version": "0.23.22" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.el8", "source": "rpm", "version": "0.23.22" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "33.el8", "source": "rpm", "version": "1.3.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "39.el8", "source": "rpm", "version": "3.2" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "4.el8", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "3.el8", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "6.el8", "source": "rpm", "version": "8.42" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "3.el8", "source": "rpm", "version": "10.32" } ], "pcre2-devel": [ { "arch": "x86_64", "epoch": null, "name": "pcre2-devel", "release": "3.el8", "source": "rpm", "version": "10.32" } ], "pcre2-utf16": [ { "arch": "x86_64", "epoch": null, "name": "pcre2-utf16", "release": "3.el8", "source": "rpm", "version": "10.32" } ], "pcre2-utf32": [ { "arch": "x86_64", "epoch": null, "name": "pcre2-utf32", "release": "3.el8", "source": "rpm", "version": "10.32" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "396.el8", "source": "rpm", "version": "1.42" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "399.el8", "source": "rpm", "version": "2.167" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "395.el8", "source": "rpm", "version": "1.17" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "396.el8", "source": "rpm", "version": "2.55" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "3.el8", "source": "rpm", "version": "2.97" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "422.el8", "source": "rpm", "version": "1.28" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "2.el8", "source": "rpm", "version": "0.17025" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "396.el8", "source": "rpm", "version": "5.72" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el8", "source": "rpm", "version": "2.15" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Temp", "release": "1.el8", "source": "rpm", "version": "0.230.600" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.el8", "source": "rpm", "version": "2.50" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.el8", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.el8", "source": "rpm", "version": "0.074" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "422.el8", "source": "rpm", "version": "1.38" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el8", "source": "rpm", "version": "0.39" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "4.module_el8+339+1ec643e0", "source": "rpm", "version": "2.066" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "396.el8", "source": "rpm", "version": "3.15" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "7.module_el8+645+9d809f8c", "source": "rpm", "version": "20160104" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "2.module_el8+339+1ec643e0", "source": "rpm", "version": "1.88" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "1.el8", "source": "rpm", "version": "3.74" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "395.el8", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "396.el8", "source": "rpm", "version": "3.28" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "395.el8", "source": "rpm", "version": "3.35" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "395.el8", "source": "rpm", "version": "1.69" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 3, "name": "perl-Scalar-List-Utils", "release": "2.el8", "source": "rpm", "version": "1.49" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "3.el8", "source": "rpm", "version": "2.027" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "3.el8", "source": "rpm", "version": "3.11" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "396.el8", "source": "rpm", "version": "4.06" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "395.el8", "source": "rpm", "version": "1.17" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "7.el8", "source": "rpm", "version": "2.37" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "395.el8", "source": "rpm", "version": "3.30" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "395.el8", "source": "rpm", "version": "2013.0523" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 1, "name": "perl-Time-Local", "release": "1.el8", "source": "rpm", "version": "1.280" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "3.el8", "source": "rpm", "version": "1.73" } ], "perl-Unicode-Normalize": [ { "arch": "x86_64", "epoch": null, "name": "perl-Unicode-Normalize", "release": "396.el8", "source": "rpm", "version": "1.25" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "396.el8", "source": "rpm", "version": "1.33" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "422.el8", "source": "rpm", "version": "5.26.3" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "3.el8", "source": "rpm", "version": "3.11" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "422.el8", "source": "rpm", "version": "5.26.3" } ], "perl-macros": [ { "arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "422.el8", "source": "rpm", "version": "5.26.3" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.el8", "source": "rpm", "version": "0.237" } ], "perl-podlators": [ { "arch": "noarch", "epoch": null, "name": "perl-podlators", "release": "1.el8", "source": "rpm", "version": "4.11" } ], "perl-threads": [ { "arch": "x86_64", "epoch": 1, "name": "perl-threads", "release": "2.el8", "source": "rpm", "version": "2.21" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "2.el8", "source": "rpm", "version": "1.58" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el8", "source": "rpm", "version": "2.4" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "2.el8", "source": "rpm", "version": "1.1.0" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "1.el8", "source": "rpm", "version": "1.4.2" } ], "platform-python": [ { "arch": "x86_64", "epoch": null, "name": "platform-python", "release": "62.el8", "source": "rpm", "version": "3.6.8" } ], "platform-python-pip": [ { "arch": "noarch", "epoch": null, "name": "platform-python-pip", "release": "24.el8", "source": "rpm", "version": "9.0.3" } ], "platform-python-setuptools": [ { "arch": "noarch", "epoch": null, "name": "platform-python-setuptools", "release": "7.el8", "source": "rpm", "version": "39.2.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "11.20200615git1e36e30.el8", "source": "rpm", "version": "0.9.4" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "11.20200615git1e36e30.el8", "source": "rpm", "version": "0.9.4" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "11.20200615git1e36e30.el8", "source": "rpm", "version": "0.9.4" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "26.el8", "source": "rpm", "version": "2.9" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "15.el8", "source": "rpm", "version": "0.115" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "15.el8", "source": "rpm", "version": "0.115" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "12.el8", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "1.el8", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "6.el8", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "14.el8", "source": "rpm", "version": "3.3.15" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "5.el8", "source": "rpm", "version": "23.1" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.el8", "source": "rpm", "version": "20180723" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.el8", "source": "rpm", "version": "3.1.2" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "7.el8", "source": "rpm", "version": "2.5.1" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "8.el8", "source": "rpm", "version": "3.6.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "6.el8", "source": "rpm", "version": "2.28" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "3.el8", "source": "rpm", "version": "1.4" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "6.el8", "source": "rpm", "version": "1.11.5" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "7.el8", "source": "rpm", "version": "3.0.4" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "11.el8", "source": "rpm", "version": "5.0.6" } ], "python3-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python3-configshell", "release": "1.el8", "source": "rpm", "version": "1.1.28" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "7.el8", "source": "rpm", "version": "3.2.1" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "6.el8", "source": "rpm", "version": "2.6.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "15.el8", "source": "rpm", "version": "1.2.4" } ], "python3-dbus-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-client-gen", "release": "1.el8", "source": "rpm", "version": "0.4" } ], "python3-dbus-python-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-python-client-gen", "release": "3.el8", "source": "rpm", "version": "0.7" } ], "python3-dbus-signature-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-signature-pyparsing", "release": "2.el8", "source": "rpm", "version": "0.03" } ], "python3-decorator": [ { "arch": "noarch", "epoch": null, "name": "python3-decorator", "release": "2.el8", "source": "rpm", "version": "4.2.1" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "20.el8", "source": "rpm", "version": "4.7.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "25.el8", "source": "rpm", "version": "4.0.21" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "4.el8", "source": "rpm", "version": "0.9.11" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "2.el8", "source": "rpm", "version": "3.28.3" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "12.el8", "source": "rpm", "version": "1.13.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "19.el8", "source": "rpm", "version": "0.63.0" } ], "python3-html5lib": [ { "arch": "noarch", "epoch": 1, "name": "python3-html5lib", "release": "6.el8", "source": "rpm", "version": "0.999999999" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "7.el8", "source": "rpm", "version": "2.5" } ], "python3-into-dbus-python": [ { "arch": "noarch", "epoch": null, "name": "python3-into-dbus-python", "release": "2.el8", "source": "rpm", "version": "0.06" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "5.el8", "source": "rpm", "version": "2.10.1" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "2.el8", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "11.el8", "source": "rpm", "version": "1.10" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "4.el8", "source": "rpm", "version": "2.6.0" } ], "python3-justbases": [ { "arch": "noarch", "epoch": null, "name": "python3-justbases", "release": "4.el8", "source": "rpm", "version": "0.14" } ], "python3-justbytes": [ { "arch": "noarch", "epoch": null, "name": "python3-justbytes", "release": "2.el8", "source": "rpm", "version": "0.14" } ], "python3-jwt": [ { "arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "2.el8", "source": "rpm", "version": "1.6.1" } ], "python3-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python3-kmod", "release": "20.el8", "source": "rpm", "version": "0.9" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el8", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "19.el8", "source": "rpm", "version": "0.63.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "62.el8", "source": "rpm", "version": "3.6.8" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "8.el8", "source": "rpm", "version": "2.9" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "9.el8", "source": "rpm", "version": "2.9" } ], "python3-linux-procfs": [ { "arch": "noarch", "epoch": null, "name": "python3-linux-procfs", "release": "1.el8", "source": "rpm", "version": "0.7.3" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "4.el8", "source": "rpm", "version": "4.2.3" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "19.el8", "source": "rpm", "version": "0.23" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "4.el8", "source": "rpm", "version": "0.10.6" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "4.el8", "source": "rpm", "version": "1.0.4" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.el8", "source": "rpm", "version": "2.1.0" } ], "python3-perf": [ { "arch": "x86_64", "epoch": null, "name": "python3-perf", "release": "553.5.1.el8", "source": "rpm", "version": "4.18.0" } ], "python3-pip": [ { "arch": "noarch", "epoch": null, "name": "python3-pip", "release": "24.el8", "source": "rpm", "version": "9.0.3" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "24.el8", "source": "rpm", "version": "9.0.3" } ], "python3-ply": [ { "arch": "noarch", "epoch": null, "name": "python3-ply", "release": "9.el8", "source": "rpm", "version": "3.9" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "26.el8", "source": "rpm", "version": "2.9" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "14.el8", "source": "rpm", "version": "0.7.2" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "11.el8", "source": "rpm", "version": "5.4.3" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "14.el8", "source": "rpm", "version": "2.14" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "7.el8", "source": "rpm", "version": "2.1.10" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "4.el8", "source": "rpm", "version": "3.11.7" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "9.el8", "source": "rpm", "version": "3.1.1" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "3.el8", "source": "rpm", "version": "1.6.8" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "11.el8", "source": "rpm", "version": "2017.2" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "7.el8", "source": "rpm", "version": "0.21.0" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "12.el8", "source": "rpm", "version": "3.12" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "4.el8", "source": "rpm", "version": "2.20.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "python3-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python3-rtslib", "release": "4.el8", "source": "rpm", "version": "2.1.75" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "5.el8", "source": "rpm", "version": "4.3.0" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "7.el8", "source": "rpm", "version": "39.2.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "7.el8", "source": "rpm", "version": "39.2.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "8.el8", "source": "rpm", "version": "1.11.0" } ], "python3-slip": [ { "arch": "noarch", "epoch": null, "name": "python3-slip", "release": "13.el8", "source": "rpm", "version": "0.6.4" } ], "python3-slip-dbus": [ { "arch": "noarch", "epoch": null, "name": "python3-slip-dbus", "release": "13.el8", "source": "rpm", "version": "0.6.4" } ], "python3-syspurpose": [ { "arch": "x86_64", "epoch": null, "name": "python3-syspurpose", "release": "1.el8", "source": "rpm", "version": "1.28.42" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "8.el8", "source": "rpm", "version": "234" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "5.el8", "source": "rpm", "version": "1.16.2" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "7.el8", "source": "rpm", "version": "1.24.2" } ], "python3-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python3-urwid", "release": "4.el8", "source": "rpm", "version": "1.3.1" } ], "python3-webencodings": [ { "arch": "noarch", "epoch": null, "name": "python3-webencodings", "release": "6.el8", "source": "rpm", "version": "0.5.1" } ], "python36": [ { "arch": "x86_64", "epoch": null, "name": "python36", "release": "39.module_el8+762+77bd8591", "source": "rpm", "version": "3.6.8" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el8", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 15, "name": "qemu-guest-agent", "release": "49.module_el8+991+097e156d", "source": "rpm", "version": "6.2.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "14.el8", "source": "rpm", "version": "4.04" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "14.el8", "source": "rpm", "version": "4.04" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "10.el8", "source": "rpm", "version": "7.0" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el8bkr", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el8bkr", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.el8", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "22.el8", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "10.el8", "source": "rpm", "version": "1.2.5" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "31.el8", "source": "rpm", "version": "4.14.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "19.el8.1", "source": "rpm", "version": "3.1.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "15.el8", "source": "rpm", "version": "8.2102.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "5.el8", "source": "rpm", "version": "4.5" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "139.el8", "source": "rpm", "version": "3.14.3" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "139.el8", "source": "rpm", "version": "3.14.3" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "11.el8", "source": "rpm", "version": "2.12.2" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "6.el8", "source": "rpm", "version": "1.44" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "6.el8", "source": "rpm", "version": "1.44" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "22.el8", "source": "rpm", "version": "4.6" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "4.el8", "source": "rpm", "version": "1.9" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "3.el8", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el8", "source": "rpm", "version": "1.1.8" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "19.el8", "source": "rpm", "version": "3.26.0" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "21.el8", "source": "rpm", "version": "4.3" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "3.el8", "source": "rpm", "version": "2.9.4" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "3.el8", "source": "rpm", "version": "2.9.4" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "3.el8", "source": "rpm", "version": "2.9.4" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "3.el8", "source": "rpm", "version": "2.9.4" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "2.el8", "source": "rpm", "version": "5.18" } ], "stratis-cli": [ { "arch": "noarch", "epoch": null, "name": "stratis-cli", "release": "1.el8", "source": "rpm", "version": "2.4.2" } ], "stratisd": [ { "arch": "x86_64", "epoch": null, "name": "stratisd", "release": "2.el8", "source": "rpm", "version": "2.4.2" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.el8", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "82.el8.1", "source": "rpm", "version": "239" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "82.el8.1", "source": "rpm", "version": "239" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "82.el8.1", "source": "rpm", "version": "239" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "82.el8.1", "source": "rpm", "version": "239" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "3.el8", "source": "rpm", "version": "4.9" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "3.el8", "source": "rpm", "version": "4.9" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "3.el8", "source": "rpm", "version": "4.9" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "3.el8", "source": "rpm", "version": "4.9" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "9.el8", "source": "rpm", "version": "1.30" } ], "target-restore": [ { "arch": "noarch", "epoch": null, "name": "target-restore", "release": "4.el8", "source": "rpm", "version": "2.1.75" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "2.el8", "source": "rpm", "version": "2.1.53" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "9.el8", "source": "rpm", "version": "2018.2" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "4.el8", "source": "rpm", "version": "1.31" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "3.el8", "source": "rpm", "version": "1.9" } ], "timedatex": [ { "arch": "x86_64", "epoch": null, "name": "timedatex", "release": "3.el8", "source": "rpm", "version": "0.5" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "5.el8", "source": "rpm", "version": "4.1.1" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "6.el8", "source": "rpm", "version": "2.3.2" } ], "trousers": [ { "arch": "x86_64", "epoch": null, "name": "trousers", "release": "2.el8", "source": "rpm", "version": "0.3.15" } ], "trousers-lib": [ { "arch": "x86_64", "epoch": null, "name": "trousers-lib", "release": "2.el8", "source": "rpm", "version": "0.3.15" } ], "tuned": [ { "arch": "noarch", "epoch": null, "name": "tuned", "release": "4.el8.1", "source": "rpm", "version": "2.22.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el8", "source": "rpm", "version": "2024a" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "5.el8", "source": "rpm", "version": "1.16.2" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "46.el8", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "4.el8", "source": "rpm", "version": "0.10.1" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "46.el8", "source": "rpm", "version": "2.32.1" } ], "vdo": [ { "arch": "x86_64", "epoch": null, "name": "vdo", "release": "14.el8", "source": "rpm", "version": "6.2.9.7" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "19.el8.4", "source": "rpm", "version": "8.0.1763" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "19.el8.4", "source": "rpm", "version": "8.0.1763" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "19.el8.4", "source": "rpm", "version": "8.0.1763" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "19.el8.4", "source": "rpm", "version": "8.0.1763" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "4.el8", "source": "rpm", "version": "1.25" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "6.el8", "source": "rpm", "version": "0.3.11" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "11.el8", "source": "rpm", "version": "1.19.5" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "20.el8", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "12.el8", "source": "rpm", "version": "5.0.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.el8", "source": "rpm", "version": "2.28" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "4.el8", "source": "rpm", "version": "5.2.4" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "4.el8", "source": "rpm", "version": "5.2.4" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "4.el8", "source": "rpm", "version": "5.2.4" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "20.el8", "source": "rpm", "version": "4.7.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "25.el8", "source": "rpm", "version": "4.0.21" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "23.el8", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "25.el8", "source": "rpm", "version": "1.2.11" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "25.el8", "source": "rpm", "version": "1.2.11" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:28 Tuesday 27 August 2024 06:47:58 -0400 (0:00:01.744) 0:00:14.549 ******** ok: [managed_node2] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:32 Tuesday 27 August 2024 06:47:58 -0400 (0:00:00.083) 0:00:14.633 ******** ok: [managed_node2] => { "ansible_facts": { "blivet_pkg_version": "3.6.0-8.el8" }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:46 Tuesday 27 August 2024 06:47:58 -0400 (0:00:00.044) 0:00:14.678 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed_node2 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Tuesday 27 August 2024 06:47:58 -0400 (0:00:00.125) 0:00:14.803 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Tuesday 27 August 2024 06:48:01 -0400 (0:00:02.871) 0:00:17.675 ******** 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=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Tuesday 27 August 2024 06:48:02 -0400 (0:00:00.537) 0:00:18.212 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Tuesday 27 August 2024 06:48:02 -0400 (0:00:00.078) 0:00:18.291 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Tuesday 27 August 2024 06:48:02 -0400 (0:00:00.082) 0:00:18.373 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Tuesday 27 August 2024 06:48:02 -0400 (0:00:00.081) 0:00:18.455 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:53 Tuesday 27 August 2024 06:48:02 -0400 (0:00:00.081) 0:00:18.536 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:48:02 -0400 (0:00:00.117) 0:00:18.654 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:48:02 -0400 (0:00:00.105) 0:00:18.760 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:48:02 -0400 (0:00:00.087) 0:00:18.848 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:48:03 -0400 (0:00:00.327) 0:00:19.175 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:48:03 -0400 (0:00:00.079) 0:00:19.255 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:48:03 -0400 (0:00:00.080) 0:00:19.336 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:48:03 -0400 (0:00:00.082) 0:00:19.418 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:48:03 -0400 (0:00:00.083) 0:00:19.502 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:48:03 -0400 (0:00:00.120) 0:00:19.622 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:48:03 -0400 (0:00:00.080) 0:00:19.703 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:48:03 -0400 (0:00:00.082) 0:00:19.785 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:48:03 -0400 (0:00:00.101) 0:00:19.887 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:48:03 -0400 (0:00:00.134) 0:00:20.021 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:48:04 -0400 (0:00:00.130) 0:00:20.151 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:48:04 -0400 (0:00:00.100) 0:00:20.252 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:48:04 -0400 (0:00:00.165) 0:00:20.417 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:48:04 -0400 (0:00:00.095) 0:00:20.513 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:48:04 -0400 (0:00:00.038) 0:00:20.551 ******** 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/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:48:14 -0400 (0:00:10.134) 0:00:30.686 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:48:14 -0400 (0:00:00.105) 0:00:30.791 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:48:15 -0400 (0:00:00.466) 0:00:31.257 ******** ok: [managed_node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:48:15 -0400 (0:00:00.514) 0:00:31.771 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:48:15 -0400 (0:00:00.055) 0:00:31.826 ******** 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/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:48:15 -0400 (0:00:00.104) 0:00:31.931 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:48:15 -0400 (0:00:00.099) 0:00:32.031 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:48:16 -0400 (0:00:00.085) 0:00:32.116 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:48:16 -0400 (0:00:00.036) 0:00:32.152 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:48:16 -0400 (0:00:00.092) 0:00:32.244 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:48:16 -0400 (0:00:00.034) 0:00:32.278 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:48:16 -0400 (0:00:00.035) 0:00:32.314 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:48:16 -0400 (0:00:00.108) 0:00:32.423 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755563.0263286, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724755560.9153314, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 488636553, "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": 1724755560.9143312, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3730923103", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:48:16 -0400 (0:00:00.490) 0:00:32.913 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:48:16 -0400 (0:00:00.034) 0:00:32.948 ******** ok: [managed_node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:61 Tuesday 27 August 2024 06:48:17 -0400 (0:00:00.847) 0:00:33.796 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:48:17 -0400 (0:00:00.115) 0:00:33.912 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:48:17 -0400 (0:00:00.087) 0:00:34.000 ******** skipping: [managed_node2] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:48:17 -0400 (0:00:00.082) 0:00:34.082 ******** 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": "YRiCye-lWUx-8u90-S309-25Qk-tRxA-HotUkE" }, "/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": "DVk3Go-WVfz-c3LD-wE2N-JSJp-5unI-cULxLL" }, "/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": "uPtuTv-HkqP-YdX3-uOwK-g7p1-wtm7-LxCqOP" }, "/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": "UcesyN-bIBL-SeD6-jeCE-2aUB-a5u8-1P8YxK" }, "/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": "UH2qBp-GWbv-34ud-cwfn-hNyI-Lh54-2qQlFy" }, "/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": "TVOLdk-mT4b-VYRd-cGrb-tY0D-eoG2-GenBM7" }, "/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": "0yY7TB-l5rd-drpr-4cjv-AZyu-z24E-rZ5N3p" }, "/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": "IKfBLv-iNMT-tLad-M955-w3OQ-D7ZX-iDmzDk" }, "/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": "1oyXdV-URuw-wlIB-OSn1-9kC2-A38R-S28UHD" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:48:18 -0400 (0:00:00.545) 0:00:34.627 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002834", "end": "2024-08-27 06:48:18.980893", "rc": 0, "start": "2024-08-27 06:48:18.978059" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:48:19 -0400 (0:00:00.532) 0:00:35.160 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002752", "end": "2024-08-27 06:48:19.391572", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:48:19.388820" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:48:19 -0400 (0:00:00.409) 0:00:35.570 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node2 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:48:19 -0400 (0:00:00.117) 0:00:35.687 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:48:19 -0400 (0:00:00.087) 0:00:35.774 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.024858", "end": "2024-08-27 06:48:20.102969", "rc": 0, "start": "2024-08-27 06:48:20.078111" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:48:20 -0400 (0:00:00.506) 0:00:36.281 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:48:20 -0400 (0:00:00.099) 0:00:36.381 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:48:20 -0400 (0:00:00.164) 0:00:36.545 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:48:20 -0400 (0:00:00.149) 0:00:36.694 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:48:24 -0400 (0:00:03.842) 0:00:40.537 ******** ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:48:24 -0400 (0:00:00.128) 0:00:40.666 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:48:24 -0400 (0:00:00.130) 0:00:40.796 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:48:24 -0400 (0:00:00.091) 0:00:40.888 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:48:24 -0400 (0:00:00.145) 0:00:41.034 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:48:25 -0400 (0:00:00.087) 0:00:41.122 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:48:25 -0400 (0:00:00.091) 0:00:41.213 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:48:25 -0400 (0:00:00.595) 0:00:41.808 ******** ok: [managed_node2] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.43.56 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:48:26 -0400 (0:00:00.474) 0:00:42.283 ******** skipping: [managed_node2] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "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, "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, "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, "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, "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, "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, "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, "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, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdi1" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:48:26 -0400 (0:00:00.654) 0:00:42.938 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:48:26 -0400 (0:00:00.125) 0:00:43.063 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:48:27 -0400 (0:00:00.089) 0:00:43.153 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:48:27 -0400 (0:00:00.211) 0:00:43.364 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:48:27 -0400 (0:00:00.115) 0:00:43.479 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:48:27 -0400 (0:00:00.093) 0:00:43.572 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:48:27 -0400 (0:00:00.094) 0:00:43.667 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:48:27 -0400 (0:00:00.093) 0:00:43.761 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:48:27 -0400 (0:00:00.099) 0:00:43.860 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:48:27 -0400 (0:00:00.096) 0:00:43.957 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:48:27 -0400 (0:00:00.081) 0:00:44.039 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:48:28 -0400 (0:00:00.086) 0:00:44.126 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:48:28 -0400 (0:00:00.121) 0:00:44.247 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:48:28 -0400 (0:00:00.175) 0:00:44.422 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:48:28 -0400 (0:00:00.042) 0:00:44.465 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:48:28 -0400 (0:00:00.219) 0:00:44.685 ******** TASK [Check member encryption] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:48:28 -0400 (0:00:00.035) 0:00:44.720 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:48:28 -0400 (0:00:00.182) 0:00:44.903 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:48:28 -0400 (0:00:00.119) 0:00:45.022 ******** skipping: [managed_node2] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "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, "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, "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, "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, "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, "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, "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, "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, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:48:29 -0400 (0:00:00.626) 0:00:45.648 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:48:30 -0400 (0:00:00.769) 0:00:46.418 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:48:30 -0400 (0:00:00.163) 0:00:46.581 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:48:30 -0400 (0:00:00.184) 0:00:46.766 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:48:30 -0400 (0:00:00.260) 0:00:47.026 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:48:31 -0400 (0:00:00.140) 0:00:47.166 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:48:31 -0400 (0:00:00.202) 0:00:47.369 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:48:31 -0400 (0:00:00.150) 0:00:47.520 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:48:31 -0400 (0:00:00.173) 0:00:47.693 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:48:31 -0400 (0:00:00.240) 0:00:47.934 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:48:32 -0400 (0:00:00.204) 0:00:48.138 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:48:32 -0400 (0:00:00.166) 0:00:48.305 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:48:32 -0400 (0:00:00.127) 0:00:48.433 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:48:32 -0400 (0:00:00.136) 0:00:48.570 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:48:32 -0400 (0:00:00.131) 0:00:48.701 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:48:32 -0400 (0:00:00.157) 0:00:48.858 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:48:32 -0400 (0:00:00.191) 0:00:49.050 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:48:33 -0400 (0:00:00.317) 0:00:49.367 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:48:33 -0400 (0:00:00.133) 0:00:49.501 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:48:33 -0400 (0:00:00.141) 0:00:49.642 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:48:33 -0400 (0:00:00.165) 0:00:49.808 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:48:33 -0400 (0:00:00.159) 0:00:49.967 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:48:34 -0400 (0:00:00.149) 0:00:50.116 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:48:34 -0400 (0:00:00.138) 0:00:50.255 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:48:34 -0400 (0:00:00.172) 0:00:50.428 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:48:34 -0400 (0:00:00.148) 0:00:50.576 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:48:34 -0400 (0:00:00.160) 0:00:50.737 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:48:34 -0400 (0:00:00.151) 0:00:50.888 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:48:34 -0400 (0:00:00.134) 0:00:51.023 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:48:35 -0400 (0:00:00.111) 0:00:51.134 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:48:35 -0400 (0:00:00.202) 0:00:51.336 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:48:35 -0400 (0:00:00.110) 0:00:51.447 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:48:35 -0400 (0:00:00.148) 0:00:51.595 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:48:35 -0400 (0:00:00.130) 0:00:51.725 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:48:35 -0400 (0:00:00.136) 0:00:51.862 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:48:35 -0400 (0:00:00.133) 0:00:51.995 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:48:36 -0400 (0:00:00.116) 0:00:52.112 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:48:36 -0400 (0:00:00.096) 0:00:52.208 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:48:36 -0400 (0:00:00.088) 0:00:52.297 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:48:36 -0400 (0:00:00.090) 0:00:52.388 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:48:36 -0400 (0:00:00.083) 0:00:52.471 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:48:36 -0400 (0:00:00.083) 0:00:52.555 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:48:36 -0400 (0:00:00.082) 0:00:52.637 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:48:36 -0400 (0:00:00.193) 0:00:52.831 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:48:36 -0400 (0:00:00.131) 0:00:52.962 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:48:36 -0400 (0:00:00.123) 0:00:53.085 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:48:37 -0400 (0:00:00.134) 0:00:53.220 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:48:37 -0400 (0:00:00.087) 0:00:53.308 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:48:37 -0400 (0:00:00.082) 0:00:53.390 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:48:37 -0400 (0:00:00.095) 0:00:53.486 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:48:37 -0400 (0:00:00.106) 0:00:53.592 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:48:37 -0400 (0:00:00.136) 0:00:53.729 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:48:37 -0400 (0:00:00.099) 0:00:53.829 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:48:37 -0400 (0:00:00.081) 0:00:53.911 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:48:37 -0400 (0:00:00.083) 0:00:53.994 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:48:37 -0400 (0:00:00.105) 0:00:54.100 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:48:38 -0400 (0:00:00.205) 0:00:54.305 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:48:38 -0400 (0:00:00.151) 0:00:54.457 ******** TASK [Check Stratis] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:48:38 -0400 (0:00:00.055) 0:00:54.513 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:48:38 -0400 (0:00:00.200) 0:00:54.713 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:48:38 -0400 (0:00:00.156) 0:00:54.870 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:48:38 -0400 (0:00:00.149) 0:00:55.019 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:48:39 -0400 (0:00:00.124) 0:00:55.143 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:48:39 -0400 (0:00:00.136) 0:00:55.280 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:48:39 -0400 (0:00:00.242) 0:00:55.523 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:48:39 -0400 (0:00:00.213) 0:00:55.737 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:48:39 -0400 (0:00:00.124) 0:00:55.861 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:48:39 -0400 (0:00:00.100) 0:00:55.961 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:48:39 -0400 (0:00:00.050) 0:00:56.012 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:64 Tuesday 27 August 2024 06:48:39 -0400 (0:00:00.095) 0:00:56.107 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.025517", "end": "2024-08-27 06:48:40.474898", "rc": 0, "start": "2024-08-27 06:48:40.449381" } STDOUT: rcGHm4-sPWJ-uBZA-iBFr-d0Wu-mNya-CEbiX0 TASK [Verify that nothing changes when disks don't change] ********************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:69 Tuesday 27 August 2024 06:48:40 -0400 (0:00:00.551) 0:00:56.659 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:48:40 -0400 (0:00:00.132) 0:00:56.791 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:48:40 -0400 (0:00:00.184) 0:00:56.976 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:48:41 -0400 (0:00:00.184) 0:00:57.161 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:48:41 -0400 (0:00:00.694) 0:00:57.856 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:48:41 -0400 (0:00:00.204) 0:00:58.061 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:48:42 -0400 (0:00:00.148) 0:00:58.209 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:48:42 -0400 (0:00:00.306) 0:00:58.516 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:48:42 -0400 (0:00:00.166) 0:00:58.683 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:48:42 -0400 (0:00:00.239) 0:00:58.922 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:48:43 -0400 (0:00:00.191) 0:00:59.114 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:48:43 -0400 (0:00:00.260) 0:00:59.374 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:48:43 -0400 (0:00:00.188) 0:00:59.562 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:48:43 -0400 (0:00:00.162) 0:00:59.725 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:48:43 -0400 (0:00:00.168) 0:00:59.893 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:48:43 -0400 (0:00:00.133) 0:01:00.027 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:48:44 -0400 (0:00:00.145) 0:01:00.172 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:48:44 -0400 (0:00:00.193) 0:01:00.365 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:48:44 -0400 (0:00:00.082) 0:01:00.447 ******** ok: [managed_node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/foo", "/dev/xvda1" ], "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:48:50 -0400 (0:00:06.183) 0:01:06.631 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:48:50 -0400 (0:00:00.140) 0:01:06.771 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:48:51 -0400 (0:00:00.716) 0:01:07.487 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:48:51 -0400 (0:00:00.189) 0:01:07.677 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:48:51 -0400 (0:00:00.117) 0:01:07.794 ******** ok: [managed_node2] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/xvda1" ], "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:48:51 -0400 (0:00:00.125) 0:01:07.920 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:48:51 -0400 (0:00:00.107) 0:01:08.027 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:48:52 -0400 (0:00:00.084) 0:01:08.112 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:48:52 -0400 (0:00:00.036) 0:01:08.148 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:48:52 -0400 (0:00:00.093) 0:01:08.242 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:48:52 -0400 (0:00:00.060) 0:01:08.302 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:48:52 -0400 (0:00:00.054) 0:01:08.357 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:48:52 -0400 (0:00:00.128) 0:01:08.485 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755563.0263286, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724755560.9153314, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 488636553, "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": 1724755560.9143312, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3730923103", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:48:52 -0400 (0:00:00.515) 0:01:09.001 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:48:52 -0400 (0:00:00.059) 0:01:09.061 ******** ok: [managed_node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:77 Tuesday 27 August 2024 06:48:53 -0400 (0:00:00.944) 0:01:10.006 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:48:54 -0400 (0:00:00.144) 0:01:10.150 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:48:54 -0400 (0:00:00.088) 0:01:10.239 ******** skipping: [managed_node2] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:48:54 -0400 (0:00:00.085) 0:01:10.324 ******** 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": "YRiCye-lWUx-8u90-S309-25Qk-tRxA-HotUkE" }, "/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": "DVk3Go-WVfz-c3LD-wE2N-JSJp-5unI-cULxLL" }, "/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": "uPtuTv-HkqP-YdX3-uOwK-g7p1-wtm7-LxCqOP" }, "/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": "UcesyN-bIBL-SeD6-jeCE-2aUB-a5u8-1P8YxK" }, "/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": "UH2qBp-GWbv-34ud-cwfn-hNyI-Lh54-2qQlFy" }, "/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": "TVOLdk-mT4b-VYRd-cGrb-tY0D-eoG2-GenBM7" }, "/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": "0yY7TB-l5rd-drpr-4cjv-AZyu-z24E-rZ5N3p" }, "/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": "IKfBLv-iNMT-tLad-M955-w3OQ-D7ZX-iDmzDk" }, "/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": "1oyXdV-URuw-wlIB-OSn1-9kC2-A38R-S28UHD" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:48:54 -0400 (0:00:00.452) 0:01:10.777 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002717", "end": "2024-08-27 06:48:55.011584", "rc": 0, "start": "2024-08-27 06:48:55.008867" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:48:55 -0400 (0:00:00.414) 0:01:11.191 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002700", "end": "2024-08-27 06:48:55.422700", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:48:55.420000" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:48:55 -0400 (0:00:00.408) 0:01:11.600 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node2 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:48:55 -0400 (0:00:00.143) 0:01:11.743 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:48:55 -0400 (0:00:00.083) 0:01:11.827 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.024483", "end": "2024-08-27 06:48:56.088858", "rc": 0, "start": "2024-08-27 06:48:56.064375" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:48:56 -0400 (0:00:00.440) 0:01:12.268 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:48:56 -0400 (0:00:00.090) 0:01:12.359 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:48:56 -0400 (0:00:00.164) 0:01:12.524 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:48:56 -0400 (0:00:00.096) 0:01:12.620 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:49:00 -0400 (0:00:03.976) 0:01:16.596 ******** ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:49:00 -0400 (0:00:00.086) 0:01:16.683 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:49:00 -0400 (0:00:00.087) 0:01:16.771 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:49:00 -0400 (0:00:00.090) 0:01:16.861 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:49:00 -0400 (0:00:00.085) 0:01:16.947 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:49:00 -0400 (0:00:00.085) 0:01:17.032 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:49:01 -0400 (0:00:00.081) 0:01:17.113 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:49:01 -0400 (0:00:00.562) 0:01:17.676 ******** ok: [managed_node2] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.43.56 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:49:02 -0400 (0:00:00.483) 0:01:18.160 ******** skipping: [managed_node2] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "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, "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, "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, "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, "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, "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, "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, "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, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdi1" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:49:02 -0400 (0:00:00.508) 0:01:18.669 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:49:02 -0400 (0:00:00.160) 0:01:18.829 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:49:02 -0400 (0:00:00.097) 0:01:18.927 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:49:02 -0400 (0:00:00.083) 0:01:19.011 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:49:02 -0400 (0:00:00.080) 0:01:19.092 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:49:03 -0400 (0:00:00.081) 0:01:19.173 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:49:03 -0400 (0:00:00.080) 0:01:19.254 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:49:03 -0400 (0:00:00.168) 0:01:19.423 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:49:03 -0400 (0:00:00.085) 0:01:19.508 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:49:03 -0400 (0:00:00.084) 0:01:19.592 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:49:03 -0400 (0:00:00.087) 0:01:19.680 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:49:03 -0400 (0:00:00.084) 0:01:19.765 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:49:03 -0400 (0:00:00.115) 0:01:19.881 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:49:03 -0400 (0:00:00.166) 0:01:20.047 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:49:03 -0400 (0:00:00.042) 0:01:20.090 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:49:04 -0400 (0:00:00.130) 0:01:20.220 ******** TASK [Check member encryption] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:49:04 -0400 (0:00:00.034) 0:01:20.255 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:49:04 -0400 (0:00:00.159) 0:01:20.414 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:49:04 -0400 (0:00:00.098) 0:01:20.512 ******** skipping: [managed_node2] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "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, "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, "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, "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, "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, "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, "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, "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, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:49:04 -0400 (0:00:00.457) 0:01:20.970 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:49:05 -0400 (0:00:00.569) 0:01:21.539 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:49:05 -0400 (0:00:00.087) 0:01:21.627 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:49:05 -0400 (0:00:00.086) 0:01:21.713 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:49:05 -0400 (0:00:00.082) 0:01:21.796 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:49:05 -0400 (0:00:00.082) 0:01:21.878 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:49:05 -0400 (0:00:00.157) 0:01:22.035 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:49:06 -0400 (0:00:00.085) 0:01:22.120 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:49:06 -0400 (0:00:00.087) 0:01:22.208 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:49:06 -0400 (0:00:00.087) 0:01:22.295 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:49:06 -0400 (0:00:00.084) 0:01:22.379 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:49:06 -0400 (0:00:00.085) 0:01:22.465 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:49:06 -0400 (0:00:00.099) 0:01:22.565 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:49:06 -0400 (0:00:00.086) 0:01:22.651 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:49:06 -0400 (0:00:00.088) 0:01:22.739 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:49:06 -0400 (0:00:00.087) 0:01:22.826 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:49:06 -0400 (0:00:00.082) 0:01:22.908 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:49:06 -0400 (0:00:00.103) 0:01:23.012 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:49:07 -0400 (0:00:00.237) 0:01:23.249 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:49:07 -0400 (0:00:00.103) 0:01:23.353 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:49:07 -0400 (0:00:00.104) 0:01:23.457 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:49:07 -0400 (0:00:00.098) 0:01:23.556 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:49:07 -0400 (0:00:00.100) 0:01:23.657 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:49:07 -0400 (0:00:00.082) 0:01:23.739 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:49:07 -0400 (0:00:00.080) 0:01:23.820 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:49:07 -0400 (0:00:00.082) 0:01:23.902 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:49:07 -0400 (0:00:00.085) 0:01:23.988 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:49:07 -0400 (0:00:00.088) 0:01:24.076 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:49:08 -0400 (0:00:00.083) 0:01:24.160 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:49:08 -0400 (0:00:00.082) 0:01:24.242 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:49:08 -0400 (0:00:00.197) 0:01:24.440 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:49:08 -0400 (0:00:00.104) 0:01:24.544 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:49:08 -0400 (0:00:00.116) 0:01:24.661 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:49:08 -0400 (0:00:00.088) 0:01:24.750 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:49:08 -0400 (0:00:00.083) 0:01:24.833 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:49:08 -0400 (0:00:00.107) 0:01:24.941 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:49:08 -0400 (0:00:00.128) 0:01:25.070 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:49:09 -0400 (0:00:00.116) 0:01:25.187 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:49:09 -0400 (0:00:00.105) 0:01:25.292 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:49:09 -0400 (0:00:00.089) 0:01:25.382 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:49:09 -0400 (0:00:00.081) 0:01:25.464 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:49:09 -0400 (0:00:00.081) 0:01:25.545 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:49:09 -0400 (0:00:00.095) 0:01:25.641 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:49:09 -0400 (0:00:00.151) 0:01:25.792 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:49:09 -0400 (0:00:00.111) 0:01:25.903 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:49:09 -0400 (0:00:00.110) 0:01:26.014 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:49:10 -0400 (0:00:00.104) 0:01:26.118 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:49:10 -0400 (0:00:00.099) 0:01:26.217 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:49:10 -0400 (0:00:00.103) 0:01:26.321 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:49:10 -0400 (0:00:00.096) 0:01:26.418 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:49:10 -0400 (0:00:00.091) 0:01:26.510 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:49:10 -0400 (0:00:00.086) 0:01:26.596 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:49:10 -0400 (0:00:00.128) 0:01:26.725 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:49:10 -0400 (0:00:00.101) 0:01:26.826 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:49:10 -0400 (0:00:00.098) 0:01:26.924 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:49:10 -0400 (0:00:00.175) 0:01:27.099 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:49:11 -0400 (0:00:00.087) 0:01:27.187 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:49:11 -0400 (0:00:00.126) 0:01:27.313 ******** TASK [Check Stratis] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:49:11 -0400 (0:00:00.036) 0:01:27.350 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:49:11 -0400 (0:00:00.166) 0:01:27.516 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:49:11 -0400 (0:00:00.094) 0:01:27.611 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:49:11 -0400 (0:00:00.101) 0:01:27.712 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:49:11 -0400 (0:00:00.100) 0:01:27.813 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:49:11 -0400 (0:00:00.180) 0:01:27.994 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:49:11 -0400 (0:00:00.110) 0:01:28.104 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:49:12 -0400 (0:00:00.110) 0:01:28.215 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:49:12 -0400 (0:00:00.168) 0:01:28.384 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:49:12 -0400 (0:00:00.036) 0:01:28.421 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:49:12 -0400 (0:00:00.035) 0:01:28.456 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:80 Tuesday 27 August 2024 06:49:12 -0400 (0:00:00.084) 0:01:28.540 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.027585", "end": "2024-08-27 06:49:12.813996", "rc": 0, "start": "2024-08-27 06:49:12.786411" } STDOUT: rcGHm4-sPWJ-uBZA-iBFr-d0Wu-mNya-CEbiX0 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:85 Tuesday 27 August 2024 06:49:12 -0400 (0:00:00.457) 0:01:28.998 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:89 Tuesday 27 August 2024 06:49:12 -0400 (0:00:00.092) 0:01:29.090 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:49:13 -0400 (0:00:00.134) 0:01:29.224 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:49:13 -0400 (0:00:00.133) 0:01:29.358 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:49:13 -0400 (0:00:00.110) 0:01:29.469 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:49:13 -0400 (0:00:00.370) 0:01:29.839 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:49:13 -0400 (0:00:00.097) 0:01:29.936 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:49:13 -0400 (0:00:00.082) 0:01:30.018 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:49:14 -0400 (0:00:00.090) 0:01:30.109 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:49:14 -0400 (0:00:00.125) 0:01:30.235 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:49:14 -0400 (0:00:00.166) 0:01:30.401 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:49:14 -0400 (0:00:00.095) 0:01:30.497 ******** ok: [managed_node2] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:49:14 -0400 (0:00:00.084) 0:01:30.582 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:49:14 -0400 (0:00:00.088) 0:01:30.670 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:49:14 -0400 (0:00:00.128) 0:01:30.799 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:49:14 -0400 (0:00:00.128) 0:01:30.928 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:49:15 -0400 (0:00:00.186) 0:01:31.114 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:49:15 -0400 (0:00:00.084) 0:01:31.199 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:49:15 -0400 (0:00:00.103) 0:01:31.302 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:49:15 -0400 (0:00:00.049) 0:01:31.351 ******** 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" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:49:24 -0400 (0:00:08.799) 0:01:40.150 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:49:24 -0400 (0:00:00.219) 0:01:40.370 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:49:24 -0400 (0:00:00.684) 0:01:41.054 ******** ok: [managed_node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:49:25 -0400 (0:00:00.705) 0:01:41.759 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:49:25 -0400 (0:00:00.075) 0:01:41.835 ******** 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" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:49:25 -0400 (0:00:00.180) 0:01:42.016 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:49:26 -0400 (0:00:00.206) 0:01:42.222 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:49:26 -0400 (0:00:00.218) 0:01:42.441 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:49:26 -0400 (0:00:00.065) 0:01:42.507 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:49:26 -0400 (0:00:00.147) 0:01:42.654 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:49:26 -0400 (0:00:00.072) 0:01:42.726 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:49:26 -0400 (0:00:00.058) 0:01:42.785 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:49:26 -0400 (0:00:00.131) 0:01:42.917 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755563.0263286, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724755560.9153314, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 488636553, "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": 1724755560.9143312, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3730923103", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:49:27 -0400 (0:00:00.599) 0:01:43.516 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:49:27 -0400 (0:00:00.095) 0:01:43.612 ******** ok: [managed_node2] TASK [Get the partition table type on disk removed from the VG] **************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:97 Tuesday 27 August 2024 06:49:28 -0400 (0:00:01.053) 0:01:44.666 ******** ok: [managed_node2] => { "changed": false, "cmd": "blkid -p -ovalue -s PTTYPE /dev/sdb || /bin/true", "delta": "0:00:00.007894", "end": "2024-08-27 06:49:28.923385", "rc": 0, "start": "2024-08-27 06:49:28.915491" } TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:102 Tuesday 27 August 2024 06:49:28 -0400 (0:00:00.437) 0:01:45.103 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:106 Tuesday 27 August 2024 06:49:29 -0400 (0:00:00.085) 0:01:45.188 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:49:29 -0400 (0:00:00.131) 0:01:45.319 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:49:29 -0400 (0:00:00.087) 0:01:45.407 ******** skipping: [managed_node2] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:49:29 -0400 (0:00:00.080) 0:01:45.487 ******** 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": "YRiCye-lWUx-8u90-S309-25Qk-tRxA-HotUkE" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:49:29 -0400 (0:00:00.425) 0:01:45.912 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002701", "end": "2024-08-27 06:49:30.147260", "rc": 0, "start": "2024-08-27 06:49:30.144559" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:49:30 -0400 (0:00:00.412) 0:01:46.325 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002744", "end": "2024-08-27 06:49:30.598083", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:49:30.595339" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:49:30 -0400 (0:00:00.483) 0:01:46.809 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node2 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:49:30 -0400 (0:00:00.175) 0:01:46.984 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:49:31 -0400 (0:00:00.131) 0:01:47.115 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.023161", "end": "2024-08-27 06:49:31.515801", "rc": 0, "start": "2024-08-27 06:49:31.492640" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:49:31 -0400 (0:00:00.614) 0:01:47.730 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:49:31 -0400 (0:00:00.148) 0:01:47.878 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:49:32 -0400 (0:00:00.316) 0:01:48.194 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:49:32 -0400 (0:00:00.141) 0:01:48.336 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:49:32 -0400 (0:00:00.508) 0:01:48.844 ******** ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:49:32 -0400 (0:00:00.147) 0:01:48.992 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:49:33 -0400 (0:00:00.268) 0:01:49.260 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:49:33 -0400 (0:00:00.155) 0:01:49.416 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:49:33 -0400 (0:00:00.173) 0:01:49.589 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:49:33 -0400 (0:00:00.143) 0:01:49.733 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:49:33 -0400 (0:00:00.143) 0:01:49.877 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:49:33 -0400 (0:00:00.137) 0:01:50.014 ******** ok: [managed_node2] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.43.56 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:49:34 -0400 (0:00:00.655) 0:01:50.670 ******** skipping: [managed_node2] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:49:34 -0400 (0:00:00.143) 0:01:50.813 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:49:34 -0400 (0:00:00.189) 0:01:51.003 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:49:35 -0400 (0:00:00.169) 0:01:51.172 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:49:35 -0400 (0:00:00.144) 0:01:51.316 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:49:35 -0400 (0:00:00.130) 0:01:51.447 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:49:35 -0400 (0:00:00.156) 0:01:51.604 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:49:35 -0400 (0:00:00.241) 0:01:51.845 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:49:35 -0400 (0:00:00.129) 0:01:51.974 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:49:35 -0400 (0:00:00.130) 0:01:52.105 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:49:36 -0400 (0:00:00.128) 0:01:52.233 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:49:36 -0400 (0:00:00.129) 0:01:52.363 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:49:36 -0400 (0:00:00.096) 0:01:52.459 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:49:36 -0400 (0:00:00.099) 0:01:52.559 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:49:36 -0400 (0:00:00.148) 0:01:52.708 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:49:36 -0400 (0:00:00.039) 0:01:52.747 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:49:36 -0400 (0:00:00.180) 0:01:52.927 ******** TASK [Check member encryption] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:49:36 -0400 (0:00:00.050) 0:01:52.978 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:49:37 -0400 (0:00:00.229) 0:01:53.208 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:49:37 -0400 (0:00:00.102) 0:01:53.310 ******** skipping: [managed_node2] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:49:37 -0400 (0:00:00.093) 0:01:53.404 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:49:37 -0400 (0:00:00.112) 0:01:53.517 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:49:37 -0400 (0:00:00.091) 0:01:53.608 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:49:37 -0400 (0:00:00.090) 0:01:53.699 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:49:37 -0400 (0:00:00.080) 0:01:53.780 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:49:37 -0400 (0:00:00.079) 0:01:53.859 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:49:37 -0400 (0:00:00.079) 0:01:53.939 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:49:37 -0400 (0:00:00.080) 0:01:54.019 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:49:37 -0400 (0:00:00.085) 0:01:54.104 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:49:38 -0400 (0:00:00.219) 0:01:54.324 ******** TASK [Check Stratis] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:49:38 -0400 (0:00:00.043) 0:01:54.367 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:49:38 -0400 (0:00:00.138) 0:01:54.505 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:49:38 -0400 (0:00:00.079) 0:01:54.585 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:49:38 -0400 (0:00:00.090) 0:01:54.675 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:49:38 -0400 (0:00:00.085) 0:01:54.761 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:49:38 -0400 (0:00:00.083) 0:01:54.844 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:49:38 -0400 (0:00:00.081) 0:01:54.926 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:49:38 -0400 (0:00:00.083) 0:01:55.010 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:49:38 -0400 (0:00:00.081) 0:01:55.091 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:49:39 -0400 (0:00:00.033) 0:01:55.125 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:49:39 -0400 (0:00:00.033) 0:01:55.159 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:109 Tuesday 27 August 2024 06:49:39 -0400 (0:00:00.164) 0:01:55.323 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.024924", "end": "2024-08-27 06:49:39.576931", "rc": 0, "start": "2024-08-27 06:49:39.552007" } STDOUT: rcGHm4-sPWJ-uBZA-iBFr-d0Wu-mNya-CEbiX0 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:114 Tuesday 27 August 2024 06:49:39 -0400 (0:00:00.432) 0:01:55.756 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Add the second disk back to the 'foo' volume group] ********************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:118 Tuesday 27 August 2024 06:49:39 -0400 (0:00:00.082) 0:01:55.838 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:49:39 -0400 (0:00:00.178) 0:01:56.017 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:49:40 -0400 (0:00:00.159) 0:01:56.177 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:49:40 -0400 (0:00:00.145) 0:01:56.322 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:49:40 -0400 (0:00:00.484) 0:01:56.807 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:49:40 -0400 (0:00:00.103) 0:01:56.911 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:49:40 -0400 (0:00:00.096) 0:01:57.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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:49:41 -0400 (0:00:00.175) 0:01:57.183 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:49:41 -0400 (0:00:00.113) 0:01:57.296 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:49:41 -0400 (0:00:00.162) 0:01:57.459 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:49:41 -0400 (0:00:00.099) 0:01:57.559 ******** ok: [managed_node2] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:49:41 -0400 (0:00:00.089) 0:01:57.649 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:49:41 -0400 (0:00:00.100) 0:01:57.750 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:49:41 -0400 (0:00:00.114) 0:01:57.864 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:49:41 -0400 (0:00:00.134) 0:01:57.999 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:49:42 -0400 (0:00:00.139) 0:01:58.138 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:49:42 -0400 (0:00:00.136) 0:01:58.275 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:49:42 -0400 (0:00:00.159) 0:01:58.435 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:49:42 -0400 (0:00:00.062) 0:01:58.497 ******** 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" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:49:47 -0400 (0:00:05.077) 0:02:03.575 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:49:47 -0400 (0:00:00.082) 0:02:03.658 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:49:47 -0400 (0:00:00.427) 0:02:04.086 ******** ok: [managed_node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:49:48 -0400 (0:00:00.422) 0:02:04.508 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:49:48 -0400 (0:00:00.034) 0:02:04.542 ******** 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" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:49:48 -0400 (0:00:00.127) 0:02:04.670 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:49:48 -0400 (0:00:00.084) 0:02:04.754 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:49:48 -0400 (0:00:00.084) 0:02:04.839 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:49:48 -0400 (0:00:00.035) 0:02:04.874 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:49:48 -0400 (0:00:00.090) 0:02:04.965 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:49:48 -0400 (0:00:00.036) 0:02:05.001 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:49:48 -0400 (0:00:00.035) 0:02:05.036 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:49:49 -0400 (0:00:00.082) 0:02:05.119 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755563.0263286, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724755560.9153314, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 488636553, "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": 1724755560.9143312, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3730923103", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:49:49 -0400 (0:00:00.422) 0:02:05.541 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:49:49 -0400 (0:00:00.034) 0:02:05.576 ******** ok: [managed_node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:126 Tuesday 27 August 2024 06:49:50 -0400 (0:00:00.818) 0:02:06.394 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:49:50 -0400 (0:00:00.119) 0:02:06.514 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:49:50 -0400 (0:00:00.087) 0:02:06.601 ******** skipping: [managed_node2] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:49:50 -0400 (0:00:00.081) 0:02:06.683 ******** 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": "YRiCye-lWUx-8u90-S309-25Qk-tRxA-HotUkE" }, "/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": "OfrvKF-tUIz-i37T-TedM-QOQW-hunH-Daoqy9" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:49:51 -0400 (0:00:00.468) 0:02:07.151 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002783", "end": "2024-08-27 06:49:51.387786", "rc": 0, "start": "2024-08-27 06:49:51.385003" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:49:51 -0400 (0:00:00.415) 0:02:07.567 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002747", "end": "2024-08-27 06:49:51.802123", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:49:51.799376" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:49:51 -0400 (0:00:00.414) 0:02:07.981 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node2 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:49:52 -0400 (0:00:00.182) 0:02:08.163 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:49:52 -0400 (0:00:00.100) 0:02:08.264 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.023768", "end": "2024-08-27 06:49:52.538030", "rc": 0, "start": "2024-08-27 06:49:52.514262" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:49:52 -0400 (0:00:00.459) 0:02:08.723 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:49:52 -0400 (0:00:00.095) 0:02:08.819 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:49:52 -0400 (0:00:00.182) 0:02:09.002 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:49:53 -0400 (0:00:00.165) 0:02:09.167 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:49:53 -0400 (0:00:00.852) 0:02:10.020 ******** ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:49:54 -0400 (0:00:00.106) 0:02:10.126 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:49:54 -0400 (0:00:00.091) 0:02:10.217 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:49:54 -0400 (0:00:00.158) 0:02:10.376 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:49:54 -0400 (0:00:00.103) 0:02:10.479 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:49:54 -0400 (0:00:00.086) 0:02:10.566 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:49:54 -0400 (0:00:00.083) 0:02:10.650 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:49:54 -0400 (0:00:00.193) 0:02:10.843 ******** ok: [managed_node2] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.43.56 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:49:55 -0400 (0:00:00.479) 0:02:11.322 ******** skipping: [managed_node2] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "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, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:49:55 -0400 (0:00:00.212) 0:02:11.535 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:49:55 -0400 (0:00:00.163) 0:02:11.699 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:49:55 -0400 (0:00:00.088) 0:02:11.788 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:49:55 -0400 (0:00:00.080) 0:02:11.868 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:49:55 -0400 (0:00:00.186) 0:02:12.055 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:49:56 -0400 (0:00:00.104) 0:02:12.160 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:49:56 -0400 (0:00:00.095) 0:02:12.256 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:49:56 -0400 (0:00:00.081) 0:02:12.337 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:49:56 -0400 (0:00:00.080) 0:02:12.417 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:49:56 -0400 (0:00:00.081) 0:02:12.499 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:49:56 -0400 (0:00:00.080) 0:02:12.580 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:49:56 -0400 (0:00:00.080) 0:02:12.660 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:49:56 -0400 (0:00:00.082) 0:02:12.743 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:49:56 -0400 (0:00:00.144) 0:02:12.887 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:49:56 -0400 (0:00:00.056) 0:02:12.944 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:49:57 -0400 (0:00:00.208) 0:02:13.153 ******** TASK [Check member encryption] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:49:57 -0400 (0:00:00.050) 0:02:13.203 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:49:57 -0400 (0:00:00.122) 0:02:13.326 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:49:57 -0400 (0:00:00.099) 0:02:13.425 ******** skipping: [managed_node2] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "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, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:49:57 -0400 (0:00:00.163) 0:02:13.589 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:49:57 -0400 (0:00:00.168) 0:02:13.757 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:49:57 -0400 (0:00:00.099) 0:02:13.856 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:49:57 -0400 (0:00:00.103) 0:02:13.960 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:49:57 -0400 (0:00:00.091) 0:02:14.051 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:49:58 -0400 (0:00:00.081) 0:02:14.132 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:49:58 -0400 (0:00:00.097) 0:02:14.230 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:49:58 -0400 (0:00:00.217) 0:02:14.448 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:49:58 -0400 (0:00:00.105) 0:02:14.553 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:49:58 -0400 (0:00:00.088) 0:02:14.642 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:49:58 -0400 (0:00:00.082) 0:02:14.725 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:49:58 -0400 (0:00:00.103) 0:02:14.828 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:49:58 -0400 (0:00:00.131) 0:02:14.960 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:49:58 -0400 (0:00:00.107) 0:02:15.067 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:49:59 -0400 (0:00:00.103) 0:02:15.171 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:49:59 -0400 (0:00:00.157) 0:02:15.329 ******** TASK [Check Stratis] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:49:59 -0400 (0:00:00.035) 0:02:15.364 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:49:59 -0400 (0:00:00.172) 0:02:15.537 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:49:59 -0400 (0:00:00.236) 0:02:15.773 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:49:59 -0400 (0:00:00.099) 0:02:15.872 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:49:59 -0400 (0:00:00.089) 0:02:15.962 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:49:59 -0400 (0:00:00.083) 0:02:16.045 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:50:00 -0400 (0:00:00.082) 0:02:16.128 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:50:00 -0400 (0:00:00.117) 0:02:16.246 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:50:00 -0400 (0:00:00.180) 0:02:16.427 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:50:00 -0400 (0:00:00.059) 0:02:16.486 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:50:00 -0400 (0:00:00.069) 0:02:16.555 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:129 Tuesday 27 August 2024 06:50:00 -0400 (0:00:00.141) 0:02:16.697 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.024632", "end": "2024-08-27 06:50:01.072887", "rc": 0, "start": "2024-08-27 06:50:01.048255" } STDOUT: rcGHm4-sPWJ-uBZA-iBFr-d0Wu-mNya-CEbiX0 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:134 Tuesday 27 August 2024 06:50:01 -0400 (0:00:00.577) 0:02:17.275 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:138 Tuesday 27 August 2024 06:50:01 -0400 (0:00:00.143) 0:02:17.419 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:50:01 -0400 (0:00:00.412) 0:02:17.831 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:50:01 -0400 (0:00:00.195) 0:02:18.027 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:50:02 -0400 (0:00:00.137) 0:02:18.165 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:50:02 -0400 (0:00:00.452) 0:02:18.617 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:50:02 -0400 (0:00:00.148) 0:02:18.766 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:50:02 -0400 (0:00:00.138) 0:02:18.905 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:50:02 -0400 (0:00:00.135) 0:02:19.040 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:50:03 -0400 (0:00:00.155) 0:02:19.196 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:50:03 -0400 (0:00:00.220) 0:02:19.416 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:50:03 -0400 (0:00:00.148) 0:02:19.564 ******** ok: [managed_node2] => { "storage_pools": [ { "disks": [ "sdb", "sdc" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:50:03 -0400 (0:00:00.148) 0:02:19.713 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:50:03 -0400 (0:00:00.155) 0:02:19.869 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:50:04 -0400 (0:00:00.275) 0:02:20.145 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:50:04 -0400 (0:00:00.150) 0:02:20.295 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:50:04 -0400 (0:00:00.132) 0:02:20.428 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:50:04 -0400 (0:00:00.133) 0:02:20.561 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:50:04 -0400 (0:00:00.132) 0:02:20.694 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:50:04 -0400 (0:00:00.049) 0:02:20.743 ******** 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" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:50:10 -0400 (0:00:05.495) 0:02:26.239 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:50:10 -0400 (0:00:00.193) 0:02:26.432 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:50:10 -0400 (0:00:00.603) 0:02:27.035 ******** ok: [managed_node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:50:11 -0400 (0:00:00.656) 0:02:27.692 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:50:11 -0400 (0:00:00.116) 0:02:27.809 ******** 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" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:50:11 -0400 (0:00:00.226) 0:02:28.035 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.190) 0:02:28.226 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.166) 0:02:28.393 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.172) 0:02:28.565 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.152) 0:02:28.718 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.073) 0:02:28.792 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.069) 0:02:28.862 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:50:12 -0400 (0:00:00.134) 0:02:28.997 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755563.0263286, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724755560.9153314, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 488636553, "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": 1724755560.9143312, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3730923103", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:50:13 -0400 (0:00:00.525) 0:02:29.522 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:50:13 -0400 (0:00:00.065) 0:02:29.587 ******** ok: [managed_node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:147 Tuesday 27 August 2024 06:50:14 -0400 (0:00:00.863) 0:02:30.451 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:50:14 -0400 (0:00:00.122) 0:02:30.573 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:50:14 -0400 (0:00:00.158) 0:02:30.732 ******** skipping: [managed_node2] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:50:14 -0400 (0:00:00.081) 0:02:30.814 ******** 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": "OfrvKF-tUIz-i37T-TedM-QOQW-hunH-Daoqy9" }, "/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": "Xf8Dmy-P5h5-bNKs-5Cxf-Uyz0-WEKt-6iCdnv" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:50:15 -0400 (0:00:00.413) 0:02:31.228 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002773", "end": "2024-08-27 06:50:15.457889", "rc": 0, "start": "2024-08-27 06:50:15.455116" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:50:15 -0400 (0:00:00.408) 0:02:31.637 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002672", "end": "2024-08-27 06:50:15.874020", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:50:15.871348" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:50:15 -0400 (0:00:00.420) 0:02:32.057 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node2 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:50:16 -0400 (0:00:00.112) 0:02:32.170 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:50:16 -0400 (0:00:00.082) 0:02:32.253 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.024652", "end": "2024-08-27 06:50:16.647934", "rc": 0, "start": "2024-08-27 06:50:16.623282" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:50:16 -0400 (0:00:00.626) 0:02:32.880 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:50:17 -0400 (0:00:00.377) 0:02:33.257 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:50:17 -0400 (0:00:00.280) 0:02:33.538 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:50:17 -0400 (0:00:00.115) 0:02:33.654 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:50:18 -0400 (0:00:00.927) 0:02:34.581 ******** ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:50:18 -0400 (0:00:00.164) 0:02:34.746 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:50:18 -0400 (0:00:00.209) 0:02:34.956 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:50:19 -0400 (0:00:00.199) 0:02:35.156 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:50:19 -0400 (0:00:00.207) 0:02:35.363 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:50:19 -0400 (0:00:00.170) 0:02:35.534 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:50:19 -0400 (0:00:00.126) 0:02:35.661 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:50:19 -0400 (0:00:00.206) 0:02:35.867 ******** ok: [managed_node2] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.43.56 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:50:20 -0400 (0:00:00.629) 0:02:36.496 ******** skipping: [managed_node2] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "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, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:50:20 -0400 (0:00:00.227) 0:02:36.723 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:50:20 -0400 (0:00:00.196) 0:02:36.920 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:50:21 -0400 (0:00:00.219) 0:02:37.139 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:50:21 -0400 (0:00:00.188) 0:02:37.327 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:50:21 -0400 (0:00:00.223) 0:02:37.550 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:50:21 -0400 (0:00:00.158) 0:02:37.708 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:50:21 -0400 (0:00:00.127) 0:02:37.836 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:50:21 -0400 (0:00:00.105) 0:02:37.942 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:50:21 -0400 (0:00:00.086) 0:02:38.028 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:50:22 -0400 (0:00:00.082) 0:02:38.111 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:50:22 -0400 (0:00:00.087) 0:02:38.199 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:50:22 -0400 (0:00:00.223) 0:02:38.422 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:50:22 -0400 (0:00:00.150) 0:02:38.572 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:50:22 -0400 (0:00:00.160) 0:02:38.733 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:50:22 -0400 (0:00:00.045) 0:02:38.779 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:50:22 -0400 (0:00:00.125) 0:02:38.904 ******** TASK [Check member encryption] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:50:22 -0400 (0:00:00.035) 0:02:38.939 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:50:22 -0400 (0:00:00.121) 0:02:39.061 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:50:23 -0400 (0:00:00.086) 0:02:39.148 ******** skipping: [managed_node2] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "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, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:50:23 -0400 (0:00:00.130) 0:02:39.278 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:50:23 -0400 (0:00:00.257) 0:02:39.536 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:50:23 -0400 (0:00:00.092) 0:02:39.628 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:50:23 -0400 (0:00:00.089) 0:02:39.717 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:50:23 -0400 (0:00:00.085) 0:02:39.802 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:50:23 -0400 (0:00:00.084) 0:02:39.887 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:50:23 -0400 (0:00:00.083) 0:02:39.971 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:50:23 -0400 (0:00:00.083) 0:02:40.054 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:50:24 -0400 (0:00:00.085) 0:02:40.140 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:50:24 -0400 (0:00:00.087) 0:02:40.228 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:50:24 -0400 (0:00:00.081) 0:02:40.309 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:50:24 -0400 (0:00:00.081) 0:02:40.391 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:50:24 -0400 (0:00:00.085) 0:02:40.477 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:50:24 -0400 (0:00:00.231) 0:02:40.708 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:50:24 -0400 (0:00:00.099) 0:02:40.807 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:50:24 -0400 (0:00:00.126) 0:02:40.934 ******** TASK [Check Stratis] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:50:24 -0400 (0:00:00.036) 0:02:40.971 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:50:24 -0400 (0:00:00.127) 0:02:41.098 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:50:25 -0400 (0:00:00.082) 0:02:41.181 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:50:25 -0400 (0:00:00.084) 0:02:41.265 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:50:25 -0400 (0:00:00.087) 0:02:41.352 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:50:25 -0400 (0:00:00.130) 0:02:41.483 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:50:25 -0400 (0:00:00.134) 0:02:41.617 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:50:25 -0400 (0:00:00.139) 0:02:41.757 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:50:25 -0400 (0:00:00.185) 0:02:41.943 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:50:25 -0400 (0:00:00.110) 0:02:42.054 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:50:26 -0400 (0:00:00.056) 0:02:42.111 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:150 Tuesday 27 August 2024 06:50:26 -0400 (0:00:00.118) 0:02:42.229 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.023063", "end": "2024-08-27 06:50:26.496712", "rc": 0, "start": "2024-08-27 06:50:26.473649" } STDOUT: rcGHm4-sPWJ-uBZA-iBFr-d0Wu-mNya-CEbiX0 TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:155 Tuesday 27 August 2024 06:50:26 -0400 (0:00:00.467) 0:02:42.697 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Create volume group 'foo' with 3 encrypted PVs] ************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:159 Tuesday 27 August 2024 06:50:26 -0400 (0:00:00.107) 0:02:42.804 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:50:26 -0400 (0:00:00.156) 0:02:42.960 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:50:26 -0400 (0:00:00.123) 0:02:43.084 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:50:27 -0400 (0:00:00.137) 0:02:43.221 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:50:27 -0400 (0:00:00.437) 0:02:43.659 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:50:27 -0400 (0:00:00.258) 0:02:43.917 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:50:27 -0400 (0:00:00.101) 0:02:44.018 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:50:28 -0400 (0:00:00.097) 0:02:44.116 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:50:28 -0400 (0:00:00.100) 0:02:44.217 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:50:28 -0400 (0:00:00.144) 0:02:44.361 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:50:28 -0400 (0:00:00.124) 0:02:44.485 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:50:28 -0400 (0:00:00.136) 0:02:44.622 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:50:28 -0400 (0:00:00.117) 0:02:44.739 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:50:28 -0400 (0:00:00.169) 0:02:44.909 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:50:28 -0400 (0:00:00.160) 0:02:45.069 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:50:29 -0400 (0:00:00.099) 0:02:45.168 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:50:29 -0400 (0:00:00.105) 0:02:45.274 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:50:29 -0400 (0:00:00.200) 0:02:45.474 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:50:29 -0400 (0:00:00.105) 0:02:45.579 ******** 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-735e2830-081e-4cf8-bada-0c14a0851733", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-735e2830-081e-4cf8-bada-0c14a0851733", "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-8090e56c-930e-4118-a209-1c1e6afac804", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8090e56c-930e-4118-a209-1c1e6afac804", "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-c22ef9f9-c17b-40ed-a43b-7af121850b17", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c22ef9f9-c17b-40ed-a43b-7af121850b17", "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-3c2f743b-6987-4b37-8163-cfb8ec84445a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-3c2f743b-6987-4b37-8163-cfb8ec84445a", "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-c788d849-77da-4afd-a3b5-8a03042f261e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c788d849-77da-4afd-a3b5-8a03042f261e", "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-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "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-ed92a5ea-b61f-46de-88f6-7856ded83962", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ed92a5ea-b61f-46de-88f6-7856ded83962", "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-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "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-1c4e804f-5dfc-492c-80a3-d451b24bced9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-735e2830-081e-4cf8-bada-0c14a0851733", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-8090e56c-930e-4118-a209-1c1e6afac804", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-c22ef9f9-c17b-40ed-a43b-7af121850b17", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-3c2f743b-6987-4b37-8163-cfb8ec84445a", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-c788d849-77da-4afd-a3b5-8a03042f261e", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-ed92a5ea-b61f-46de-88f6-7856ded83962", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:52:05 -0400 (0:01:36.520) 0:04:22.100 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.093) 0:04:22.193 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:52:06 -0400 (0:00:00.494) 0:04:22.688 ******** ok: [managed_node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.463) 0:04:23.151 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.043) 0:04:23.195 ******** 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-735e2830-081e-4cf8-bada-0c14a0851733", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-735e2830-081e-4cf8-bada-0c14a0851733", "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-8090e56c-930e-4118-a209-1c1e6afac804", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8090e56c-930e-4118-a209-1c1e6afac804", "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-c22ef9f9-c17b-40ed-a43b-7af121850b17", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c22ef9f9-c17b-40ed-a43b-7af121850b17", "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-3c2f743b-6987-4b37-8163-cfb8ec84445a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-3c2f743b-6987-4b37-8163-cfb8ec84445a", "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-c788d849-77da-4afd-a3b5-8a03042f261e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c788d849-77da-4afd-a3b5-8a03042f261e", "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-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "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-ed92a5ea-b61f-46de-88f6-7856ded83962", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ed92a5ea-b61f-46de-88f6-7856ded83962", "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-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "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-1c4e804f-5dfc-492c-80a3-d451b24bced9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-735e2830-081e-4cf8-bada-0c14a0851733", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-8090e56c-930e-4118-a209-1c1e6afac804", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-c22ef9f9-c17b-40ed-a43b-7af121850b17", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-3c2f743b-6987-4b37-8163-cfb8ec84445a", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-c788d849-77da-4afd-a3b5-8a03042f261e", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-ed92a5ea-b61f-46de-88f6-7856ded83962", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.142) 0:04:23.337 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.105) 0:04:23.443 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.137) 0:04:23.580 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.053) 0:04:23.633 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.096) 0:04:23.730 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.037) 0:04:23.767 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.036) 0:04:23.803 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:52:07 -0400 (0:00:00.082) 0:04:23.886 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755563.0263286, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724755560.9153314, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 488636553, "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": 1724755560.9143312, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3730923103", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:52:08 -0400 (0:00:00.481) 0:04:24.368 ******** changed: [managed_node2] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-735e2830-081e-4cf8-bada-0c14a0851733', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-735e2830-081e-4cf8-bada-0c14a0851733", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-8090e56c-930e-4118-a209-1c1e6afac804', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-8090e56c-930e-4118-a209-1c1e6afac804", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-c22ef9f9-c17b-40ed-a43b-7af121850b17', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-c22ef9f9-c17b-40ed-a43b-7af121850b17", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-3c2f743b-6987-4b37-8163-cfb8ec84445a', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-3c2f743b-6987-4b37-8163-cfb8ec84445a", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sde1', 'name': 'luks-c788d849-77da-4afd-a3b5-8a03042f261e', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-c788d849-77da-4afd-a3b5-8a03042f261e", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-03d694c8-d3bf-4f0a-abfa-2a66ec146357', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-ed92a5ea-b61f-46de-88f6-7856ded83962', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-ed92a5ea-b61f-46de-88f6-7856ded83962", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sda1', 'name': 'luks-1c4e804f-5dfc-492c-80a3-d451b24bced9', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:52:12 -0400 (0:00:03.761) 0:04:28.129 ******** ok: [managed_node2] TASK [Save UUID of the created volume group] *********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:170 Tuesday 27 August 2024 06:52:13 -0400 (0:00:00.999) 0:04:29.128 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.032768", "end": "2024-08-27 06:52:13.446924", "rc": 0, "start": "2024-08-27 06:52:13.414156" } STDOUT: UFLxAg-BKmh-k6f9-6kqK-ZPLE-KQtA-XFN3fv TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:175 Tuesday 27 August 2024 06:52:13 -0400 (0:00:00.499) 0:04:29.628 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:52:13 -0400 (0:00:00.200) 0:04:29.828 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:52:13 -0400 (0:00:00.127) 0:04:29.956 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:52:13 -0400 (0:00:00.092) 0:04:30.049 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:52:14 -0400 (0:00:00.439) 0:04:30.488 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:52:14 -0400 (0:00:00.113) 0:04:30.602 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:52:14 -0400 (0:00:00.097) 0:04:30.700 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:52:14 -0400 (0:00:00.173) 0:04:30.873 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:52:14 -0400 (0:00:00.116) 0:04:30.990 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.157) 0:04:31.147 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.090) 0:04:31.237 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.089) 0:04:31.327 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.085) 0:04:31.413 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.095) 0:04:31.508 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.083) 0:04:31.591 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.083) 0:04:31.674 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.111) 0:04:31.786 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.166) 0:04:31.952 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:52:15 -0400 (0:00:00.114) 0:04:32.067 ******** changed: [managed_node2] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "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-ed92a5ea-b61f-46de-88f6-7856ded83962", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ed92a5ea-b61f-46de-88f6-7856ded83962", "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-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "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-c788d849-77da-4afd-a3b5-8a03042f261e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c788d849-77da-4afd-a3b5-8a03042f261e", "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-3c2f743b-6987-4b37-8163-cfb8ec84445a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-3c2f743b-6987-4b37-8163-cfb8ec84445a", "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-c22ef9f9-c17b-40ed-a43b-7af121850b17", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c22ef9f9-c17b-40ed-a43b-7af121850b17", "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-8090e56c-930e-4118-a209-1c1e6afac804", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8090e56c-930e-4118-a209-1c1e6afac804", "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-735e2830-081e-4cf8-bada-0c14a0851733", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-735e2830-081e-4cf8-bada-0c14a0851733", "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-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-ed92a5ea-b61f-46de-88f6-7856ded83962", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-c788d849-77da-4afd-a3b5-8a03042f261e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-3c2f743b-6987-4b37-8163-cfb8ec84445a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-c22ef9f9-c17b-40ed-a43b-7af121850b17", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-8090e56c-930e-4118-a209-1c1e6afac804", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-735e2830-081e-4cf8-bada-0c14a0851733", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:52:25 -0400 (0:00:09.662) 0:04:41.729 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:52:25 -0400 (0:00:00.092) 0:04:41.822 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:52:26 -0400 (0:00:00.476) 0:04:42.298 ******** ok: [managed_node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:52:26 -0400 (0:00:00.559) 0:04:42.857 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:52:26 -0400 (0:00:00.047) 0:04:42.905 ******** ok: [managed_node2] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "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-ed92a5ea-b61f-46de-88f6-7856ded83962", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ed92a5ea-b61f-46de-88f6-7856ded83962", "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-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "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-c788d849-77da-4afd-a3b5-8a03042f261e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c788d849-77da-4afd-a3b5-8a03042f261e", "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-3c2f743b-6987-4b37-8163-cfb8ec84445a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-3c2f743b-6987-4b37-8163-cfb8ec84445a", "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-c22ef9f9-c17b-40ed-a43b-7af121850b17", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c22ef9f9-c17b-40ed-a43b-7af121850b17", "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-8090e56c-930e-4118-a209-1c1e6afac804", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8090e56c-930e-4118-a209-1c1e6afac804", "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-735e2830-081e-4cf8-bada-0c14a0851733", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-735e2830-081e-4cf8-bada-0c14a0851733", "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-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-ed92a5ea-b61f-46de-88f6-7856ded83962", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-c788d849-77da-4afd-a3b5-8a03042f261e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-3c2f743b-6987-4b37-8163-cfb8ec84445a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-c22ef9f9-c17b-40ed-a43b-7af121850b17", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-8090e56c-930e-4118-a209-1c1e6afac804", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-735e2830-081e-4cf8-bada-0c14a0851733", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:52:26 -0400 (0:00:00.097) 0:04:43.003 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:52:26 -0400 (0:00:00.086) 0:04:43.090 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.086) 0:04:43.176 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.037) 0:04:43.214 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.082) 0:04:43.297 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.036) 0:04:43.333 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.043) 0:04:43.377 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.113) 0:04:43.491 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755931.9403634, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "8b8eb30f53cac24239094735d6e266706f1c2dab", "ctime": 1724755931.9403634, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 222299394, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1724755931.9403634, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "4106045992", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:52:27 -0400 (0:00:00.484) 0:04:43.975 ******** changed: [managed_node2] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-b786c891-6ac8-4e8c-9600-e3fbd0a9fae0", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-ed92a5ea-b61f-46de-88f6-7856ded83962', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-ed92a5ea-b61f-46de-88f6-7856ded83962", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-03d694c8-d3bf-4f0a-abfa-2a66ec146357', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-03d694c8-d3bf-4f0a-abfa-2a66ec146357", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sde1', 'name': 'luks-c788d849-77da-4afd-a3b5-8a03042f261e', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-c788d849-77da-4afd-a3b5-8a03042f261e", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-3c2f743b-6987-4b37-8163-cfb8ec84445a', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-3c2f743b-6987-4b37-8163-cfb8ec84445a", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-c22ef9f9-c17b-40ed-a43b-7af121850b17', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-c22ef9f9-c17b-40ed-a43b-7af121850b17", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-8090e56c-930e-4118-a209-1c1e6afac804', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-8090e56c-930e-4118-a209-1c1e6afac804", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-735e2830-081e-4cf8-bada-0c14a0851733', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-735e2830-081e-4cf8-bada-0c14a0851733", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:52:31 -0400 (0:00:03.770) 0:04:47.746 ******** ok: [managed_node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:185 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.967) 0:04:48.713 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:52:32 -0400 (0:00:00.276) 0:04:48.990 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.134) 0:04:49.124 ******** skipping: [managed_node2] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.221) 0:04:49.346 ******** ok: [managed_node2] => { "changed": false, "info": { "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "size": "10G", "type": "crypt", "uuid": "WVoUhQ-x8Fl-B0mQ-wP2Z-XP5w-Upo0-7JOW8J" }, "/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": "1c4e804f-5dfc-492c-80a3-d451b24bced9" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:52:33 -0400 (0:00:00.498) 0:04:49.845 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002782", "end": "2024-08-27 06:52:34.239579", "rc": 0, "start": "2024-08-27 06:52:34.236797" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.602) 0:04:50.448 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002691", "end": "2024-08-27 06:52:34.808072", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:52:34.805381" } STDOUT: luks-1c4e804f-5dfc-492c-80a3-d451b24bced9 /dev/sda1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:52:34 -0400 (0:00:00.562) 0:04:51.011 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node2 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.276) 0:04:51.288 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:52:35 -0400 (0:00:00.187) 0:04:51.475 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.031234", "end": "2024-08-27 06:52:35.958070", "rc": 0, "start": "2024-08-27 06:52:35.926836" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.716) 0:04:52.192 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.158) 0:04:52.351 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.459) 0:04:52.810 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:52:36 -0400 (0:00:00.176) 0:04:52.987 ******** ok: [managed_node2] => (item=/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "pv": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.658) 0:04:53.646 ******** ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.134) 0:04:53.780 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:52:37 -0400 (0:00:00.142) 0:04:53.922 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:52:38 -0400 (0:00:00.186) 0:04:54.109 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:52:38 -0400 (0:00:00.154) 0:04:54.264 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:52:38 -0400 (0:00:00.131) 0:04:54.395 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:52:38 -0400 (0:00:00.097) 0:04:54.493 ******** ok: [managed_node2] => (item=/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:52:38 -0400 (0:00:00.143) 0:04:54.637 ******** ok: [managed_node2] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.43.56 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.530) 0:04:55.167 ******** skipping: [managed_node2] => (item=/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.187) 0:04:55.355 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.155) 0:04:55.510 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.092) 0:04:55.603 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.111) 0:04:55.715 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.084) 0:04:55.799 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.079) 0:04:55.879 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.110) 0:04:55.989 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:52:39 -0400 (0:00:00.102) 0:04:56.092 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.099) 0:04:56.191 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.085) 0:04:56.277 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.086) 0:04:56.363 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.131) 0:04:56.495 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.093) 0:04:56.588 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.203) 0:04:56.791 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.040) 0:04:56.832 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.161) 0:04:56.994 ******** TASK [Check member encryption] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:52:40 -0400 (0:00:00.041) 0:04:57.035 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.132) 0:04:57.167 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.085) 0:04:57.253 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node2 TASK [Get the backing device path] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.158) 0:04:57.412 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/1c4e804f-5dfc-492c-80a3-d451b24bced9" ], "delta": "0:00:00.002746", "end": "2024-08-27 06:52:41.697162", "rc": 0, "start": "2024-08-27 06:52:41.694416" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Tuesday 27 August 2024 06:52:41 -0400 (0:00:00.571) 0:04:57.984 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Tuesday 27 August 2024 06:52:45 -0400 (0:00:03.320) 0:05:01.305 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.010366", "end": "2024-08-27 06:52:45.788450", "rc": 0, "start": "2024-08-27 06:52:45.778084" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 1c4e804f-5dfc-492c-80a3-d451b24bced9 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: argon2i Time cost: 4 Memory: 941176 Threads: 2 Salt: 49 83 4d 40 24 09 61 7c f0 9c d3 6e cf 55 d8 62 57 e8 cc 71 c0 12 39 e1 b9 fc fd 43 38 a5 d7 c6 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 124830 Salt: 5a 67 0d 30 54 5b 00 0f 83 c1 53 d5 44 e0 fb b0 2d 8b 64 a0 66 e2 d7 7d 34 8d fe 64 56 19 e3 6c Digest: 56 56 73 38 b0 0e 75 08 86 0d 1a 03 bc db f8 ba 72 02 63 18 db b9 cc 8b db 9c 27 2c af d5 05 0f TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Tuesday 27 August 2024 06:52:45 -0400 (0:00:00.760) 0:05:02.065 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.190) 0:05:02.255 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.153) 0:05:02.409 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.218) 0:05:02.628 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.244) 0:05:02.872 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-1c4e804f-5dfc-492c-80a3-d451b24bced9 /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:52:46 -0400 (0:00:00.208) 0:05:03.081 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:52:47 -0400 (0:00:00.165) 0:05:03.247 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:52:47 -0400 (0:00:00.258) 0:05:03.505 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:52:47 -0400 (0:00:00.143) 0:05:03.648 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:52:47 -0400 (0:00:00.155) 0:05:03.804 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:52:47 -0400 (0:00:00.149) 0:05:03.953 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:52:48 -0400 (0:00:00.178) 0:05:04.132 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:52:48 -0400 (0:00:00.257) 0:05:04.390 ******** TASK [Check Stratis] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:52:48 -0400 (0:00:00.087) 0:05:04.477 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:52:48 -0400 (0:00:00.295) 0:05:04.772 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:52:48 -0400 (0:00:00.163) 0:05:04.936 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:52:48 -0400 (0:00:00.151) 0:05:05.087 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:52:49 -0400 (0:00:00.129) 0:05:05.217 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:52:49 -0400 (0:00:00.135) 0:05:05.352 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:52:49 -0400 (0:00:00.240) 0:05:05.593 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:52:49 -0400 (0:00:00.131) 0:05:05.725 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:52:49 -0400 (0:00:00.131) 0:05:05.856 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:52:49 -0400 (0:00:00.054) 0:05:05.911 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:52:49 -0400 (0:00:00.065) 0:05:05.977 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:188 Tuesday 27 August 2024 06:52:50 -0400 (0:00:00.142) 0:05:06.119 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.030121", "end": "2024-08-27 06:52:50.446012", "rc": 0, "start": "2024-08-27 06:52:50.415891" } STDOUT: UFLxAg-BKmh-k6f9-6kqK-ZPLE-KQtA-XFN3fv TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:193 Tuesday 27 August 2024 06:52:50 -0400 (0:00:00.534) 0:05:06.654 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Add the disks back to the 'foo' volume group] **************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:197 Tuesday 27 August 2024 06:52:50 -0400 (0:00:00.130) 0:05:06.784 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:52:50 -0400 (0:00:00.256) 0:05:07.040 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:52:51 -0400 (0:00:00.172) 0:05:07.213 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:52:51 -0400 (0:00:00.264) 0:05:07.477 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:52:51 -0400 (0:00:00.518) 0:05:07.996 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:52:52 -0400 (0:00:00.188) 0:05:08.184 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:52:52 -0400 (0:00:00.151) 0:05:08.336 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:52:52 -0400 (0:00:00.157) 0:05:08.494 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:52:52 -0400 (0:00:00.201) 0:05:08.696 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:52:52 -0400 (0:00:00.258) 0:05:08.954 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:52:53 -0400 (0:00:00.171) 0:05:09.126 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:52:53 -0400 (0:00:00.192) 0:05:09.318 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:52:53 -0400 (0:00:00.180) 0:05:09.498 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:52:53 -0400 (0:00:00.146) 0:05:09.645 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:52:53 -0400 (0:00:00.142) 0:05:09.788 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:52:53 -0400 (0:00:00.134) 0:05:09.923 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:52:54 -0400 (0:00:00.252) 0:05:10.175 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:52:54 -0400 (0:00:00.193) 0:05:10.369 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:52:54 -0400 (0:00:00.064) 0:05:10.434 ******** 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-b0615af3-cfcc-4766-8bcb-873023514c8b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "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-9f56710b-c891-427f-872b-bdc64c4b094a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a", "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-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "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-c7742b9c-b457-43b5-9241-da9f424d12c9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "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-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "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-cd6ff1be-6637-4457-a27e-892b743bbad9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "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-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "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-7314f6d8-9961-4995-9150-a10c6629ebde", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-9f56710b-c891-427f-872b-bdc64c4b094a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-7314f6d8-9961-4995-9150-a10c6629ebde", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2", "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": 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:54:13 -0400 (0:01:18.754) 0:06:29.188 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:54:13 -0400 (0:00:00.237) 0:06:29.426 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:54:14 -0400 (0:00:00.792) 0:06:30.218 ******** ok: [managed_node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:54:14 -0400 (0:00:00.539) 0:06:30.758 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:54:14 -0400 (0:00:00.054) 0:06:30.813 ******** 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-b0615af3-cfcc-4766-8bcb-873023514c8b", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "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-9f56710b-c891-427f-872b-bdc64c4b094a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a", "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-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "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-c7742b9c-b457-43b5-9241-da9f424d12c9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "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-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "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-cd6ff1be-6637-4457-a27e-892b743bbad9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "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-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "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-7314f6d8-9961-4995-9150-a10c6629ebde", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-9f56710b-c891-427f-872b-bdc64c4b094a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-7314f6d8-9961-4995-9150-a10c6629ebde", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "lvm2", "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": 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:54:14 -0400 (0:00:00.140) 0:06:30.953 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:54:14 -0400 (0:00:00.135) 0:06:31.088 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:54:15 -0400 (0:00:00.138) 0:06:31.227 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:54:15 -0400 (0:00:00.059) 0:06:31.287 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:54:15 -0400 (0:00:00.124) 0:06:31.411 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:54:15 -0400 (0:00:00.055) 0:06:31.467 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:54:15 -0400 (0:00:00.055) 0:06:31.522 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:54:15 -0400 (0:00:00.129) 0:06:31.652 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755954.80637, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0d366ff108001af0000dd081b5407ca57eb4a66e", "ctime": 1724755951.546369, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 281018568, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1724755951.545369, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 54, "uid": 0, "version": "2613016845", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:54:16 -0400 (0:00:00.568) 0:06:32.220 ******** changed: [managed_node2] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-b0615af3-cfcc-4766-8bcb-873023514c8b', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-9f56710b-c891-427f-872b-bdc64c4b094a', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-9f56710b-c891-427f-872b-bdc64c4b094a", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-c7742b9c-b457-43b5-9241-da9f424d12c9', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sde1', 'name': 'luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-cd6ff1be-6637-4457-a27e-892b743bbad9', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "password": "-", "state": "present" } } MSG: line added changed: [managed_node2] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-7314f6d8-9961-4995-9150-a10c6629ebde', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-7314f6d8-9961-4995-9150-a10c6629ebde", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:54:19 -0400 (0:00:03.802) 0:06:36.023 ******** ok: [managed_node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:207 Tuesday 27 August 2024 06:54:20 -0400 (0:00:00.911) 0:06:36.934 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:54:21 -0400 (0:00:00.239) 0:06:37.174 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:54:21 -0400 (0:00:00.102) 0:06:37.276 ******** skipping: [managed_node2] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:54:21 -0400 (0:00:00.085) 0:06:37.361 ******** ok: [managed_node2] => { "changed": false, "info": { "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "size": "10G", "type": "crypt", "uuid": "WVoUhQ-x8Fl-B0mQ-wP2Z-XP5w-Upo0-7JOW8J" }, "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde", "size": "10G", "type": "crypt", "uuid": "WdBxIk-WUmx-W3Ij-kjgo-6Uor-eToH-c5leAk" }, "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "size": "1024G", "type": "crypt", "uuid": "Cii3lm-xHrM-mla1-cHqA-fivA-gjsU-ctrllp" }, "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a", "size": "10G", "type": "crypt", "uuid": "UDnj8H-QkIp-XjTf-5olS-EFnF-N6g3-AkX3Kv" }, "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "size": "10G", "type": "crypt", "uuid": "f455JI-fjDH-8Cvx-1KVv-v0oW-XTNB-bFI1SB" }, "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "size": "1024G", "type": "crypt", "uuid": "wSqK8b-EpR3-lDBg-WUuR-7vDu-U1Q6-gwt2Dp" }, "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "size": "10G", "type": "crypt", "uuid": "8dOeMf-2JHY-1IKS-KiFm-DgJT-941E-HgtnIU" }, "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "size": "1024G", "type": "crypt", "uuid": "WqtyiE-qeZh-49UK-WmfE-TWjd-paEq-TvqiTi" }, "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "size": "10G", "type": "crypt", "uuid": "t4Anvv-gPxJ-WQRW-3Vby-ME8U-MOOE-wUM4Tq" }, "/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": "1c4e804f-5dfc-492c-80a3-d451b24bced9" }, "/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": "7314f6d8-9961-4995-9150-a10c6629ebde" }, "/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": "f9b09ec0-e254-4c0e-ac89-2dd20126609a" }, "/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": "cd6ff1be-6637-4457-a27e-892b743bbad9" }, "/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": "8e4c8948-f17e-4e92-baa8-e6485d9a7bc9" }, "/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": "c7742b9c-b457-43b5-9241-da9f424d12c9" }, "/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": "c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e" }, "/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": "9f56710b-c891-427f-872b-bdc64c4b094a" }, "/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": "b0615af3-cfcc-4766-8bcb-873023514c8b" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:54:21 -0400 (0:00:00.459) 0:06:37.821 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002783", "end": "2024-08-27 06:54:22.102065", "rc": 0, "start": "2024-08-27 06:54:22.099282" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.462) 0:06:38.284 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002784", "end": "2024-08-27 06:54:22.531407", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:54:22.528623" } STDOUT: luks-1c4e804f-5dfc-492c-80a3-d451b24bced9 /dev/sda1 - luks-b0615af3-cfcc-4766-8bcb-873023514c8b /dev/sdi1 - luks-9f56710b-c891-427f-872b-bdc64c4b094a /dev/sdh1 - luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e /dev/sdg1 - luks-c7742b9c-b457-43b5-9241-da9f424d12c9 /dev/sdf1 - luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9 /dev/sde1 - luks-cd6ff1be-6637-4457-a27e-892b743bbad9 /dev/sdd1 - luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a /dev/sdc1 - luks-7314f6d8-9961-4995-9150-a10c6629ebde /dev/sdb1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.436) 0:06:38.721 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node2 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.123) 0:06:38.845 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:54:22 -0400 (0:00:00.116) 0:06:38.961 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030376", "end": "2024-08-27 06:54:23.299140", "rc": 0, "start": "2024-08-27 06:54:23.268764" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.517) 0:06:39.479 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.106) 0:06:39.585 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.206) 0:06:39.792 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde", "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a", "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:54:23 -0400 (0:00:00.141) 0:06:39.933 ******** ok: [managed_node2] => (item=/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "pv": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9" } ok: [managed_node2] => (item=/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde", "pv": "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde" } ok: [managed_node2] => (item=/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "pv": "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9" } ok: [managed_node2] => (item=/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a", "pv": "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a" } ok: [managed_node2] => (item=/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "pv": "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b" } ok: [managed_node2] => (item=/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "pv": "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e" } ok: [managed_node2] => (item=/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "pv": "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9" } ok: [managed_node2] => (item=/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "pv": "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9" } ok: [managed_node2] => (item=/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "pv": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a" } TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:54:28 -0400 (0:00:04.435) 0:06:44.368 ******** ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:54:28 -0400 (0:00:00.193) 0:06:44.562 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde", "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a", "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:54:28 -0400 (0:00:00.295) 0:06:44.857 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:54:28 -0400 (0:00:00.211) 0:06:45.068 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:54:29 -0400 (0:00:00.226) 0:06:45.294 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:54:29 -0400 (0:00:00.154) 0:06:45.448 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:54:29 -0400 (0:00:00.147) 0:06:45.596 ******** ok: [managed_node2] => (item=/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9" } MSG: All assertions passed ok: [managed_node2] => (item=/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde" } MSG: All assertions passed ok: [managed_node2] => (item=/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9" } MSG: All assertions passed ok: [managed_node2] => (item=/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a" } MSG: All assertions passed ok: [managed_node2] => (item=/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b" } MSG: All assertions passed ok: [managed_node2] => (item=/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e" } MSG: All assertions passed ok: [managed_node2] => (item=/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9" } MSG: All assertions passed ok: [managed_node2] => (item=/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9" } MSG: All assertions passed ok: [managed_node2] => (item=/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:54:30 -0400 (0:00:00.985) 0:06:46.582 ******** ok: [managed_node2] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.43.56 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.564) 0:06:47.146 ******** skipping: [managed_node2] => (item=/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9" } skipping: [managed_node2] => (item=/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde" } skipping: [managed_node2] => (item=/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9" } skipping: [managed_node2] => (item=/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a" } skipping: [managed_node2] => (item=/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b" } skipping: [managed_node2] => (item=/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e" } skipping: [managed_node2] => (item=/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9" } skipping: [managed_node2] => (item=/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9" } skipping: [managed_node2] => (item=/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:54:31 -0400 (0:00:00.960) 0:06:48.107 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.265) 0:06:48.372 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.091) 0:06:48.464 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.137) 0:06:48.601 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.165) 0:06:48.767 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:54:32 -0400 (0:00:00.200) 0:06:48.967 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.161) 0:06:49.129 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.163) 0:06:49.293 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.142) 0:06:49.435 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.165) 0:06:49.600 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.105) 0:06:49.705 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.097) 0:06:49.802 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:54:33 -0400 (0:00:00.086) 0:06:49.889 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.260) 0:06:50.150 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.054) 0:06:50.204 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.133) 0:06:50.338 ******** TASK [Check member encryption] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.036) 0:06:50.374 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.170) 0:06:50.545 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:54:34 -0400 (0:00:00.142) 0:06:50.688 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml for managed_node2 TASK [Get the backing device path] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Tuesday 27 August 2024 06:54:35 -0400 (0:00:00.988) 0:06:51.676 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/1c4e804f-5dfc-492c-80a3-d451b24bced9" ], "delta": "0:00:00.002696", "end": "2024-08-27 06:54:35.991213", "rc": 0, "start": "2024-08-27 06:54:35.988517" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Tuesday 27 August 2024 06:54:36 -0400 (0:00:00.529) 0:06:52.206 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Tuesday 27 August 2024 06:54:39 -0400 (0:00:03.092) 0:06:55.299 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.010456", "end": "2024-08-27 06:54:39.724343", "rc": 0, "start": "2024-08-27 06:54:39.713887" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 1c4e804f-5dfc-492c-80a3-d451b24bced9 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: argon2i Time cost: 4 Memory: 941176 Threads: 2 Salt: 49 83 4d 40 24 09 61 7c f0 9c d3 6e cf 55 d8 62 57 e8 cc 71 c0 12 39 e1 b9 fc fd 43 38 a5 d7 c6 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 124830 Salt: 5a 67 0d 30 54 5b 00 0f 83 c1 53 d5 44 e0 fb b0 2d 8b 64 a0 66 e2 d7 7d 34 8d fe 64 56 19 e3 6c Digest: 56 56 73 38 b0 0e 75 08 86 0d 1a 03 bc db f8 ba 72 02 63 18 db b9 cc 8b db 9c 27 2c af d5 05 0f TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Tuesday 27 August 2024 06:54:39 -0400 (0:00:00.629) 0:06:55.928 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Tuesday 27 August 2024 06:54:39 -0400 (0:00:00.170) 0:06:56.099 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Tuesday 27 August 2024 06:54:40 -0400 (0:00:00.196) 0:06:56.295 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Tuesday 27 August 2024 06:54:40 -0400 (0:00:00.176) 0:06:56.472 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/7314f6d8-9961-4995-9150-a10c6629ebde" ], "delta": "0:00:00.002691", "end": "2024-08-27 06:54:41.048338", "rc": 0, "start": "2024-08-27 06:54:41.045647" } STDOUT: /dev/sdb1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Tuesday 27 August 2024 06:54:41 -0400 (0:00:00.870) 0:06:57.342 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Tuesday 27 August 2024 06:54:44 -0400 (0:00:03.115) 0:07:00.458 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdb1" ], "delta": "0:00:00.010273", "end": "2024-08-27 06:54:44.788686", "rc": 0, "start": "2024-08-27 06:54:44.778413" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 7314f6d8-9961-4995-9150-a10c6629ebde 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: argon2i Time cost: 4 Memory: 938371 Threads: 2 Salt: a8 36 fb 7f ed 5b c2 06 87 a3 d1 db 43 a4 10 46 c2 9b 69 d7 dc 5b b1 fc 3b 86 e2 c2 fc da a1 a1 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 124593 Salt: f1 a3 78 81 a0 db 16 b3 93 86 db 6c c0 d2 f3 fd 38 e7 fe 9e 4b 98 6f 2b 32 de 1e a5 b5 6c c0 d9 Digest: 40 d4 46 ca ba 51 d2 45 59 eb 56 3a 2e 96 e9 28 36 af e3 46 34 5d e2 14 d6 27 75 40 70 f5 54 cb TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Tuesday 27 August 2024 06:54:44 -0400 (0:00:00.545) 0:07:01.004 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Tuesday 27 August 2024 06:54:45 -0400 (0:00:00.155) 0:07:01.159 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Tuesday 27 August 2024 06:54:45 -0400 (0:00:00.138) 0:07:01.298 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Tuesday 27 August 2024 06:54:45 -0400 (0:00:00.166) 0:07:01.464 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/8e4c8948-f17e-4e92-baa8-e6485d9a7bc9" ], "delta": "0:00:00.002779", "end": "2024-08-27 06:54:45.888360", "rc": 0, "start": "2024-08-27 06:54:45.885581" } STDOUT: /dev/sde1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Tuesday 27 August 2024 06:54:45 -0400 (0:00:00.633) 0:07:02.098 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Tuesday 27 August 2024 06:54:48 -0400 (0:00:02.910) 0:07:05.009 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sde1" ], "delta": "0:00:00.010349", "end": "2024-08-27 06:54:49.274049", "rc": 0, "start": "2024-08-27 06:54:49.263700" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 8e4c8948-f17e-4e92-baa8-e6485d9a7bc9 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: argon2i Time cost: 4 Memory: 955223 Threads: 2 Salt: 18 18 0b 79 2b 97 30 26 23 ef dc c0 50 fc 8c db b4 c4 a8 a3 ae 88 a2 90 40 13 4e 0f 0f 31 b5 17 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 124593 Salt: 9e b1 1d 9d df 2f e7 ca de 05 97 51 b8 51 02 02 22 85 11 7b 91 1d d1 d0 9b 7a a9 fb fa 0c ad b1 Digest: 9a b2 fc 13 9a 8d 41 2f 44 a2 d7 3e ca 98 75 44 5c eb ce e0 0f 96 15 0a 84 70 08 c6 7f 2c 28 c1 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.445) 0:07:05.455 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.097) 0:07:05.552 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.086) 0:07:05.638 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Tuesday 27 August 2024 06:54:49 -0400 (0:00:00.087) 0:07:05.726 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/9f56710b-c891-427f-872b-bdc64c4b094a" ], "delta": "0:00:00.002693", "end": "2024-08-27 06:54:49.962602", "rc": 0, "start": "2024-08-27 06:54:49.959909" } STDOUT: /dev/sdh1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Tuesday 27 August 2024 06:54:50 -0400 (0:00:00.452) 0:07:06.179 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Tuesday 27 August 2024 06:54:52 -0400 (0:00:02.791) 0:07:08.971 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdh1" ], "delta": "0:00:00.010342", "end": "2024-08-27 06:54:53.233954", "rc": 0, "start": "2024-08-27 06:54:53.223612" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 9f56710b-c891-427f-872b-bdc64c4b094a 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: argon2i Time cost: 4 Memory: 944649 Threads: 2 Salt: 9d fa b2 7c 9f 5e 50 77 16 ce 2a 55 77 5b 77 7c 0f 14 4e be 63 28 1a 0c 5f 8f 3c 85 2b 9b fd 69 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 124593 Salt: b7 23 6f 44 0c bf 10 52 50 8c 55 87 8d d3 35 71 40 bc 4a ac 3a dd 7f f2 73 48 21 a2 0a 9d 72 22 Digest: 83 25 14 14 7a 34 6d f1 29 10 d4 53 f0 f4 6a f2 dc 62 28 71 59 ca c1 dc 71 ae 2b f1 d4 ea 35 31 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Tuesday 27 August 2024 06:54:53 -0400 (0:00:00.444) 0:07:09.415 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Tuesday 27 August 2024 06:54:53 -0400 (0:00:00.099) 0:07:09.515 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Tuesday 27 August 2024 06:54:53 -0400 (0:00:00.114) 0:07:09.629 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Tuesday 27 August 2024 06:54:53 -0400 (0:00:00.160) 0:07:09.790 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/b0615af3-cfcc-4766-8bcb-873023514c8b" ], "delta": "0:00:00.002744", "end": "2024-08-27 06:54:54.044904", "rc": 0, "start": "2024-08-27 06:54:54.042160" } STDOUT: /dev/sdi1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Tuesday 27 August 2024 06:54:54 -0400 (0:00:00.443) 0:07:10.234 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Tuesday 27 August 2024 06:54:56 -0400 (0:00:02.824) 0:07:13.059 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdi1" ], "delta": "0:00:00.010390", "end": "2024-08-27 06:54:57.323098", "rc": 0, "start": "2024-08-27 06:54:57.312708" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: b0615af3-cfcc-4766-8bcb-873023514c8b 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: argon2i Time cost: 4 Memory: 860778 Threads: 2 Salt: f8 a6 48 ea 3e b4 82 ea 4f da 0a 5f 21 df a2 56 ff c3 5f 02 1c 14 b0 45 c7 f9 6b 79 5d f9 a6 7a AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 124830 Salt: 6d 2d 0a 54 be be 11 7b 74 25 8c 13 38 01 e2 e2 4b a2 4f 9c 71 7e fb 56 ca e4 bd e8 63 a1 55 e3 Digest: 93 22 75 87 70 47 32 ab cf cb 1c 6e 64 f3 63 7e 4e f0 97 6e b6 7b 08 f4 ed 8a 33 27 e2 c4 42 a7 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Tuesday 27 August 2024 06:54:57 -0400 (0:00:00.446) 0:07:13.505 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Tuesday 27 August 2024 06:54:57 -0400 (0:00:00.095) 0:07:13.600 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Tuesday 27 August 2024 06:54:57 -0400 (0:00:00.172) 0:07:13.773 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Tuesday 27 August 2024 06:54:57 -0400 (0:00:00.206) 0:07:13.979 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e" ], "delta": "0:00:00.002841", "end": "2024-08-27 06:54:58.235099", "rc": 0, "start": "2024-08-27 06:54:58.232258" } STDOUT: /dev/sdg1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Tuesday 27 August 2024 06:54:58 -0400 (0:00:00.436) 0:07:14.416 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Tuesday 27 August 2024 06:55:01 -0400 (0:00:02.820) 0:07:17.237 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdg1" ], "delta": "0:00:00.010365", "end": "2024-08-27 06:55:01.485517", "rc": 0, "start": "2024-08-27 06:55:01.475152" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e 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: argon2i Time cost: 4 Memory: 941171 Threads: 2 Salt: 2f 5d 7a 27 28 c2 a1 36 59 cd 30 ce bb 23 f7 f9 27 65 a2 23 0e d1 0b 11 35 73 ad 81 6b 56 eb ee AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 125068 Salt: a6 e0 2e f7 9d 41 4d 97 2a cb 6b 11 68 4e b1 5e 3a 25 4d ca 61 ce e8 c0 b2 68 a3 59 bb 62 72 42 Digest: 1e b1 85 47 99 3a 60 c2 08 6e 68 ca eb 6d 6a 21 91 f4 c0 e5 d1 1c 62 8b 16 0b 39 e2 02 3e eb 15 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Tuesday 27 August 2024 06:55:01 -0400 (0:00:00.455) 0:07:17.692 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Tuesday 27 August 2024 06:55:01 -0400 (0:00:00.148) 0:07:17.841 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Tuesday 27 August 2024 06:55:01 -0400 (0:00:00.240) 0:07:18.081 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Tuesday 27 August 2024 06:55:02 -0400 (0:00:00.147) 0:07:18.229 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/c7742b9c-b457-43b5-9241-da9f424d12c9" ], "delta": "0:00:00.002730", "end": "2024-08-27 06:55:02.564487", "rc": 0, "start": "2024-08-27 06:55:02.561757" } STDOUT: /dev/sdf1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Tuesday 27 August 2024 06:55:02 -0400 (0:00:00.540) 0:07:18.769 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Tuesday 27 August 2024 06:55:05 -0400 (0:00:02.881) 0:07:21.651 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdf1" ], "delta": "0:00:00.010504", "end": "2024-08-27 06:55:05.906148", "rc": 0, "start": "2024-08-27 06:55:05.895644" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: c7742b9c-b457-43b5-9241-da9f424d12c9 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: argon2i Time cost: 4 Memory: 944865 Threads: 2 Salt: 6f 96 8d ec 09 1d 27 b4 ca fd a7 cb ba 39 aa 8b b9 6b a9 9d 5e 62 3d 0f a3 1c aa 89 22 2f a1 42 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 124356 Salt: 7d cd 9d 87 bd 30 66 dc fb 01 ed ad 3e ee ed b1 f3 5b d6 da d4 cd 1b 5a 3d 75 0d 39 01 01 24 a0 Digest: 27 f9 cd 4c fb 43 14 cd db 47 0b 6c 15 2d 4a 0e 1b 88 91 8f 54 82 78 3e 88 6f c3 75 8d 7f ee e2 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Tuesday 27 August 2024 06:55:06 -0400 (0:00:00.470) 0:07:22.122 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Tuesday 27 August 2024 06:55:06 -0400 (0:00:00.097) 0:07:22.219 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Tuesday 27 August 2024 06:55:06 -0400 (0:00:00.089) 0:07:22.309 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Tuesday 27 August 2024 06:55:06 -0400 (0:00:00.100) 0:07:22.409 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/cd6ff1be-6637-4457-a27e-892b743bbad9" ], "delta": "0:00:00.002742", "end": "2024-08-27 06:55:06.656784", "rc": 0, "start": "2024-08-27 06:55:06.654042" } STDOUT: /dev/sdd1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Tuesday 27 August 2024 06:55:06 -0400 (0:00:00.428) 0:07:22.838 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Tuesday 27 August 2024 06:55:09 -0400 (0:00:02.816) 0:07:25.654 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdd1" ], "delta": "0:00:00.010532", "end": "2024-08-27 06:55:09.975197", "rc": 0, "start": "2024-08-27 06:55:09.964665" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: cd6ff1be-6637-4457-a27e-892b743bbad9 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: argon2i Time cost: 4 Memory: 948148 Threads: 2 Salt: e8 45 8b e3 40 46 78 a6 d9 90 be c2 49 ae d1 15 b1 41 23 4b c3 f9 b8 36 38 bf a7 15 d6 0f 2d 99 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 124356 Salt: 10 a6 e7 2f ec 29 af 52 73 02 1a 71 33 b6 15 a2 8a 68 bf e4 ad 95 8e a1 5a b5 53 e9 28 75 50 ff Digest: b6 3b 57 63 53 ec e8 01 61 c4 b4 64 e7 a3 6d 68 43 f6 49 3c 3d d0 84 8a 9d 93 4d 31 e0 e5 3a 3b TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Tuesday 27 August 2024 06:55:10 -0400 (0:00:00.502) 0:07:26.157 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Tuesday 27 August 2024 06:55:10 -0400 (0:00:00.130) 0:07:26.287 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Tuesday 27 August 2024 06:55:10 -0400 (0:00:00.149) 0:07:26.437 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:2 Tuesday 27 August 2024 06:55:10 -0400 (0:00:00.162) 0:07:26.599 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/f9b09ec0-e254-4c0e-ac89-2dd20126609a" ], "delta": "0:00:00.002765", "end": "2024-08-27 06:55:10.914666", "rc": 0, "start": "2024-08-27 06:55:10.911901" } STDOUT: /dev/sdc1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12 Tuesday 27 August 2024 06:55:11 -0400 (0:00:00.521) 0:07:27.121 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:18 Tuesday 27 August 2024 06:55:13 -0400 (0:00:02.831) 0:07:29.953 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdc1" ], "delta": "0:00:00.010195", "end": "2024-08-27 06:55:14.201523", "rc": 0, "start": "2024-08-27 06:55:14.191328" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: f9b09ec0-e254-4c0e-ac89-2dd20126609a 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: argon2i Time cost: 4 Memory: 944649 Threads: 2 Salt: f7 da 59 05 b9 9f 31 1b f6 29 f5 f3 69 23 70 20 96 1c 30 81 68 5d 81 be 89 3b ea cd 84 a2 04 a9 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 124830 Salt: d2 92 5e 6c 02 57 ad 42 89 13 a4 a1 35 40 77 25 35 a4 ed 76 2b 17 59 f5 3d db c4 59 16 d9 ea 10 Digest: 09 ee f6 cb de 6c eb 1b c4 29 4a 9c 7a 14 ba b8 14 6b 25 90 2d 4c ce 91 6c 16 e4 a4 15 33 56 a0 TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:26 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.430) 0:07:30.384 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:38 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.097) 0:07:30.481 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:50 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.135) 0:07:30.617 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:55:14 -0400 (0:00:00.139) 0:07:30.756 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.932) 0:07:31.689 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-1c4e804f-5dfc-492c-80a3-d451b24bced9 /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.095) 0:07:31.784 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.118) 0:07:31.903 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:55:15 -0400 (0:00:00.113) 0:07:32.017 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.091) 0:07:32.108 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.095) 0:07:32.204 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.124) 0:07:32.328 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-7314f6d8-9961-4995-9150-a10c6629ebde /dev/sdb1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.117) 0:07:32.445 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.108) 0:07:32.554 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.107) 0:07:32.661 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.098) 0:07:32.760 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:55:16 -0400 (0:00:00.220) 0:07:32.980 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.292) 0:07:33.273 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9 /dev/sde1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.149) 0:07:33.422 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.143) 0:07:33.566 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.115) 0:07:33.682 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.110) 0:07:33.792 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.097) 0:07:33.890 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:55:17 -0400 (0:00:00.095) 0:07:33.985 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-9f56710b-c891-427f-872b-bdc64c4b094a /dev/sdh1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.141) 0:07:34.127 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.146) 0:07:34.274 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.151) 0:07:34.426 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.142) 0:07:34.569 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.156) 0:07:34.725 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:55:18 -0400 (0:00:00.291) 0:07:35.017 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-b0615af3-cfcc-4766-8bcb-873023514c8b /dev/sdi1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.147) 0:07:35.165 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.115) 0:07:35.280 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.113) 0:07:35.393 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.087) 0:07:35.481 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.095) 0:07:35.577 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.089) 0:07:35.666 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e /dev/sdg1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.094) 0:07:35.761 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.092) 0:07:35.854 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.090) 0:07:35.944 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:55:19 -0400 (0:00:00.084) 0:07:36.029 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.092) 0:07:36.122 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.184) 0:07:36.306 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-c7742b9c-b457-43b5-9241-da9f424d12c9 /dev/sdf1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.091) 0:07:36.398 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.089) 0:07:36.487 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.092) 0:07:36.579 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.086) 0:07:36.666 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.094) 0:07:36.761 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.099) 0:07:36.861 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-cd6ff1be-6637-4457-a27e-892b743bbad9 /dev/sdd1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.090) 0:07:36.951 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:55:20 -0400 (0:00:00.089) 0:07:37.040 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.089) 0:07:37.130 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.087) 0:07:37.218 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.186) 0:07:37.404 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.089) 0:07:37.494 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a /dev/sdc1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.091) 0:07:37.586 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.091) 0:07:37.677 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.091) 0:07:37.769 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.098) 0:07:37.868 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.090) 0:07:37.958 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:55:21 -0400 (0:00:00.086) 0:07:38.044 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.086) 0:07:38.130 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.130) 0:07:38.261 ******** TASK [Check Stratis] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.036) 0:07:38.297 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.226) 0:07:38.524 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.088) 0:07:38.613 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.086) 0:07:38.699 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.086) 0:07:38.785 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.098) 0:07:38.884 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.087) 0:07:38.971 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:55:22 -0400 (0:00:00.087) 0:07:39.058 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:55:23 -0400 (0:00:00.088) 0:07:39.147 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:55:23 -0400 (0:00:00.036) 0:07:39.183 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:55:23 -0400 (0:00:00.035) 0:07:39.219 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:210 Tuesday 27 August 2024 06:55:23 -0400 (0:00:00.085) 0:07:39.305 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.033703", "end": "2024-08-27 06:55:23.638977", "rc": 0, "start": "2024-08-27 06:55:23.605274" } STDOUT: UFLxAg-BKmh-k6f9-6kqK-ZPLE-KQtA-XFN3fv TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:215 Tuesday 27 August 2024 06:55:23 -0400 (0:00:00.513) 0:07:39.818 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Create a new volume group with a logical volume] ************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:219 Tuesday 27 August 2024 06:55:23 -0400 (0:00:00.100) 0:07:39.919 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:55:23 -0400 (0:00:00.163) 0:07:40.082 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:55:24 -0400 (0:00:00.117) 0:07:40.199 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:55:24 -0400 (0:00:00.094) 0:07:40.294 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:55:24 -0400 (0:00:00.362) 0:07:40.656 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:55:24 -0400 (0:00:00.100) 0:07:40.756 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:55:24 -0400 (0:00:00.189) 0:07:40.946 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:55:24 -0400 (0:00:00.111) 0:07:41.058 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.103) 0:07:41.161 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.142) 0:07:41.303 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.089) 0:07:41.393 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.128) 0:07:41.521 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.140) 0:07:41.661 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.104) 0:07:41.766 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.104) 0:07:41.871 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:55:25 -0400 (0:00:00.095) 0:07:41.966 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.195) 0:07:42.161 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.115) 0:07:42.277 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:55:26 -0400 (0:00:00.037) 0:07:42.314 ******** changed: [managed_node2] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "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-b0615af3-cfcc-4766-8bcb-873023514c8b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "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-9f56710b-c891-427f-872b-bdc64c4b094a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a", "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-c7742b9c-b457-43b5-9241-da9f424d12c9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "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-cd6ff1be-6637-4457-a27e-892b743bbad9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "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-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "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-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "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-1c4e804f-5dfc-492c-80a3-d451b24bced9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "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-7314f6d8-9961-4995-9150-a10c6629ebde", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde", "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": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdc1", "name": "luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-9f56710b-c891-427f-872b-bdc64c4b094a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-7314f6d8-9961-4995-9150-a10c6629ebde", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:55:36 -0400 (0:00:10.294) 0:07:52.608 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:55:36 -0400 (0:00:00.132) 0:07:52.741 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:55:37 -0400 (0:00:00.518) 0:07:53.260 ******** ok: [managed_node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:55:37 -0400 (0:00:00.522) 0:07:53.782 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:55:37 -0400 (0:00:00.060) 0:07:53.843 ******** ok: [managed_node2] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "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-b0615af3-cfcc-4766-8bcb-873023514c8b", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "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-9f56710b-c891-427f-872b-bdc64c4b094a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-9f56710b-c891-427f-872b-bdc64c4b094a", "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-c7742b9c-b457-43b5-9241-da9f424d12c9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "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-cd6ff1be-6637-4457-a27e-892b743bbad9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "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-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "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-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "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-1c4e804f-5dfc-492c-80a3-d451b24bced9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "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-7314f6d8-9961-4995-9150-a10c6629ebde", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-7314f6d8-9961-4995-9150-a10c6629ebde", "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": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdc1", "name": "luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-9f56710b-c891-427f-872b-bdc64c4b094a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "password": "-", "state": "absent" }, { "backing_device": "/dev/sda1", "name": "luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-7314f6d8-9961-4995-9150-a10c6629ebde", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:55:37 -0400 (0:00:00.150) 0:07:53.994 ******** 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": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:55:38 -0400 (0:00:00.146) 0:07:54.140 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:55:38 -0400 (0:00:00.158) 0:07:54.299 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:55:38 -0400 (0:00:00.060) 0:07:54.359 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:55:38 -0400 (0:00:00.143) 0:07:54.503 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:55:38 -0400 (0:00:00.045) 0:07:54.548 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:55:38 -0400 (0:00:00.045) 0:07:54.593 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:55:38 -0400 (0:00:00.190) 0:07:54.784 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724756062.529374, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4f218d710b4f396db20ab6b13c98bdb781a5954d", "ctime": 1724756059.8103738, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 375390341, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1724756059.8093739, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "4237783679", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:55:39 -0400 (0:00:00.463) 0:07:55.247 ******** changed: [managed_node2] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-f9b09ec0-e254-4c0e-ac89-2dd20126609a", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-b0615af3-cfcc-4766-8bcb-873023514c8b', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-b0615af3-cfcc-4766-8bcb-873023514c8b", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-9f56710b-c891-427f-872b-bdc64c4b094a', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-9f56710b-c891-427f-872b-bdc64c4b094a", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-c7742b9c-b457-43b5-9241-da9f424d12c9', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-c7742b9c-b457-43b5-9241-da9f424d12c9", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-cd6ff1be-6637-4457-a27e-892b743bbad9', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-cd6ff1be-6637-4457-a27e-892b743bbad9", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sde1', 'name': 'luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-8e4c8948-f17e-4e92-baa8-e6485d9a7bc9", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-c5dcdad4-edfe-4cc3-8af8-2855aa8a6c8e", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sda1', 'name': 'luks-1c4e804f-5dfc-492c-80a3-d451b24bced9', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-1c4e804f-5dfc-492c-80a3-d451b24bced9", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [managed_node2] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-7314f6d8-9961-4995-9150-a10c6629ebde', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-7314f6d8-9961-4995-9150-a10c6629ebde", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:55:42 -0400 (0:00:03.718) 0:07:58.966 ******** ok: [managed_node2] TASK [Save UUID of the created volume group] *********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:231 Tuesday 27 August 2024 06:55:43 -0400 (0:00:00.904) 0:07:59.870 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031385", "end": "2024-08-27 06:55:44.276980", "rc": 0, "start": "2024-08-27 06:55:44.245595" } STDOUT: RUTNFp-IcOs-ZULw-SIte-VNbL-aSl1-8aqavD TASK [Verify role results] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:236 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.586) 0:08:00.456 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.144) 0:08:00.600 ******** 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": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.087) 0:08:00.688 ******** skipping: [managed_node2] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:55:44 -0400 (0:00:00.095) 0:08:00.783 ******** ok: [managed_node2] => { "changed": false, "info": { "/dev/mapper/foo-test": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/mapper/foo-test", "size": "300M", "type": "lvm", "uuid": "c4ab5291-d6d5-4f10-8ca8-fa198f9a26c2" }, "/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": "mZJosu-oJHL-KPKC-G0t2-ytuR-9ffb-uvjwBd" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.408) 0:08:01.192 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002717", "end": "2024-08-27 06:55:45.420656", "rc": 0, "start": "2024-08-27 06:55:45.417939" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:55:45 -0400 (0:00:00.433) 0:08:01.626 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002732", "end": "2024-08-27 06:55:45.921112", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:55:45.918380" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.483) 0:08:02.109 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node2 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.149) 0:08:02.259 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.085) 0:08:02.345 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.022908", "end": "2024-08-27 06:55:46.599705", "rc": 0, "start": "2024-08-27 06:55:46.576797" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.432) 0:08:02.778 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.086) 0:08:02.865 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.155) 0:08:03.020 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:55:46 -0400 (0:00:00.086) 0:08:03.107 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:55:47 -0400 (0:00:00.435) 0:08:03.542 ******** ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:55:47 -0400 (0:00:00.140) 0:08:03.683 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:55:47 -0400 (0:00:00.146) 0:08:03.830 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:55:47 -0400 (0:00:00.248) 0:08:04.078 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:55:48 -0400 (0:00:00.122) 0:08:04.200 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:55:48 -0400 (0:00:00.131) 0:08:04.332 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:55:48 -0400 (0:00:00.144) 0:08:04.476 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:55:48 -0400 (0:00:00.102) 0:08:04.579 ******** ok: [managed_node2] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.43.56 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:55:48 -0400 (0:00:00.470) 0:08:05.050 ******** skipping: [managed_node2] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.087) 0:08:05.137 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.143) 0:08:05.281 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.100) 0:08:05.382 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.112) 0:08:05.494 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.086) 0:08:05.580 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.163) 0:08:05.744 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.082) 0:08:05.827 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.080) 0:08:05.907 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.078) 0:08:05.985 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:55:49 -0400 (0:00:00.084) 0:08:06.070 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.123) 0:08:06.194 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.099) 0:08:06.293 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.082) 0:08:06.375 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.112) 0:08:06.488 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml for managed_node2 TASK [Get information about the LV] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:8 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.212) 0:08:06.700 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:16 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.135) 0:08:06.836 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:20 Tuesday 27 August 2024 06:55:50 -0400 (0:00:00.253) 0:08:07.090 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:27 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.115) 0:08:07.205 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:31 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.120) 0:08:07.326 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:37 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.134) 0:08:07.460 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml:42 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.109) 0:08:07.570 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.092) 0:08:07.662 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.124) 0:08:07.787 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml for managed_node2 TASK [Get information about thinpool] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:8 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.114) 0:08:07.901 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:16 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.080) 0:08:07.981 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:22 Tuesday 27 August 2024 06:55:51 -0400 (0:00:00.080) 0:08:08.061 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml:26 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.081) 0:08:08.143 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.085) 0:08:08.229 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.272) 0:08:08.501 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.157) 0:08:08.659 ******** skipping: [managed_node2] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.127) 0:08:08.787 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml for managed_node2 TASK [Set variables used by tests] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:2 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.151) 0:08:08.938 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:6 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.082) 0:08:09.021 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:14 Tuesday 27 August 2024 06:55:52 -0400 (0:00:00.087) 0:08:09.108 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:23 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.122) 0:08:09.231 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:32 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.138) 0:08:09.369 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml:41 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.135) 0:08:09.504 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.104) 0:08:09.609 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.141) 0:08:09.750 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.232) 0:08:09.982 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml for managed_node2 TASK [Get information about VDO deduplication] ********************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:8 Tuesday 27 August 2024 06:55:53 -0400 (0:00:00.119) 0:08:10.102 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:15 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.084) 0:08:10.186 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:21 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.082) 0:08:10.268 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:27 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.081) 0:08:10.350 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:34 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.079) 0:08:10.430 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:40 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.081) 0:08:10.511 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml:46 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.081) 0:08:10.593 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.083) 0:08:10.677 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.175) 0:08:10.853 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.081) 0:08:10.934 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.080) 0:08:11.014 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:55:54 -0400 (0:00:00.081) 0:08:11.095 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:55:55 -0400 (0:00:00.078) 0:08:11.173 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:55:55 -0400 (0:00:00.082) 0:08:11.256 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:55:55 -0400 (0:00:00.084) 0:08:11.340 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:55:55 -0400 (0:00:00.085) 0:08:11.425 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml for managed_node2 TASK [Set storage volume test variables] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:2 Tuesday 27 August 2024 06:55:55 -0400 (0:00:00.116) 0:08:11.542 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:19 Tuesday 27 August 2024 06:55:55 -0400 (0:00:00.087) 0:08:11.629 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml for managed_node2 TASK [Get expected mount device based on device type] ************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:7 Tuesday 27 August 2024 06:55:56 -0400 (0:00:00.576) 0:08:12.206 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:11 Tuesday 27 August 2024 06:55:56 -0400 (0:00:00.086) 0:08:12.293 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:19 Tuesday 27 August 2024 06:55:56 -0400 (0:00:00.098) 0:08:12.392 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:28 Tuesday 27 August 2024 06:55:56 -0400 (0:00:00.120) 0:08:12.513 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:36 Tuesday 27 August 2024 06:55:56 -0400 (0:00:00.111) 0:08:12.624 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:42 Tuesday 27 August 2024 06:55:56 -0400 (0:00:00.131) 0:08:12.756 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:48 Tuesday 27 August 2024 06:55:56 -0400 (0:00:00.119) 0:08:12.876 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:57 Tuesday 27 August 2024 06:55:56 -0400 (0:00:00.086) 0:08:12.962 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:63 Tuesday 27 August 2024 06:55:56 -0400 (0:00:00.082) 0:08:13.045 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:69 Tuesday 27 August 2024 06:55:57 -0400 (0:00:00.082) 0:08:13.127 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml:79 Tuesday 27 August 2024 06:55:57 -0400 (0:00:00.082) 0:08:13.210 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:2 Tuesday 27 August 2024 06:55:57 -0400 (0:00:00.225) 0:08:13.435 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:17 Tuesday 27 August 2024 06:55:57 -0400 (0:00:00.147) 0:08:13.583 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:24 Tuesday 27 August 2024 06:55:57 -0400 (0:00:00.095) 0:08:13.678 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:33 Tuesday 27 August 2024 06:55:57 -0400 (0:00:00.097) 0:08:13.776 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Tuesday 27 August 2024 06:55:57 -0400 (0:00:00.091) 0:08:13.868 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:51 Tuesday 27 August 2024 06:55:57 -0400 (0:00:00.083) 0:08:13.951 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:6 Tuesday 27 August 2024 06:55:57 -0400 (0:00:00.081) 0:08:14.033 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml:14 Tuesday 27 August 2024 06:55:58 -0400 (0:00:00.086) 0:08:14.119 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:3 Tuesday 27 August 2024 06:55:58 -0400 (0:00:00.088) 0:08:14.208 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724756136.2783763, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1724756136.2783763, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 838445, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1724756136.2783763, "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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:9 Tuesday 27 August 2024 06:55:58 -0400 (0:00:00.416) 0:08:14.624 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:16 Tuesday 27 August 2024 06:55:58 -0400 (0:00:00.088) 0:08:14.712 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:23 Tuesday 27 August 2024 06:55:58 -0400 (0:00:00.082) 0:08:14.795 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:29 Tuesday 27 August 2024 06:55:58 -0400 (0:00:00.186) 0:08:14.981 ******** ok: [managed_node2] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:33 Tuesday 27 August 2024 06:55:58 -0400 (0:00:00.084) 0:08:15.065 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml:38 Tuesday 27 August 2024 06:55:59 -0400 (0:00:00.082) 0:08:15.148 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:3 Tuesday 27 August 2024 06:55:59 -0400 (0:00:00.086) 0:08:15.234 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 Tuesday 27 August 2024 06:55:59 -0400 (0:00:00.081) 0:08:15.315 ******** ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:16 Tuesday 27 August 2024 06:56:02 -0400 (0:00:02.793) 0:08:18.108 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:22 Tuesday 27 August 2024 06:56:02 -0400 (0:00:00.097) 0:08:18.206 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:29 Tuesday 27 August 2024 06:56:02 -0400 (0:00:00.087) 0:08:18.293 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:40 Tuesday 27 August 2024 06:56:02 -0400 (0:00:00.090) 0:08:18.384 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:46 Tuesday 27 August 2024 06:56:02 -0400 (0:00:00.081) 0:08:18.465 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:51 Tuesday 27 August 2024 06:56:02 -0400 (0:00:00.084) 0:08:18.549 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:63 Tuesday 27 August 2024 06:56:02 -0400 (0:00:00.113) 0:08:18.663 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:75 Tuesday 27 August 2024 06:56:02 -0400 (0:00:00.091) 0:08:18.755 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:87 Tuesday 27 August 2024 06:56:02 -0400 (0:00:00.092) 0:08:18.848 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:93 Tuesday 27 August 2024 06:56:02 -0400 (0:00:00.086) 0:08:18.935 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:100 Tuesday 27 August 2024 06:56:02 -0400 (0:00:00.106) 0:08:19.041 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:108 Tuesday 27 August 2024 06:56:03 -0400 (0:00:00.123) 0:08:19.165 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:116 Tuesday 27 August 2024 06:56:03 -0400 (0:00:00.196) 0:08:19.361 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:124 Tuesday 27 August 2024 06:56:03 -0400 (0:00:00.182) 0:08:19.543 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:8 Tuesday 27 August 2024 06:56:03 -0400 (0:00:00.092) 0:08:19.636 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:14 Tuesday 27 August 2024 06:56:03 -0400 (0:00:00.079) 0:08:19.716 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:19 Tuesday 27 August 2024 06:56:03 -0400 (0:00:00.085) 0:08:19.801 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:24 Tuesday 27 August 2024 06:56:03 -0400 (0:00:00.110) 0:08:19.912 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:29 Tuesday 27 August 2024 06:56:03 -0400 (0:00:00.093) 0:08:20.006 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:37 Tuesday 27 August 2024 06:56:04 -0400 (0:00:00.109) 0:08:20.115 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:46 Tuesday 27 August 2024 06:56:04 -0400 (0:00:00.082) 0:08:20.198 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:54 Tuesday 27 August 2024 06:56:04 -0400 (0:00:00.081) 0:08:20.279 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:62 Tuesday 27 August 2024 06:56:04 -0400 (0:00:00.081) 0:08:20.361 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml:70 Tuesday 27 August 2024 06:56:04 -0400 (0:00:00.080) 0:08:20.442 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:3 Tuesday 27 August 2024 06:56:04 -0400 (0:00:00.085) 0:08:20.527 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:11 Tuesday 27 August 2024 06:56:05 -0400 (0:00:00.650) 0:08:21.178 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:20 Tuesday 27 August 2024 06:56:05 -0400 (0:00:00.415) 0:08:21.593 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_expected_size": "314572800" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:28 Tuesday 27 August 2024 06:56:05 -0400 (0:00:00.090) 0:08:21.684 ******** ok: [managed_node2] => { "storage_test_expected_size": "314572800" } TASK [Get the size of parent/pool device] ************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:32 Tuesday 27 August 2024 06:56:05 -0400 (0:00:00.082) 0:08:21.767 ******** ok: [managed_node2] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:46 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.415) 0:08:22.182 ******** skipping: [managed_node2] => {} TASK [Show test blockinfo] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:50 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.085) 0:08:22.267 ******** skipping: [managed_node2] => {} TASK [Show test pool size] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:54 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.082) 0:08:22.350 ******** skipping: [managed_node2] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:58 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.084) 0:08:22.434 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:67 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.084) 0:08:22.519 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:71 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.079) 0:08:22.599 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:76 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.166) 0:08:22.766 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:82 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.082) 0:08:22.849 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:86 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.081) 0:08:22.931 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:91 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.082) 0:08:23.013 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:96 Tuesday 27 August 2024 06:56:06 -0400 (0:00:00.082) 0:08:23.095 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:101 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.089) 0:08:23.185 ******** skipping: [managed_node2] => {} TASK [Show volume thin pool size] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:105 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.080) 0:08:23.265 ******** skipping: [managed_node2] => {} TASK [Show test volume size] *************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:109 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.082) 0:08:23.348 ******** skipping: [managed_node2] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:113 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.083) 0:08:23.431 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:120 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.082) 0:08:23.514 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:127 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.106) 0:08:23.620 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:131 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.112) 0:08:23.733 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:137 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.111) 0:08:23.845 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:143 Tuesday 27 August 2024 06:56:07 -0400 (0:00:00.187) 0:08:24.032 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:147 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.090) 0:08:24.123 ******** ok: [managed_node2] => { "storage_test_expected_size": "314572800" } TASK [Assert expected size is actual size] ************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml:151 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.138) 0:08:24.261 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:5 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.130) 0:08:24.391 ******** 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.023126", "end": "2024-08-27 06:56:08.701875", "rc": 0, "start": "2024-08-27 06:56:08.678749" } 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:13 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.520) 0:08:24.912 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:17 Tuesday 27 August 2024 06:56:08 -0400 (0:00:00.135) 0:08:25.048 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:24 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.166) 0:08:25.214 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:31 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.127) 0:08:25.342 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:37 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.097) 0:08:25.440 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml:42 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.092) 0:08:25.533 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml:25 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.083) 0:08:25.617 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.091) 0:08:25.709 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.113) 0:08:25.822 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:239 Tuesday 27 August 2024 06:56:09 -0400 (0:00:00.111) 0:08:25.934 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.196) 0:08:26.130 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.123) 0:08:26.253 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.132) 0:08:26.386 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.432) 0:08:26.818 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.131) 0:08:26.949 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:56:10 -0400 (0:00:00.138) 0:08:27.088 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.130) 0:08:27.218 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.144) 0:08:27.363 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.185) 0:08:27.548 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.083) 0:08:27.631 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.106) 0:08:27.738 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.127) 0:08:27.866 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.095) 0:08:27.961 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:56:11 -0400 (0:00:00.095) 0:08:28.056 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.084) 0:08:28.141 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.086) 0:08:28.227 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.159) 0:08:28.387 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:56:12 -0400 (0:00:00.049) 0:08:28.437 ******** 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" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:56:17 -0400 (0:00:05.408) 0:08:33.845 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:56:17 -0400 (0:00:00.135) 0:08:33.980 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:56:18 -0400 (0:00:00.654) 0:08:34.635 ******** ok: [managed_node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.565) 0:08:35.201 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.101) 0:08:35.302 ******** 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" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.134) 0:08:35.436 ******** 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": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.158) 0:08:35.595 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.163) 0:08:35.759 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.059) 0:08:35.818 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.124) 0:08:35.942 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.049) 0:08:35.992 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:56:19 -0400 (0:00:00.056) 0:08:36.049 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.140) 0:08:36.190 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724756145.9193766, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724756142.7473767, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 81789194, "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": 1724756142.7463765, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2755665430", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.499) 0:08:36.690 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:56:20 -0400 (0:00:00.061) 0:08:36.752 ******** ok: [managed_node2] TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:250 Tuesday 27 August 2024 06:56:21 -0400 (0:00:00.917) 0:08:37.669 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.027459", "end": "2024-08-27 06:56:21.942028", "rc": 0, "start": "2024-08-27 06:56:21.914569" } STDOUT: RUTNFp-IcOs-ZULw-SIte-VNbL-aSl1-8aqavD TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:255 Tuesday 27 August 2024 06:56:22 -0400 (0:00:00.478) 0:08:38.147 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV from the VG] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:259 Tuesday 27 August 2024 06:56:22 -0400 (0:00:00.138) 0:08:38.285 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:56:22 -0400 (0:00:00.266) 0:08:38.551 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:56:22 -0400 (0:00:00.172) 0:08:38.724 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:56:22 -0400 (0:00:00.150) 0:08:38.875 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:56:23 -0400 (0:00:00.471) 0:08:39.346 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:56:23 -0400 (0:00:00.128) 0:08:39.475 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:56:23 -0400 (0:00:00.128) 0:08:39.603 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:56:23 -0400 (0:00:00.140) 0:08:39.744 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:56:23 -0400 (0:00:00.289) 0:08:40.033 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:56:24 -0400 (0:00:00.207) 0:08:40.241 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:56:24 -0400 (0:00:00.128) 0:08:40.370 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:56:24 -0400 (0:00:00.137) 0:08:40.508 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:56:24 -0400 (0:00:00.139) 0:08:40.647 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:56:24 -0400 (0:00:00.135) 0:08:40.783 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:56:24 -0400 (0:00:00.138) 0:08:40.921 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:56:24 -0400 (0:00:00.099) 0:08:41.020 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:56:25 -0400 (0:00:00.095) 0:08:41.115 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:56:25 -0400 (0:00:00.097) 0:08:41.212 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:56:25 -0400 (0:00:00.035) 0:08:41.248 ******** 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" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:56:32 -0400 (0:00:07.190) 0:08:48.438 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:56:32 -0400 (0:00:00.085) 0:08:48.524 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:56:32 -0400 (0:00:00.472) 0:08:48.996 ******** ok: [managed_node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:56:33 -0400 (0:00:00.479) 0:08:49.475 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:56:33 -0400 (0:00:00.039) 0:08:49.515 ******** 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" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:56:33 -0400 (0:00:00.164) 0:08:49.679 ******** 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": "/dev/mapper/foo-test", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:56:33 -0400 (0:00:00.103) 0:08:49.783 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:56:33 -0400 (0:00:00.085) 0:08:49.868 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:56:33 -0400 (0:00:00.034) 0:08:49.902 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:56:33 -0400 (0:00:00.092) 0:08:49.995 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:56:33 -0400 (0:00:00.062) 0:08:50.057 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:56:33 -0400 (0:00:00.045) 0:08:50.103 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:56:34 -0400 (0:00:00.108) 0:08:50.211 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724756145.9193766, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724756142.7473767, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 81789194, "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": 1724756142.7463765, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2755665430", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:56:34 -0400 (0:00:00.426) 0:08:50.638 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:56:34 -0400 (0:00:00.040) 0:08:50.678 ******** ok: [managed_node2] TASK [Get the partition table type on disk removed from the VG] **************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:270 Tuesday 27 August 2024 06:56:35 -0400 (0:00:00.850) 0:08:51.528 ******** ok: [managed_node2] => { "changed": false, "cmd": "blkid -p -ovalue -s PTTYPE /dev/sda || /bin/true", "delta": "0:00:00.006338", "end": "2024-08-27 06:56:35.779976", "rc": 0, "start": "2024-08-27 06:56:35.773638" } TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:275 Tuesday 27 August 2024 06:56:35 -0400 (0:00:00.430) 0:08:51.959 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:279 Tuesday 27 August 2024 06:56:35 -0400 (0:00:00.086) 0:08:52.045 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.023735", "end": "2024-08-27 06:56:36.368792", "rc": 0, "start": "2024-08-27 06:56:36.345057" } STDOUT: RUTNFp-IcOs-ZULw-SIte-VNbL-aSl1-8aqavD TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:284 Tuesday 27 August 2024 06:56:36 -0400 (0:00:00.502) 0:08:52.547 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:288 Tuesday 27 August 2024 06:56:36 -0400 (0:00:00.084) 0:08:52.631 ******** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Tuesday 27 August 2024 06:56:36 -0400 (0:00:00.203) 0:08:52.835 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Tuesday 27 August 2024 06:56:36 -0400 (0:00:00.145) 0:08:52.980 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Tuesday 27 August 2024 06:56:37 -0400 (0:00:00.196) 0:08:53.177 ******** skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed_node2] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Tuesday 27 August 2024 06:56:37 -0400 (0:00:00.612) 0:08:53.789 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Tuesday 27 August 2024 06:56:37 -0400 (0:00:00.093) 0:08:53.883 ******** skipping: [managed_node2] => { "changed": false, "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Tuesday 27 August 2024 06:56:37 -0400 (0:00:00.095) 0:08:53.979 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Tuesday 27 August 2024 06:56:37 -0400 (0:00:00.121) 0:08:54.100 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Tuesday 27 August 2024 06:56:38 -0400 (0:00:00.152) 0:08:54.253 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Tuesday 27 August 2024 06:56:38 -0400 (0:00:00.198) 0:08:54.452 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Tuesday 27 August 2024 06:56:38 -0400 (0:00:00.096) 0:08:54.548 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Tuesday 27 August 2024 06:56:38 -0400 (0:00:00.092) 0:08:54.641 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Tuesday 27 August 2024 06:56:38 -0400 (0:00:00.117) 0:08:54.758 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Tuesday 27 August 2024 06:56:38 -0400 (0:00:00.138) 0:08:54.896 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Tuesday 27 August 2024 06:56:38 -0400 (0:00:00.106) 0:08:55.003 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Tuesday 27 August 2024 06:56:38 -0400 (0:00:00.095) 0:08:55.099 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Tuesday 27 August 2024 06:56:39 -0400 (0:00:00.176) 0:08:55.276 ******** ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Tuesday 27 August 2024 06:56:39 -0400 (0:00:00.153) 0:08:55.429 ******** TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Tuesday 27 August 2024 06:56:39 -0400 (0:00:00.074) 0:08:55.503 ******** 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" ], "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Tuesday 27 August 2024 06:56:48 -0400 (0:00:09.294) 0:09:04.798 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Tuesday 27 August 2024 06:56:48 -0400 (0:00:00.133) 0:09:04.931 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724755651.2192826, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ab8070345774adad92683e9645714452be7be474", "ctime": 1724755650.6552825, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 236978416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1724755650.6552825, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1343, "uid": 0, "version": "1188212783", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Tuesday 27 August 2024 06:56:49 -0400 (0:00:00.658) 0:09:05.589 ******** ok: [managed_node2] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Tuesday 27 August 2024 06:56:49 -0400 (0:00:00.505) 0:09:06.095 ******** TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Tuesday 27 August 2024 06:56:50 -0400 (0:00:00.057) 0:09:06.152 ******** 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" ], "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Tuesday 27 August 2024 06:56:50 -0400 (0:00:00.166) 0:09:06.318 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Tuesday 27 August 2024 06:56:50 -0400 (0:00:00.184) 0:09:06.503 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Tuesday 27 August 2024 06:56:50 -0400 (0:00:00.166) 0:09:06.669 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Tuesday 27 August 2024 06:56:50 -0400 (0:00:00.104) 0:09:06.774 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Tuesday 27 August 2024 06:56:50 -0400 (0:00:00.258) 0:09:07.032 ******** TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Tuesday 27 August 2024 06:56:51 -0400 (0:00:00.132) 0:09:07.164 ******** TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Tuesday 27 August 2024 06:56:51 -0400 (0:00:00.109) 0:09:07.274 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Tuesday 27 August 2024 06:56:51 -0400 (0:00:00.225) 0:09:07.499 ******** ok: [managed_node2] => { "changed": false, "stat": { "atime": 1724756145.9193766, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1724756142.7473767, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 81789194, "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": 1724756142.7463765, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2755665430", "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-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Tuesday 27 August 2024 06:56:52 -0400 (0:00:00.645) 0:09:08.144 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Tuesday 27 August 2024 06:56:52 -0400 (0:00:00.081) 0:09:08.226 ******** ok: [managed_node2] TASK [Verify role results] ***************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/tests_lvm_pool_members.yml:297 Tuesday 27 August 2024 06:56:53 -0400 (0:00:01.844) 0:09:10.071 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml for managed_node2 TASK [Print out pool information] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:2 Tuesday 27 August 2024 06:56:54 -0400 (0:00:00.231) 0:09:10.302 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:7 Tuesday 27 August 2024 06:56:54 -0400 (0:00:00.140) 0:09:10.442 ******** skipping: [managed_node2] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:15 Tuesday 27 August 2024 06:56:54 -0400 (0:00:00.131) 0:09:10.574 ******** 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": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:20 Tuesday 27 August 2024 06:56:54 -0400 (0:00:00.490) 0:09:11.064 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002729", "end": "2024-08-27 06:56:55.363210", "rc": 0, "start": "2024-08-27 06:56:55.360481" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Wed May 29 07:43:06 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=fe591198-9082-4b15-9b62-e83518524cd2 / xfs defaults 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/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-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:25 Tuesday 27 August 2024 06:56:55 -0400 (0:00:00.474) 0:09:11.538 ******** ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002794", "end": "2024-08-27 06:56:55.780573", "failed_when_result": false, "rc": 0, "start": "2024-08-27 06:56:55.777779" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:34 Tuesday 27 August 2024 06:56:55 -0400 (0:00:00.421) 0:09:11.960 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml for managed_node2 TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:5 Tuesday 27 August 2024 06:56:55 -0400 (0:00:00.116) 0:09:12.076 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:18 Tuesday 27 August 2024 06:56:56 -0400 (0:00:00.081) 0:09:12.158 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:24 Tuesday 27 August 2024 06:56:56 -0400 (0:00:00.092) 0:09:12.251 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml:34 Tuesday 27 August 2024 06:56:56 -0400 (0:00:00.091) 0:09:12.342 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml for managed_node2 included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:2 Tuesday 27 August 2024 06:56:56 -0400 (0:00:00.204) 0:09:12.546 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Tuesday 27 August 2024 06:56:56 -0400 (0:00:00.092) 0:09:12.639 ******** TASK [Set pvs lvm length] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:17 Tuesday 27 August 2024 06:56:56 -0400 (0:00:00.032) 0:09:12.672 ******** ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:22 Tuesday 27 August 2024 06:56:56 -0400 (0:00:00.160) 0:09:12.833 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:27 Tuesday 27 August 2024 06:56:56 -0400 (0:00:00.101) 0:09:12.935 ******** ok: [managed_node2] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:36 Tuesday 27 August 2024 06:56:56 -0400 (0:00:00.100) 0:09:13.035 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:41 Tuesday 27 August 2024 06:56:57 -0400 (0:00:00.086) 0:09:13.121 ******** ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:46 Tuesday 27 August 2024 06:56:57 -0400 (0:00:00.090) 0:09:13.212 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:51 Tuesday 27 August 2024 06:56:57 -0400 (0:00:00.122) 0:09:13.334 ******** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:64 Tuesday 27 August 2024 06:56:57 -0400 (0:00:00.053) 0:09:13.387 ******** ok: [managed_node2] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.43.56 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:73 Tuesday 27 August 2024 06:56:57 -0400 (0:00:00.511) 0:09:13.899 ******** TASK [Check MD RAID] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:83 Tuesday 27 August 2024 06:56:57 -0400 (0:00:00.046) 0:09:13.945 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml for managed_node2 TASK [Get information about RAID] ********************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:8 Tuesday 27 August 2024 06:56:57 -0400 (0:00:00.144) 0:09:14.089 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:14 Tuesday 27 August 2024 06:56:58 -0400 (0:00:00.091) 0:09:14.181 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:19 Tuesday 27 August 2024 06:56:58 -0400 (0:00:00.173) 0:09:14.354 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:24 Tuesday 27 August 2024 06:56:58 -0400 (0:00:00.081) 0:09:14.436 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:29 Tuesday 27 August 2024 06:56:58 -0400 (0:00:00.082) 0:09:14.518 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:37 Tuesday 27 August 2024 06:56:58 -0400 (0:00:00.081) 0:09:14.599 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:46 Tuesday 27 August 2024 06:56:58 -0400 (0:00:00.080) 0:09:14.679 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:55 Tuesday 27 August 2024 06:56:58 -0400 (0:00:00.109) 0:09:14.789 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:64 Tuesday 27 August 2024 06:56:58 -0400 (0:00:00.131) 0:09:14.920 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:74 Tuesday 27 August 2024 06:56:58 -0400 (0:00:00.126) 0:09:15.047 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml:83 Tuesday 27 August 2024 06:56:59 -0400 (0:00:00.127) 0:09:15.175 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:86 Tuesday 27 August 2024 06:56:59 -0400 (0:00:00.126) 0:09:15.301 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml:2 Tuesday 27 August 2024 06:56:59 -0400 (0:00:00.206) 0:09:15.507 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:89 Tuesday 27 August 2024 06:56:59 -0400 (0:00:00.051) 0:09:15.559 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml:2 Tuesday 27 August 2024 06:56:59 -0400 (0:00:00.177) 0:09:15.737 ******** TASK [Check member encryption] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:92 Tuesday 27 August 2024 06:56:59 -0400 (0:00:00.035) 0:09:15.772 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml for managed_node2 TASK [Set test variables] ****************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:5 Tuesday 27 August 2024 06:56:59 -0400 (0:00:00.121) 0:09:15.894 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:10 Tuesday 27 August 2024 06:56:59 -0400 (0:00:00.085) 0:09:15.979 ******** TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:17 Tuesday 27 August 2024 06:56:59 -0400 (0:00:00.034) 0:09:16.013 ******** TASK [Clear test variables] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml:24 Tuesday 27 August 2024 06:56:59 -0400 (0:00:00.034) 0:09:16.048 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:95 Tuesday 27 August 2024 06:57:00 -0400 (0:00:00.082) 0:09:16.130 ******** included: /tmp/collections-1pa/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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml:2 Tuesday 27 August 2024 06:57:00 -0400 (0:00:00.122) 0:09:16.252 ******** TASK [Check Stratis] *********************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:98 Tuesday 27 August 2024 06:57:00 -0400 (0:00:00.033) 0:09:16.286 ******** included: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml for managed_node2 TASK [Run 'stratis report'] **************************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:6 Tuesday 27 August 2024 06:57:00 -0400 (0:00:00.137) 0:09:16.423 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:11 Tuesday 27 August 2024 06:57:00 -0400 (0:00:00.169) 0:09:16.593 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:15 Tuesday 27 August 2024 06:57:00 -0400 (0:00:00.082) 0:09:16.676 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:25 Tuesday 27 August 2024 06:57:00 -0400 (0:00:00.084) 0:09:16.760 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:34 Tuesday 27 August 2024 06:57:00 -0400 (0:00:00.091) 0:09:16.851 ******** skipping: [managed_node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml:44 Tuesday 27 August 2024 06:57:00 -0400 (0:00:00.079) 0:09:16.931 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:101 Tuesday 27 August 2024 06:57:00 -0400 (0:00:00.079) 0:09:17.011 ******** 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-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml:3 Tuesday 27 August 2024 06:57:00 -0400 (0:00:00.081) 0:09:17.093 ******** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:44 Tuesday 27 August 2024 06:57:01 -0400 (0:00:00.035) 0:09:17.129 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml:54 Tuesday 27 August 2024 06:57:01 -0400 (0:00:00.033) 0:09:17.163 ******** ok: [managed_node2] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node2 : ok=786 changed=15 unreachable=0 failed=0 skipped=606 rescued=0 ignored=0 Tuesday 27 August 2024 06:57:01 -0400 (0:00:00.057) 0:09:17.220 ******** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 96.52s /tmp/collections-1pa/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 -- 78.75s /tmp/collections-1pa/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.29s /tmp/collections-1pa/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.13s /tmp/collections-1pa/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.66s /tmp/collections-1pa/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.29s /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.80s /tmp/collections-1pa/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.19s /tmp/collections-1pa/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.18s /tmp/collections-1pa/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.50s /tmp/collections-1pa/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.41s /tmp/collections-1pa/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.08s /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Get the canonical device path for each member device -------------------- 4.44s /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Get the canonical device path for each member device -------------------- 3.98s /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml:8 Get the canonical device path for each member device -------------------- 3.84s /tmp/collections-1pa/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.80s /tmp/collections-1pa/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.77s /tmp/collections-1pa/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.76s /tmp/collections-1pa/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.72s /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Ensure cryptsetup is present -------------------------------------------- 3.32s /tmp/collections-1pa/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-encryption.yml:12