ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmpq6mp_rlx executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_lvm_pool_members_nvme_generated.yml **************************** 2 plays in /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members_nvme_generated.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members_nvme_generated.yml:3 Wednesday 06 July 2022 16:00:40 +0000 (0:00:00.014) 0:00:00.014 ******** ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [set disk interface for test] ********************************************* task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members_nvme_generated.yml:7 Wednesday 06 July 2022 16:00:42 +0000 (0:00:01.361) 0:00:01.375 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_use_interface": "nvme" }, "changed": false } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:2 Wednesday 06 July 2022 16:00:42 +0000 (0:00:00.048) 0:00:01.424 ******** ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [include_role : linux-system-roles.storage] ******************************* task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:13 Wednesday 06 July 2022 16:00:43 +0000 (0:00:00.955) 0:00:02.379 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:00:43 +0000 (0:00:00.042) 0:00:02.422 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:00:43 +0000 (0:00:00.031) 0:00:02.454 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:00:43 +0000 (0:00:00.515) 0:00:02.969 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:00:43 +0000 (0:00:00.062) 0:00:03.032 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:00:43 +0000 (0:00:00.028) 0:00:03.060 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:00:44 +0000 (0:00:00.030) 0:00:03.091 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:00:44 +0000 (0:00:00.047) 0:00:03.138 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:00:44 +0000 (0:00:00.019) 0:00:03.158 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:00:45 +0000 (0:00:01.271) 0:00:04.429 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:00:45 +0000 (0:00:00.060) 0:00:04.490 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:00:45 +0000 (0:00:00.060) 0:00:04.551 ******** ok: [/cache/centos-9.qcow2.snap] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:00:46 +0000 (0:00:00.752) 0:00:05.304 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : check if the COPR support packages should be installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Wednesday 06 July 2022 16:00:46 +0000 (0:00:00.043) 0:00:05.347 ******** TASK [linux-system-roles.storage : make sure COPR support packages are present] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Wednesday 06 July 2022 16:00:46 +0000 (0:00:00.032) 0:00:05.379 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable COPRs] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:18 Wednesday 06 July 2022 16:00:46 +0000 (0:00:00.091) 0:00:05.470 ******** TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:00:46 +0000 (0:00:00.033) 0:00:05.504 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:00:47 +0000 (0:00:00.854) 0:00:06.358 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.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-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" }, "cockpit-motd.service": { "name": "cockpit-motd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-http.service": { "name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-https-factory@.service": { "name": "cockpit-wsinstance-https-factory@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit-wsinstance-https@.service": { "name": "cockpit-wsinstance-https@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit.service": { "name": "cockpit.service", "source": "systemd", "state": "inactive", "status": "static" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "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.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "packagekit-offline-update.service": { "name": "packagekit-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "packagekit.service": { "name": "packagekit.service", "source": "systemd", "state": "inactive", "status": "static" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "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" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-fsck@dev-vdb1.service": { "name": "systemd-fsck@dev-vdb1.service", "source": "systemd", "state": "stopped", "status": "active" }, "systemd-fsck@dev-vdc1.service": { "name": "systemd-fsck@dev-vdc1.service", "source": "systemd", "state": "stopped", "status": "active" }, "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": "running", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:00:49 +0000 (0:00:01.795) 0:00:08.153 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:00:49 +0000 (0:00:00.056) 0:00:08.210 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:00:49 +0000 (0:00:00.022) 0:00:08.233 ******** ok: [/cache/centos-9.qcow2.snap] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:00:49 +0000 (0:00:00.542) 0:00:08.775 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:00:49 +0000 (0:00:00.037) 0:00:08.813 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:00:49 +0000 (0:00:00.020) 0:00:08.833 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:00:49 +0000 (0:00:00.034) 0:00:08.867 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:00:49 +0000 (0:00:00.034) 0:00:08.902 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:00:49 +0000 (0:00:00.034) 0:00:08.937 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:00:49 +0000 (0:00:00.032) 0:00:08.969 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:00:49 +0000 (0:00:00.024) 0:00:08.994 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:00:49 +0000 (0:00:00.034) 0:00:09.028 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:00:49 +0000 (0:00:00.022) 0:00:09.050 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:00:50 +0000 (0:00:00.527) 0:00:09.577 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:00:50 +0000 (0:00:00.023) 0:00:09.601 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:16 Wednesday 06 July 2022 16:00:51 +0000 (0:00:01.025) 0:00:10.626 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:23 Wednesday 06 July 2022 16:00:51 +0000 (0:00:00.035) 0:00:10.661 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el9", "source": "rpm", "version": "1.39.5" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el9", "source": "rpm", "version": "1.39.5" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "1.el9", "source": "rpm", "version": "1.39.5" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el9", "source": "rpm", "version": "1.39.5" } ], "PackageKit": [ { "arch": "x86_64", "epoch": null, "name": "PackageKit", "release": "2.el9", "source": "rpm", "version": "1.2.4" } ], "PackageKit-glib": [ { "arch": "x86_64", "epoch": null, "name": "PackageKit-glib", "release": "2.el9", "source": "rpm", "version": "1.2.4" } ], "abattis-cantarell-fonts": [ { "arch": "noarch", "epoch": null, "name": "abattis-cantarell-fonts", "release": "4.el9", "source": "rpm", "version": "0.301" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "3.el9", "source": "rpm", "version": "2.3.1" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "2.el9", "source": "rpm", "version": "1.20" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "102.el9", "source": "rpm", "version": "3.0.7" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "102.el9", "source": "rpm", "version": "3.0.7" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.el9", "source": "rpm", "version": "1.2.5" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "1.el9", "source": "rpm", "version": "1.2.5" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.el9", "source": "rpm", "version": "1.2.5" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.el9", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "4.el9", "source": "rpm", "version": "5.1.8" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "15.el9", "source": "rpm", "version": "3.4.0" } ], "bzip2": [ { "arch": "x86_64", "epoch": null, "name": "bzip2", "release": "8.el9", "source": "rpm", "version": "1.0.8" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "8.el9", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "5.el9", "source": "rpm", "version": "1.17.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "94.el9", "source": "rpm", "version": "2020.2.50" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "12.el9", "source": "rpm", "version": "9.0" } ], "centos-logos": [ { "arch": "x86_64", "epoch": null, "name": "centos-logos", "release": "1.el9", "source": "rpm", "version": "90.4" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "12.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "12.el9", "source": "rpm", "version": "9.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el9", "source": "rpm", "version": "4.2" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "1.el9", "source": "rpm", "version": "22.1" } ], "cloud-utils-growpart": [ { "arch": "x86_64", "epoch": null, "name": "cloud-utils-growpart", "release": "10.el9", "source": "rpm", "version": "0.31" } ], "cockpit-bridge": [ { "arch": "x86_64", "epoch": null, "name": "cockpit-bridge", "release": "1.el9", "source": "rpm", "version": "269" } ], "cockpit-system": [ { "arch": "noarch", "epoch": null, "name": "cockpit-system", "release": "1.el9", "source": "rpm", "version": "269" } ], "cockpit-ws": [ { "arch": "x86_64", "epoch": null, "name": "cockpit-ws", "release": "1.el9", "source": "rpm", "version": "269" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "31.el9", "source": "rpm", "version": "8.32" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "31.el9", "source": "rpm", "version": "8.32" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "16.el9", "source": "rpm", "version": "2.13" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "7.el9", "source": "rpm", "version": "1.5.7" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "7.el9", "source": "rpm", "version": "1.5.7" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "26.20190603git.el9", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitb2323a1.el9", "source": "rpm", "version": "20220427" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitb2323a1.el9", "source": "rpm", "version": "20220427" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "4.el9", "source": "rpm", "version": "2.4.3" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "4.el9", "source": "rpm", "version": "2.4.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "18.el9", "source": "rpm", "version": "7.76.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "20.el9", "source": "rpm", "version": "2.1.27" } ], "daxctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "daxctl-libs", "release": "7.el9", "source": "rpm", "version": "71.1" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "5.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "5.el9", "source": "rpm", "version": "28" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "5.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "5.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "5.el9", "source": "rpm", "version": "1.12.20" } ], "dejavu-sans-fonts": [ { "arch": "noarch", "epoch": null, "name": "dejavu-sans-fonts", "release": "18.el9", "source": "rpm", "version": "2.37" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper", "release": "4.el9", "source": "rpm", "version": "1.02.183" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event", "release": "4.el9", "source": "rpm", "version": "1.02.183" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event-libs", "release": "4.el9", "source": "rpm", "version": "1.02.183" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-libs", "release": "4.el9", "source": "rpm", "version": "1.02.183" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "9.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "9.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "13.el9", "source": "rpm", "version": "0.9.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "15.b1.el9", "source": "rpm", "version": "4.4.2" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "15.b1.el9", "source": "rpm", "version": "4.4.2" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "12.el9", "source": "rpm", "version": "3.7" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "2.el9", "source": "rpm", "version": "4.12.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.el9", "source": "rpm", "version": "4.12.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.el9", "source": "rpm", "version": "4.1.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "10.git20210824.el9", "source": "rpm", "version": "055" } ], "dracut-config-generic": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "10.git20210824.el9", "source": "rpm", "version": "055" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "10.git20210824.el9", "source": "rpm", "version": "055" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "10.git20210824.el9", "source": "rpm", "version": "055" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "2.el9", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "2.el9", "source": "rpm", "version": "1.46.5" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.el9", "source": "rpm", "version": "0.187" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.el9", "source": "rpm", "version": "0.187" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.el9", "source": "rpm", "version": "0.187" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "4.el9", "source": "rpm", "version": "5.10" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.el9", "source": "rpm", "version": "2.4.7" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "8.el9", "source": "rpm", "version": "5.39" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "8.el9", "source": "rpm", "version": "5.39" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "2.el9", "source": "rpm", "version": "3.16" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "5.el9", "source": "rpm", "version": "4.8.0" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.el9.1", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "15.el9", "source": "rpm", "version": "2.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.el9", "source": "rpm", "version": "1.19" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.el9", "source": "rpm", "version": "1.0.7" } ], "gdk-pixbuf2": [ { "arch": "x86_64", "epoch": null, "name": "gdk-pixbuf2", "release": "2.el9", "source": "rpm", "version": "2.42.6" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "7.el9", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "7.el9", "source": "rpm", "version": "0.21" } ], "glib-networking": [ { "arch": "x86_64", "epoch": null, "name": "glib-networking", "release": "3.el9", "source": "rpm", "version": "2.68.3" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "5.el9", "source": "rpm", "version": "2.68.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "32.el9", "source": "rpm", "version": "2.34" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "32.el9", "source": "rpm", "version": "2.34" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "32.el9", "source": "rpm", "version": "2.34" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "32.el9", "source": "rpm", "version": "2.34" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.el9", "source": "rpm", "version": "6.2.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.el9", "source": "rpm", "version": "2.3.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "9.el9", "source": "rpm", "version": "3.7.3" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "10.el9", "source": "rpm", "version": "1.68.0" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "5.el9", "source": "rpm", "version": "3.6" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "10.el9", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "32.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "32.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "32.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "32.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "32.el9", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "55.el9", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": null, "name": "gsettings-desktop-schemas", "release": "4.el9", "source": "rpm", "version": "40.0" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "4.el9", "source": "rpm", "version": "0.8.4" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "1.el9", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el9", "source": "rpm", "version": "3.23" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "9.3.el9", "source": "rpm", "version": "0.348" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "4.el9", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "5.el9", "source": "rpm", "version": "49" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.el9", "source": "rpm", "version": "10.11.4" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.el9", "source": "rpm", "version": "10.11.4" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "5.el9", "source": "rpm", "version": "1.0.0" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el9", "source": "rpm", "version": "5.13.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "5.el9", "source": "rpm", "version": "5.13.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "28.el9", "source": "rpm", "version": "1.8.7" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "7.el9", "source": "rpm", "version": "20210202" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "5.el9", "source": "rpm", "version": "1.8.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el9", "source": "rpm", "version": "2.14" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "11.el9", "source": "rpm", "version": "0.14" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "1.el9", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "8.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "8.el9", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "105.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "105.el9", "source": "rpm", "version": "5.14.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "124.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "105.el9", "source": "rpm", "version": "5.14.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "124.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "105.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "105.el9", "source": "rpm", "version": "5.14.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "2.el9", "source": "rpm", "version": "2.0.24" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "4.el9", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "4.el9", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "7.el9", "source": "rpm", "version": "28" } ], "kmod-kvdo": [ { "arch": "x86_64", "epoch": null, "name": "kmod-kvdo", "release": "36.el9", "source": "rpm", "version": "8.1.1.371" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "7.el9", "source": "rpm", "version": "28" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "9.el9", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "19.el9", "source": "rpm", "version": "1.19.1" } ], "langpacks-core-en_GB": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en_GB", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-en_GB": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en_GB", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "4.el9", "source": "rpm", "version": "575" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.el9", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "13.el9", "source": "rpm", "version": "0.3.111" } ], "libappstream-glib": [ { "arch": "x86_64", "epoch": null, "name": "libappstream-glib", "release": "4.el9", "source": "rpm", "version": "0.7.18" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "1.el9", "source": "rpm", "version": "3.5.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el9", "source": "rpm", "version": "2.5.5" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.el9", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-kbd": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-kbd", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-nvdimm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvdimm", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "4.el9", "source": "rpm", "version": "0.5.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "6.el9", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "8.el9", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.el9", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.el9", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "2.el9", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "18.el9", "source": "rpm", "version": "7.76.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "23.el9", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "53.el9", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.el9", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.el9", "source": "rpm", "version": "0.67.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "2.el9", "source": "rpm", "version": "0.4.1" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "37.20210216cvs.el9", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "4.el9", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.el9", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "6.el9", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "3.el9", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "7.el9", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "7.el9", "source": "rpm", "version": "1.6.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "2.el9", "source": "rpm", "version": "11.3.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "2.el9", "source": "rpm", "version": "1.10.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "2.el9", "source": "rpm", "version": "11.3.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "5.el9", "source": "rpm", "version": "1.42" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "1.el9", "source": "rpm", "version": "37.2" } ], "libicu": [ { "arch": "x86_64", "epoch": null, "name": "libicu", "release": "9.el9", "source": "rpm", "version": "67.1" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "7.el9", "source": "rpm", "version": "2.3.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.el9", "source": "rpm", "version": "1.3.1" } ], "libjpeg-turbo": [ { "arch": "x86_64", "epoch": null, "name": "libjpeg-turbo", "release": "5.el9", "source": "rpm", "version": "2.0.90" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "3.el9", "source": "rpm", "version": "1.3.1" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "3.el9", "source": "rpm", "version": "1.3.1" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "4.el9", "source": "rpm", "version": "1.5.1" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.el9", "source": "rpm", "version": "2.5.0" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "3.el9", "source": "rpm", "version": "1.5.2" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "15.el9", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el9", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "4.el9", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "4.el9", "source": "rpm", "version": "1.0.8" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.el9", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "10.el9", "source": "rpm", "version": "2.5.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "5.el9", "source": "rpm", "version": "1.43.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "2.el9", "source": "rpm", "version": "3.6.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "2.el9", "source": "rpm", "version": "3.6.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.el9", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "4.el9", "source": "rpm", "version": "1.10.0" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "4.el9", "source": "rpm", "version": "1.5.3" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "12.el9", "source": "rpm", "version": "1.6.37" } ], "libproxy": [ { "arch": "x86_64", "epoch": null, "name": "libproxy", "release": "35.el9", "source": "rpm", "version": "0.4.15" } ], "libproxy-webkitgtk4": [ { "arch": "x86_64", "epoch": null, "name": "libproxy-webkitgtk4", "release": "35.el9", "source": "rpm", "version": "0.4.15" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.el9", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "8.el9", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.el9", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.el9", "source": "rpm", "version": "1.14.2" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "6.el9", "source": "rpm", "version": "2.15.2" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.el9", "source": "rpm", "version": "2.5.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.1.el9", "source": "rpm", "version": "3.4" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.el9", "source": "rpm", "version": "2.13" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.el9", "source": "rpm", "version": "0.7.22" } ], "libsoup": [ { "arch": "x86_64", "epoch": null, "name": "libsoup", "release": "8.el9", "source": "rpm", "version": "2.72.0" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "2.el9", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "3.el9", "source": "rpm", "version": "0.9.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "3.el9", "source": "rpm", "version": "0.9.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "2.el9", "source": "rpm", "version": "11.3.1" } ], "libstemmer": [ { "arch": "x86_64", "epoch": null, "name": "libstemmer", "release": "18.585svn.el9", "source": "rpm", "version": "0" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "10.el9", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el9", "source": "rpm", "version": "2.3.3" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.el9", "source": "rpm", "version": "4.16.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el9", "source": "rpm", "version": "1.4.6" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "11.el9", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "0.el9", "source": "rpm", "version": "0.12.0" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "1.el9", "source": "rpm", "version": "1.3.2" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "15.el9", "source": "rpm", "version": "0.9.10" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "7.el9", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.el9", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.el9", "source": "rpm", "version": "2.9.13" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.el9", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "3.el9", "source": "rpm", "version": "0.9.29" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "5.el9", "source": "rpm", "version": "3.18.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "6.el9", "source": "rpm", "version": "B.02.19.2" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "3.el9", "source": "rpm", "version": "4.94.0" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el9", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "4.el9", "source": "rpm", "version": "5.4.2" } ], "lvm2": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2", "release": "4.el9", "source": "rpm", "version": "2.03.14" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2-libs", "release": "4.el9", "source": "rpm", "version": "2.03.14" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "5.el9", "source": "rpm", "version": "1.9.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "7.el9", "source": "rpm", "version": "2.10" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "6.el9", "source": "rpm", "version": "2.9.3" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "3.el9", "source": "rpm", "version": "4.2" } ], "memstrack": [ { "arch": "x86_64", "epoch": null, "name": "memstrack", "release": "2.el9", "source": "rpm", "version": "0.2.3" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "1.el9", "source": "rpm", "version": "20220207" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "7.el9", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "8.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "8.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "8.20210508.el9", "source": "rpm", "version": "6.2" } ], "ndctl": [ { "arch": "x86_64", "epoch": null, "name": "ndctl", "release": "7.el9", "source": "rpm", "version": "71.1" } ], "ndctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "ndctl-libs", "release": "7.el9", "source": "rpm", "version": "71.1" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.el9", "source": "rpm", "version": "3.7.3" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el9", "source": "rpm", "version": "0.52.21" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "10.el9", "source": "rpm", "version": "2.5.4" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.el9", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "6.el9", "source": "rpm", "version": "4.34.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "6.el9", "source": "rpm", "version": "3.79.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el9", "source": "rpm", "version": "3.79.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el9", "source": "rpm", "version": "3.79.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "6.el9", "source": "rpm", "version": "3.79.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "6.el9", "source": "rpm", "version": "3.79.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "7.el9", "source": "rpm", "version": "2.0.14" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "5.el9", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "5.el9", "source": "rpm", "version": "0.34.7" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "5.el9", "source": "rpm", "version": "2.4.59" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "8.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "8.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "8.el9", "source": "rpm", "version": "8.7p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "18.el9", "source": "rpm", "version": "3.0.1" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "18.el9", "source": "rpm", "version": "3.0.1" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "7.el9", "source": "rpm", "version": "0.4.11" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el9", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.el9", "source": "rpm", "version": "0.24.1" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.el9", "source": "rpm", "version": "0.24.1" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "11.el9", "source": "rpm", "version": "1.5.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "6.el9", "source": "rpm", "version": "3.4" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.el9", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "5.el9", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "3.el9.3", "source": "rpm", "version": "8.44" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "2.el9", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "2.el9", "source": "rpm", "version": "10.40" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el9", "source": "rpm", "version": "2.5" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "7.el9", "source": "rpm", "version": "0.117" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "7.el9", "source": "rpm", "version": "0.117" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "21.el9", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "8.el9", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "8.el9", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.el9", "source": "rpm", "version": "3.3.17" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.el9", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "3.el9", "source": "rpm", "version": "20210518" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "2.el9", "source": "rpm", "version": "3.9.10" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "2.el9", "source": "rpm", "version": "3.9.10" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "7.el9", "source": "rpm", "version": "20.3.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "102.el9", "source": "rpm", "version": "3.0.7" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "15.el9", "source": "rpm", "version": "3.4.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "5.el9", "source": "rpm", "version": "4.0.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "25.el9", "source": "rpm", "version": "5.0.6" } ], "python3-dasbus": [ { "arch": "noarch", "epoch": null, "name": "python3-dasbus", "release": "5.el9", "source": "rpm", "version": "1.4" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "6.el9", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.el9", "source": "rpm", "version": "1.2.18" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "7.el9", "source": "rpm", "version": "1.5.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.el9", "source": "rpm", "version": "4.12.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.el9", "source": "rpm", "version": "4.1.0" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "5.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.el9", "source": "rpm", "version": "0.67.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "7.el9", "source": "rpm", "version": "2.10" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "4.el9", "source": "rpm", "version": "2.11.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "16.el9", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "4.el9", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.el9", "source": "rpm", "version": "3.2.0" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.el9", "source": "rpm", "version": "0.67.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "2.el9", "source": "rpm", "version": "3.9.10" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "python3-libxml2": [ { "arch": "x86_64", "epoch": null, "name": "python3-libxml2", "release": "2.el9", "source": "rpm", "version": "2.9.13" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "12.el9", "source": "rpm", "version": "1.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "15.el9", "source": "rpm", "version": "0.10.6" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "2.el9", "source": "rpm", "version": "3.1.1" } ], "python3-pexpect": [ { "arch": "noarch", "epoch": null, "name": "python3-pexpect", "release": "7.el9", "source": "rpm", "version": "4.8.0" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "6.el9", "source": "rpm", "version": "21.2.3" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "27.el9", "source": "rpm", "version": "0.7.2" } ], "python3-ptyprocess": [ { "arch": "noarch", "epoch": null, "name": "python3-ptyprocess", "release": "12.el9", "source": "rpm", "version": "0.6.0" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "4.el9", "source": "rpm", "version": "3.11.7" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "8.el9", "source": "rpm", "version": "0.17.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "12.el9", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.el9", "source": "rpm", "version": "1.7.1" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "4.el9", "source": "rpm", "version": "2021.1" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "6.el9", "source": "rpm", "version": "0.22.0" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.el9", "source": "rpm", "version": "5.4.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "6.el9", "source": "rpm", "version": "2.25.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "4.el9", "source": "rpm", "version": "4.4.0" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "10.el9", "source": "rpm", "version": "53.0.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "10.el9", "source": "rpm", "version": "53.0.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.el9", "source": "rpm", "version": "1.15.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "18.el9", "source": "rpm", "version": "234" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.el9", "source": "rpm", "version": "1.26.5" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 17, "name": "qemu-guest-agent", "release": "4.el9", "source": "rpm", "version": "7.0.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "6.el9", "source": "rpm", "version": "4.06" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "6.el9", "source": "rpm", "version": "4.06" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "4.el9", "source": "rpm", "version": "8.1" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.el9", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "11.el9", "source": "rpm", "version": "3.2.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "105.el9", "source": "rpm", "version": "8.2102.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "105.el9", "source": "rpm", "version": "8.2102.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "9.el9", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el9", "source": "rpm", "version": "34.1.33" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el9", "source": "rpm", "version": "34.1.33" } ], "setroubleshoot-plugins": [ { "arch": "noarch", "epoch": null, "name": "setroubleshoot-plugins", "release": "4.el9", "source": "rpm", "version": "3.3.14" } ], "setroubleshoot-server": [ { "arch": "x86_64", "epoch": null, "name": "setroubleshoot-server", "release": "2.el9", "source": "rpm", "version": "3.3.28" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "6.el9", "source": "rpm", "version": "2.13.7" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "8.el9", "source": "rpm", "version": "1.47" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "8.el9", "source": "rpm", "version": "1.47" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "4.el9", "source": "rpm", "version": "4.9" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "4.el9", "source": "rpm", "version": "2.1" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el9", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "8.el9", "source": "rpm", "version": "1.1.8" } ], "sos": [ { "arch": "noarch", "epoch": null, "name": "sos", "release": "1.el9", "source": "rpm", "version": "4.3" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "5.el9", "source": "rpm", "version": "3.34.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "8.git1.el9", "source": "rpm", "version": "4.4" } ], "sscg": [ { "arch": "x86_64", "epoch": null, "name": "sscg", "release": "5.el9", "source": "rpm", "version": "3.0.0" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "7.el9", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.el9", "source": "rpm", "version": "250" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.el9", "source": "rpm", "version": "250" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.el9", "source": "rpm", "version": "250" } ], "systemd-rpm-macros": [ { "arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.el9", "source": "rpm", "version": "250" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.el9", "source": "rpm", "version": "250" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "3.el9", "source": "rpm", "version": "1.34" } ], "tcpdump": [ { "arch": "x86_64", "epoch": 14, "name": "tcpdump", "release": "6.el9", "source": "rpm", "version": "4.99.0" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "11.el9", "source": "rpm", "version": "1.31" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "7.el9", "source": "rpm", "version": "3.0.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el9", "source": "rpm", "version": "2022a" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el9", "source": "rpm", "version": "0.12.1" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "vdo": [ { "arch": "x86_64", "epoch": null, "name": "vdo", "release": "1.el9", "source": "rpm", "version": "8.1.1.360" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "16.el9", "source": "rpm", "version": "8.2.2637" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "15.el9", "source": "rpm", "version": "0.3.12" } ], "webkit2gtk3-jsc": [ { "arch": "x86_64", "epoch": null, "name": "webkit2gtk3-jsc", "release": "1.el9", "source": "rpm", "version": "2.36.1" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "28.el9", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "1.el9", "source": "rpm", "version": "5.14.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "7.el9", "source": "rpm", "version": "5.2.5" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "7.el9", "source": "rpm", "version": "5.2.5" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "2.el9", "source": "rpm", "version": "4.12.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "1.el9", "source": "rpm", "version": "4.1.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "33.el9", "source": "rpm", "version": "1.2.11" } ], "zstd": [ { "arch": "x86_64", "epoch": null, "name": "zstd", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:27 Wednesday 06 July 2022 16:00:52 +0000 (0:00:01.076) 0:00:11.738 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:31 Wednesday 06 July 2022 16:00:52 +0000 (0:00:00.065) 0:00:11.803 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "blivet_pkg_version": "3.4.0-15.el9" }, "changed": false } TASK [Set distribution version] ************************************************ task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:35 Wednesday 06 July 2022 16:00:52 +0000 (0:00:00.050) 0:00:11.854 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "is_fedora": false, "is_rhel7": false, "is_rhel8": false, "is_rhel9": true }, "changed": false } TASK [Skip test if blivet is too old] ****************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:46 Wednesday 06 July 2022 16:00:52 +0000 (0:00:00.067) 0:00:11.921 ******** META: skipping: [/cache/centos-9.qcow2.snap] => { "skip_reason": "end_play conditional evaluated to False, continuing play" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:53 Wednesday 06 July 2022 16:00:52 +0000 (0:00:00.047) 0:00:11.969 ******** included: /tmp/tmpnhy4yzav/tests/get_unused_disk.yml for /cache/centos-9.qcow2.snap TASK [Find unused disks in the system] ***************************************** task path: /tmp/tmpnhy4yzav/tests/get_unused_disk.yml:2 Wednesday 06 July 2022 16:00:52 +0000 (0:00:00.061) 0:00:12.030 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/tmpnhy4yzav/tests/get_unused_disk.yml:9 Wednesday 06 July 2022 16:00:54 +0000 (0:00:01.581) 0:00:13.611 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "unused_disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/tmpnhy4yzav/tests/get_unused_disk.yml:14 Wednesday 06 July 2022 16:00:54 +0000 (0:00:00.049) 0:00:13.661 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/tmpnhy4yzav/tests/get_unused_disk.yml:19 Wednesday 06 July 2022 16:00:54 +0000 (0:00:00.049) 0:00:13.710 ******** ok: [/cache/centos-9.qcow2.snap] => { "unused_disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ] } TASK [Create volume group 'foo' with 3 PVs] ************************************ task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:58 Wednesday 06 July 2022 16:00:54 +0000 (0:00:00.044) 0:00:13.754 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:00:54 +0000 (0:00:00.072) 0:00:13.827 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:00:54 +0000 (0:00:00.057) 0:00:13.884 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.579) 0:00:14.464 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.092) 0:00:14.556 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.042) 0:00:14.598 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.043) 0:00:14.641 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.065) 0:00:14.707 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.031) 0:00:14.738 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.035) 0:00:14.774 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "name": "foo" } ] } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.048) 0:00:14.823 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.045) 0:00:14.869 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.035) 0:00:14.905 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.034) 0:00:14.939 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.034) 0:00:14.974 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:00:55 +0000 (0:00:00.035) 0:00:15.009 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:00:56 +0000 (0:00:00.174) 0:00:15.183 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:00:56 +0000 (0:00:00.034) 0:00:15.218 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme0n1p1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:00:59 +0000 (0:00:03.179) 0:00:18.397 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:00:59 +0000 (0:00:00.050) 0:00:18.447 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:00:59 +0000 (0:00:00.036) 0:00:18.484 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme0n1p1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:00:59 +0000 (0:00:00.131) 0:00:18.615 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:00:59 +0000 (0:00:00.057) 0:00:18.672 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:00:59 +0000 (0:00:00.050) 0:00:18.723 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:00:59 +0000 (0:00:00.044) 0:00:18.767 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:00:59 +0000 (0:00:00.031) 0:00:18.799 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:00:59 +0000 (0:00:00.042) 0:00:18.842 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:00:59 +0000 (0:00:00.033) 0:00:18.875 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:01:00 +0000 (0:00:00.396) 0:00:19.271 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:01:00 +0000 (0:00:00.032) 0:00:19.303 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:66 Wednesday 06 July 2022 16:01:01 +0000 (0:00:01.029) 0:00:20.333 ******** included: /tmp/tmpnhy4yzav/tests/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:1 Wednesday 06 July 2022 16:01:01 +0000 (0:00:00.064) 0:00:20.397 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6 Wednesday 06 July 2022 16:01:01 +0000 (0:00:00.057) 0:00:20.455 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14 Wednesday 06 July 2022 16:01:01 +0000 (0:00:00.043) 0:00:20.499 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "MH4IEt-6Fr8-CSsW-x1t2-uPNg-n5cI-MsdKIE" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme1n1p1", "size": "10G", "type": "partition", "uuid": "kDP50c-GlXA-OLMn-L9wI-yQEJ-5St5-q811kv" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme2n1p1", "size": "10G", "type": "partition", "uuid": "rBkAsN-2auQ-00m4-tWMf-WkbY-RA8J-exUEgC" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-16-00-26-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 Wednesday 06 July 2022 16:01:01 +0000 (0:00:00.499) 0:00:20.999 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003215", "end": "2022-07-06 12:01:01.891206", "rc": 0, "start": "2022-07-06 12:01:01.887991" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 Wednesday 06 July 2022 16:01:02 +0000 (0:00:00.531) 0:00:21.530 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002942", "end": "2022-07-06 12:01:02.289724", "failed_when_result": false, "rc": 0, "start": "2022-07-06 12:01:02.286782" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:33 Wednesday 06 July 2022 16:01:02 +0000 (0:00:00.395) 0:00:21.925 ******** included: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1', 'nvme1n1', 'nvme2n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:5 Wednesday 06 July 2022 16:01:02 +0000 (0:00:00.077) 0:00:22.003 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:18 Wednesday 06 July 2022 16:01:03 +0000 (0:00:00.119) 0:00:22.123 ******** included: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:1 Wednesday 06 July 2022 16:01:03 +0000 (0:00:00.070) 0:00:22.194 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "3", "_storage_test_pool_pvs_lvm": [ "/dev/nvme0n1p1", "/dev/nvme1n1p1", "/dev/nvme2n1p1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:10 Wednesday 06 July 2022 16:01:03 +0000 (0:00:00.066) 0:00:22.260 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme0n1p1", "pv": "/dev/nvme0n1p1" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme1n1p1", "pv": "/dev/nvme1n1p1" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme2n1p1", "pv": "/dev/nvme2n1p1" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:19 Wednesday 06 July 2022 16:01:04 +0000 (0:00:01.233) 0:00:23.494 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "3" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:23 Wednesday 06 July 2022 16:01:04 +0000 (0:00:00.060) 0:00:23.555 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/nvme0n1p1", "/dev/nvme1n1p1", "/dev/nvme2n1p1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:27 Wednesday 06 July 2022 16:01:04 +0000 (0:00:00.066) 0:00:23.621 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:34 Wednesday 06 July 2022 16:01:04 +0000 (0:00:00.064) 0:00:23.686 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:38 Wednesday 06 July 2022 16:01:04 +0000 (0:00:00.050) 0:00:23.737 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:42 Wednesday 06 July 2022 16:01:04 +0000 (0:00:00.064) 0:00:23.802 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:46 Wednesday 06 July 2022 16:01:04 +0000 (0:00:00.087) 0:00:23.889 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme0n1p1" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme1n1p1" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme2n1p1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:56 Wednesday 06 July 2022 16:01:04 +0000 (0:00:00.078) 0:00:23.967 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:6 Wednesday 06 July 2022 16:01:04 +0000 (0:00:00.064) 0:00:24.031 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:12 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.034) 0:00:24.066 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:16 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.033) 0:00:24.099 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:20 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.033) 0:00:24.133 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:24 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.034) 0:00:24.167 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:30 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.033) 0:00:24.200 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:36 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.034) 0:00:24.235 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:44 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.033) 0:00:24.269 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpnhy4yzav/tests/test-verify-pool-members.yml:59 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.046) 0:00:24.315 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.067) 0:00:24.383 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:62 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.036) 0:00:24.420 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.101) 0:00:24.521 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:65 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.036) 0:00:24.557 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.070) 0:00:24.628 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.062) 0:00:24.690 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "_storage_test_pool_member_path": "/dev/nvme0n1p1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "_storage_test_pool_member_path": "/dev/nvme1n1p1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "_storage_test_pool_member_path": "/dev/nvme2n1p1", "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.044) 0:00:24.735 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme0n1p1) included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme1n1p1) included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme2n1p1) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.072) 0:00:24.808 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.059) 0:00:24.867 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.057) 0:00:24.924 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.051) 0:00:24.975 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:01:05 +0000 (0:00:00.047) 0:00:25.023 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.046) 0:00:25.070 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.048) 0:00:25.118 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.058) 0:00:25.177 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.148) 0:00:25.326 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.046) 0:00:25.372 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.047) 0:00:25.420 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.046) 0:00:25.466 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.041) 0:00:25.508 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.057) 0:00:25.566 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.062) 0:00:25.628 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.045) 0:00:25.674 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.050) 0:00:25.724 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.048) 0:00:25.773 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.042) 0:00:25.815 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:68 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.049) 0:00:25.865 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.073) 0:00:25.938 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:71 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.036) 0:00:25.975 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.044) 0:00:26.019 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40 Wednesday 06 July 2022 16:01:06 +0000 (0:00:00.030) 0:00:26.050 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:47 Wednesday 06 July 2022 16:01:07 +0000 (0:00:00.115) 0:00:26.166 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57 Wednesday 06 July 2022 16:01:07 +0000 (0:00:00.032) 0:00:26.198 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Save UUID of the created volume group] *********************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:68 Wednesday 06 July 2022 16:01:07 +0000 (0:00:00.044) 0:00:26.242 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.038962", "end": "2022-07-06 12:01:07.050413", "rc": 0, "start": "2022-07-06 12:01:07.011451" } STDOUT: fibp4N-vG1k-uqXE-GPA2-xT6S-bL4a-H83NZE TASK [Verify that nothing changes when disks don't change] ********************* task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:72 Wednesday 06 July 2022 16:01:07 +0000 (0:00:00.445) 0:00:26.688 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:01:07 +0000 (0:00:00.072) 0:00:26.761 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:01:07 +0000 (0:00:00.057) 0:00:26.818 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.549) 0:00:27.367 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.129) 0:00:27.496 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.120) 0:00:27.617 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.046) 0:00:27.663 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.069) 0:00:27.733 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.033) 0:00:27.766 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.036) 0:00:27.802 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "name": "foo" } ] } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.046) 0:00:27.849 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.047) 0:00:27.897 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.037) 0:00:27.934 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.037) 0:00:27.971 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.034) 0:00:28.006 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:01:08 +0000 (0:00:00.034) 0:00:28.041 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:01:09 +0000 (0:00:00.067) 0:00:28.109 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:01:09 +0000 (0:00:00.032) 0:00:28.141 ******** ok: [/cache/centos-9.qcow2.snap] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/foo", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:01:11 +0000 (0:00:02.020) 0:00:30.161 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:01:11 +0000 (0:00:00.048) 0:00:30.209 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:01:11 +0000 (0:00:00.032) 0:00:30.242 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/foo", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:01:11 +0000 (0:00:00.049) 0:00:30.291 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:01:11 +0000 (0:00:00.051) 0:00:30.343 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:01:11 +0000 (0:00:00.050) 0:00:30.394 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:01:11 +0000 (0:00:00.049) 0:00:30.443 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:01:11 +0000 (0:00:00.035) 0:00:30.479 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:01:11 +0000 (0:00:00.045) 0:00:30.525 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:01:11 +0000 (0:00:00.034) 0:00:30.559 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:01:11 +0000 (0:00:00.436) 0:00:30.996 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:01:11 +0000 (0:00:00.034) 0:00:31.031 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:80 Wednesday 06 July 2022 16:01:12 +0000 (0:00:00.997) 0:00:32.028 ******** included: /tmp/tmpnhy4yzav/tests/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:1 Wednesday 06 July 2022 16:01:13 +0000 (0:00:00.068) 0:00:32.096 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6 Wednesday 06 July 2022 16:01:13 +0000 (0:00:00.061) 0:00:32.158 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14 Wednesday 06 July 2022 16:01:13 +0000 (0:00:00.045) 0:00:32.203 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "MH4IEt-6Fr8-CSsW-x1t2-uPNg-n5cI-MsdKIE" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme1n1p1", "size": "10G", "type": "partition", "uuid": "kDP50c-GlXA-OLMn-L9wI-yQEJ-5St5-q811kv" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme2n1p1", "size": "10G", "type": "partition", "uuid": "rBkAsN-2auQ-00m4-tWMf-WkbY-RA8J-exUEgC" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-16-00-26-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 Wednesday 06 July 2022 16:01:13 +0000 (0:00:00.410) 0:00:32.613 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004753", "end": "2022-07-06 12:01:14.374844", "rc": 0, "start": "2022-07-06 12:01:13.370091" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 Wednesday 06 July 2022 16:01:14 +0000 (0:00:01.397) 0:00:34.010 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004217", "end": "2022-07-06 12:01:15.758967", "failed_when_result": false, "rc": 0, "start": "2022-07-06 12:01:14.754750" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:33 Wednesday 06 July 2022 16:01:16 +0000 (0:00:01.381) 0:00:35.392 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1', 'nvme1n1', 'nvme2n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:5 Wednesday 06 July 2022 16:01:16 +0000 (0:00:00.077) 0:00:35.470 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:18 Wednesday 06 July 2022 16:01:16 +0000 (0:00:00.044) 0:00:35.515 ******** included: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:1 Wednesday 06 July 2022 16:01:16 +0000 (0:00:00.099) 0:00:35.614 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "3", "_storage_test_pool_pvs_lvm": [ "/dev/nvme0n1p1", "/dev/nvme1n1p1", "/dev/nvme2n1p1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:10 Wednesday 06 July 2022 16:01:16 +0000 (0:00:00.061) 0:00:35.676 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme0n1p1", "pv": "/dev/nvme0n1p1" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme1n1p1", "pv": "/dev/nvme1n1p1" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme2n1p1", "pv": "/dev/nvme2n1p1" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:19 Wednesday 06 July 2022 16:01:17 +0000 (0:00:01.079) 0:00:36.756 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "3" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:23 Wednesday 06 July 2022 16:01:17 +0000 (0:00:00.060) 0:00:36.816 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/nvme0n1p1", "/dev/nvme1n1p1", "/dev/nvme2n1p1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:27 Wednesday 06 July 2022 16:01:17 +0000 (0:00:00.059) 0:00:36.876 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:34 Wednesday 06 July 2022 16:01:17 +0000 (0:00:00.064) 0:00:36.940 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:38 Wednesday 06 July 2022 16:01:17 +0000 (0:00:00.049) 0:00:36.990 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:42 Wednesday 06 July 2022 16:01:17 +0000 (0:00:00.064) 0:00:37.054 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:46 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.036) 0:00:37.091 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme0n1p1" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme1n1p1" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme2n1p1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:56 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.187) 0:00:37.278 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:6 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.062) 0:00:37.341 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:12 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.033) 0:00:37.375 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:16 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.032) 0:00:37.408 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:20 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.034) 0:00:37.443 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:24 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.033) 0:00:37.477 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:30 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.032) 0:00:37.509 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:36 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.032) 0:00:37.542 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:44 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.033) 0:00:37.575 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpnhy4yzav/tests/test-verify-pool-members.yml:59 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.041) 0:00:37.617 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.062) 0:00:37.680 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:62 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.030) 0:00:37.710 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.063) 0:00:37.774 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:65 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.030) 0:00:37.804 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.095) 0:00:37.899 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.057) 0:00:37.957 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "_storage_test_pool_member_path": "/dev/nvme0n1p1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "_storage_test_pool_member_path": "/dev/nvme1n1p1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "_storage_test_pool_member_path": "/dev/nvme2n1p1", "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 16:01:18 +0000 (0:00:00.042) 0:00:38.000 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme0n1p1) included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme1n1p1) included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme2n1p1) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.071) 0:00:38.071 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.055) 0:00:38.127 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.057) 0:00:38.185 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.046) 0:00:38.231 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.046) 0:00:38.278 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.047) 0:00:38.325 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.043) 0:00:38.368 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.056) 0:00:38.425 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.056) 0:00:38.481 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.048) 0:00:38.530 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.078) 0:00:38.608 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.045) 0:00:38.654 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.045) 0:00:38.699 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.062) 0:00:38.761 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.057) 0:00:38.819 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.050) 0:00:38.870 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.048) 0:00:38.918 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.048) 0:00:38.967 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 16:01:19 +0000 (0:00:00.050) 0:00:39.017 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:68 Wednesday 06 July 2022 16:01:20 +0000 (0:00:00.047) 0:00:39.065 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 16:01:20 +0000 (0:00:00.069) 0:00:39.134 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:71 Wednesday 06 July 2022 16:01:20 +0000 (0:00:00.036) 0:00:39.170 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 16:01:20 +0000 (0:00:00.048) 0:00:39.219 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40 Wednesday 06 July 2022 16:01:20 +0000 (0:00:00.035) 0:00:39.255 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:47 Wednesday 06 July 2022 16:01:20 +0000 (0:00:00.044) 0:00:39.299 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57 Wednesday 06 July 2022 16:01:20 +0000 (0:00:00.030) 0:00:39.330 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:82 Wednesday 06 July 2022 16:01:20 +0000 (0:00:00.114) 0:00:39.444 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.042915", "end": "2022-07-06 12:01:20.246908", "rc": 0, "start": "2022-07-06 12:01:20.203993" } STDOUT: fibp4N-vG1k-uqXE-GPA2-xT6S-bL4a-H83NZE TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:86 Wednesday 06 July 2022 16:01:20 +0000 (0:00:00.437) 0:00:39.882 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:90 Wednesday 06 July 2022 16:01:20 +0000 (0:00:00.052) 0:00:39.934 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:01:20 +0000 (0:00:00.081) 0:00:40.016 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:01:21 +0000 (0:00:00.053) 0:00:40.069 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:01:21 +0000 (0:00:00.529) 0:00:40.599 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:01:21 +0000 (0:00:00.089) 0:00:40.688 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:01:21 +0000 (0:00:00.042) 0:00:40.731 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:01:21 +0000 (0:00:00.042) 0:00:40.773 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:01:21 +0000 (0:00:00.106) 0:00:40.879 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:01:21 +0000 (0:00:00.034) 0:00:40.914 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:01:21 +0000 (0:00:00.043) 0:00:40.957 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1" ], "name": "foo" } ] } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:01:21 +0000 (0:00:00.056) 0:00:41.013 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:01:22 +0000 (0:00:00.050) 0:00:41.064 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:01:22 +0000 (0:00:00.038) 0:00:41.103 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:01:22 +0000 (0:00:00.038) 0:00:41.142 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:01:22 +0000 (0:00:00.036) 0:00:41.178 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:01:22 +0000 (0:00:00.036) 0:00:41.215 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:01:22 +0000 (0:00:00.069) 0:00:41.285 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:01:22 +0000 (0:00:00.032) 0:00:41.317 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/foo", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:01:24 +0000 (0:00:02.622) 0:00:43.940 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:01:24 +0000 (0:00:00.047) 0:00:43.987 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:01:24 +0000 (0:00:00.035) 0:00:44.023 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/foo", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:01:25 +0000 (0:00:00.051) 0:00:44.074 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:01:25 +0000 (0:00:00.052) 0:00:44.126 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:01:25 +0000 (0:00:00.052) 0:00:44.179 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:01:25 +0000 (0:00:00.065) 0:00:44.245 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:01:25 +0000 (0:00:00.073) 0:00:44.319 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:01:25 +0000 (0:00:00.150) 0:00:44.470 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:01:25 +0000 (0:00:00.062) 0:00:44.532 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:01:25 +0000 (0:00:00.416) 0:00:44.948 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:01:25 +0000 (0:00:00.036) 0:00:44.985 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:98 Wednesday 06 July 2022 16:01:26 +0000 (0:00:00.983) 0:00:45.969 ******** included: /tmp/tmpnhy4yzav/tests/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:1 Wednesday 06 July 2022 16:01:26 +0000 (0:00:00.070) 0:00:46.039 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6 Wednesday 06 July 2022 16:01:27 +0000 (0:00:00.058) 0:00:46.097 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14 Wednesday 06 July 2022 16:01:27 +0000 (0:00:00.043) 0:00:46.141 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "MH4IEt-6Fr8-CSsW-x1t2-uPNg-n5cI-MsdKIE" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-16-00-26-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 Wednesday 06 July 2022 16:01:27 +0000 (0:00:00.444) 0:00:46.586 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002693", "end": "2022-07-06 12:01:27.322096", "rc": 0, "start": "2022-07-06 12:01:27.319403" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 Wednesday 06 July 2022 16:01:27 +0000 (0:00:00.371) 0:00:46.957 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002639", "end": "2022-07-06 12:01:27.708471", "failed_when_result": false, "rc": 0, "start": "2022-07-06 12:01:27.705832" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:33 Wednesday 06 July 2022 16:01:28 +0000 (0:00:00.381) 0:00:47.339 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:5 Wednesday 06 July 2022 16:01:28 +0000 (0:00:00.077) 0:00:47.416 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:18 Wednesday 06 July 2022 16:01:28 +0000 (0:00:00.043) 0:00:47.460 ******** included: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:1 Wednesday 06 July 2022 16:01:28 +0000 (0:00:00.065) 0:00:47.525 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/nvme0n1p1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:10 Wednesday 06 July 2022 16:01:28 +0000 (0:00:00.063) 0:00:47.588 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme0n1p1", "pv": "/dev/nvme0n1p1" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:19 Wednesday 06 July 2022 16:01:28 +0000 (0:00:00.423) 0:00:48.012 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:23 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.059) 0:00:48.071 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/nvme0n1p1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:27 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.058) 0:00:48.129 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:34 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.060) 0:00:48.190 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:38 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.047) 0:00:48.238 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:42 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.062) 0:00:48.300 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:46 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.034) 0:00:48.334 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme0n1p1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:56 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.055) 0:00:48.389 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:6 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.065) 0:00:48.455 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:12 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.038) 0:00:48.493 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:16 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.036) 0:00:48.530 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:20 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.038) 0:00:48.568 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:24 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.034) 0:00:48.603 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:30 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.033) 0:00:48.636 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:36 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.033) 0:00:48.669 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:44 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.066) 0:00:48.736 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpnhy4yzav/tests/test-verify-pool-members.yml:59 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.043) 0:00:48.779 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.063) 0:00:48.843 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:62 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.030) 0:00:48.873 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.063) 0:00:48.936 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:65 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.036) 0:00:48.973 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 16:01:29 +0000 (0:00:00.069) 0:00:49.042 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.062) 0:00:49.105 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "_storage_test_pool_member_path": "/dev/nvme0n1p1", "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.040) 0:00:49.145 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme0n1p1) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.063) 0:00:49.209 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.057) 0:00:49.266 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.066) 0:00:49.332 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.079) 0:00:49.412 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.046) 0:00:49.458 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.050) 0:00:49.509 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.044) 0:00:49.553 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:68 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.041) 0:00:49.595 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.073) 0:00:49.669 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:71 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.032) 0:00:49.701 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.042) 0:00:49.743 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.031) 0:00:49.775 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:47 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.043) 0:00:49.818 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.031) 0:00:49.850 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:100 Wednesday 06 July 2022 16:01:30 +0000 (0:00:00.044) 0:00:49.895 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.032399", "end": "2022-07-06 12:01:30.674330", "rc": 0, "start": "2022-07-06 12:01:30.641931" } STDOUT: fibp4N-vG1k-uqXE-GPA2-xT6S-bL4a-H83NZE TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:104 Wednesday 06 July 2022 16:01:31 +0000 (0:00:00.413) 0:00:50.309 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Add the second disk back to the 'foo' volume group] ********************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:108 Wednesday 06 July 2022 16:01:31 +0000 (0:00:00.050) 0:00:50.359 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:01:31 +0000 (0:00:00.125) 0:00:50.485 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:01:31 +0000 (0:00:00.055) 0:00:50.541 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:01:31 +0000 (0:00:00.520) 0:00:51.062 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.093) 0:00:51.155 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.047) 0:00:51.203 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.046) 0:00:51.249 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.067) 0:00:51.317 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.031) 0:00:51.348 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.034) 0:00:51.383 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1" ], "name": "foo" } ] } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.135) 0:00:51.518 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.050) 0:00:51.568 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.039) 0:00:51.608 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.036) 0:00:51.644 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.034) 0:00:51.678 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.037) 0:00:51.716 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.067) 0:00:51.784 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:01:32 +0000 (0:00:00.030) 0:00:51.814 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/nvme1n1p1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/foo", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:01:35 +0000 (0:00:02.288) 0:00:54.103 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:01:35 +0000 (0:00:00.046) 0:00:54.150 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:01:35 +0000 (0:00:00.031) 0:00:54.182 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/nvme1n1p1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/foo", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "xfsprogs", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:01:35 +0000 (0:00:00.053) 0:00:54.236 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:01:35 +0000 (0:00:00.050) 0:00:54.286 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:01:35 +0000 (0:00:00.047) 0:00:54.334 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:01:35 +0000 (0:00:00.046) 0:00:54.380 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:01:35 +0000 (0:00:00.033) 0:00:54.414 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:01:35 +0000 (0:00:00.046) 0:00:54.460 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:01:35 +0000 (0:00:00.038) 0:00:54.498 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:01:35 +0000 (0:00:00.392) 0:00:54.891 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:01:35 +0000 (0:00:00.035) 0:00:54.926 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:116 Wednesday 06 July 2022 16:01:36 +0000 (0:00:01.034) 0:00:55.961 ******** included: /tmp/tmpnhy4yzav/tests/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:1 Wednesday 06 July 2022 16:01:36 +0000 (0:00:00.073) 0:00:56.034 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6 Wednesday 06 July 2022 16:01:37 +0000 (0:00:00.058) 0:00:56.092 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14 Wednesday 06 July 2022 16:01:37 +0000 (0:00:00.049) 0:00:56.142 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "MH4IEt-6Fr8-CSsW-x1t2-uPNg-n5cI-MsdKIE" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme1n1p1", "size": "10G", "type": "partition", "uuid": "A6rPZu-h5Aw-xRgK-P9j7-soaq-Njk6-nVSMiH" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-16-00-26-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 Wednesday 06 July 2022 16:01:37 +0000 (0:00:00.394) 0:00:56.537 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002974", "end": "2022-07-06 12:01:37.288699", "rc": 0, "start": "2022-07-06 12:01:37.285725" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 Wednesday 06 July 2022 16:01:37 +0000 (0:00:00.385) 0:00:56.923 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003382", "end": "2022-07-06 12:01:37.686304", "failed_when_result": false, "rc": 0, "start": "2022-07-06 12:01:37.682922" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:33 Wednesday 06 July 2022 16:01:38 +0000 (0:00:00.395) 0:00:57.319 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1', 'nvme1n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:5 Wednesday 06 July 2022 16:01:38 +0000 (0:00:00.080) 0:00:57.400 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:18 Wednesday 06 July 2022 16:01:38 +0000 (0:00:00.047) 0:00:57.447 ******** included: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:1 Wednesday 06 July 2022 16:01:38 +0000 (0:00:00.070) 0:00:57.517 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/nvme0n1p1", "/dev/nvme1n1p1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:10 Wednesday 06 July 2022 16:01:38 +0000 (0:00:00.067) 0:00:57.585 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme0n1p1", "pv": "/dev/nvme0n1p1" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme1n1p1", "pv": "/dev/nvme1n1p1" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:19 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.723) 0:00:58.308 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:23 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.057) 0:00:58.366 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/nvme0n1p1", "/dev/nvme1n1p1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:27 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.065) 0:00:58.432 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:34 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.065) 0:00:58.497 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:38 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.129) 0:00:58.626 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:42 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.060) 0:00:58.686 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:46 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.034) 0:00:58.721 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme0n1p1" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme1n1p1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:56 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.066) 0:00:58.788 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:6 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.066) 0:00:58.854 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:12 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.037) 0:00:58.892 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:16 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.034) 0:00:58.926 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:20 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.032) 0:00:58.959 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:24 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.033) 0:00:58.993 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:30 Wednesday 06 July 2022 16:01:39 +0000 (0:00:00.034) 0:00:59.028 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:36 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.036) 0:00:59.064 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:44 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.035) 0:00:59.100 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpnhy4yzav/tests/test-verify-pool-members.yml:59 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.052) 0:00:59.153 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.069) 0:00:59.222 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:62 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.035) 0:00:59.258 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.117) 0:00:59.375 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:65 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.033) 0:00:59.409 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.067) 0:00:59.477 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.060) 0:00:59.537 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "_storage_test_pool_member_path": "/dev/nvme0n1p1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "_storage_test_pool_member_path": "/dev/nvme1n1p1", "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.042) 0:00:59.580 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme0n1p1) included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme1n1p1) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.072) 0:00:59.652 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.063) 0:00:59.716 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.060) 0:00:59.776 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.049) 0:00:59.826 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.048) 0:00:59.874 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.047) 0:00:59.921 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:01:40 +0000 (0:00:00.049) 0:00:59.971 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.155) 0:01:00.127 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.063) 0:01:00.190 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.056) 0:01:00.246 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.051) 0:01:00.298 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.049) 0:01:00.348 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.050) 0:01:00.399 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:68 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.050) 0:01:00.449 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.072) 0:01:00.522 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:71 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.035) 0:01:00.557 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.044) 0:01:00.602 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.031) 0:01:00.634 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:47 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.044) 0:01:00.679 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.031) 0:01:00.710 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:118 Wednesday 06 July 2022 16:01:41 +0000 (0:00:00.044) 0:01:00.754 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.037674", "end": "2022-07-06 12:01:41.544878", "rc": 0, "start": "2022-07-06 12:01:41.507204" } STDOUT: fibp4N-vG1k-uqXE-GPA2-xT6S-bL4a-H83NZE TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:122 Wednesday 06 July 2022 16:01:42 +0000 (0:00:00.471) 0:01:01.225 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV and add the third disk to the 'foo' volume group] **** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:126 Wednesday 06 July 2022 16:01:42 +0000 (0:00:00.053) 0:01:01.279 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:01:42 +0000 (0:00:00.096) 0:01:01.376 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:01:42 +0000 (0:00:00.059) 0:01:01.436 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:01:42 +0000 (0:00:00.548) 0:01:01.984 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.095) 0:01:02.080 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.044) 0:01:02.124 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.048) 0:01:02.173 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.067) 0:01:02.240 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.073) 0:01:02.314 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.038) 0:01:02.352 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme1n1", "nvme2n1" ], "name": "foo" } ] } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.052) 0:01:02.405 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.050) 0:01:02.456 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.035) 0:01:02.491 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.036) 0:01:02.528 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.040) 0:01:02.569 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.037) 0:01:02.606 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.073) 0:01:02.680 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:01:43 +0000 (0:00:00.035) 0:01:02.716 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/nvme0n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/nvme2n1p1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme0n1", "/dev/foo", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:01:46 +0000 (0:00:02.762) 0:01:05.478 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:01:46 +0000 (0:00:00.050) 0:01:05.528 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:01:46 +0000 (0:00:00.033) 0:01:05.561 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/nvme0n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/nvme2n1p1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme0n1", "/dev/foo", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:01:46 +0000 (0:00:00.053) 0:01:05.614 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:01:46 +0000 (0:00:00.048) 0:01:05.663 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:01:46 +0000 (0:00:00.046) 0:01:05.709 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:01:46 +0000 (0:00:00.047) 0:01:05.757 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:01:46 +0000 (0:00:00.034) 0:01:05.791 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:01:46 +0000 (0:00:00.044) 0:01:05.836 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:01:46 +0000 (0:00:00.034) 0:01:05.870 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:01:47 +0000 (0:00:00.453) 0:01:06.323 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:01:47 +0000 (0:00:00.033) 0:01:06.357 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:134 Wednesday 06 July 2022 16:01:48 +0000 (0:00:00.989) 0:01:07.346 ******** included: /tmp/tmpnhy4yzav/tests/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:1 Wednesday 06 July 2022 16:01:48 +0000 (0:00:00.077) 0:01:07.424 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6 Wednesday 06 July 2022 16:01:48 +0000 (0:00:00.062) 0:01:07.486 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14 Wednesday 06 July 2022 16:01:48 +0000 (0:00:00.055) 0:01:07.542 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme1n1p1", "size": "10G", "type": "partition", "uuid": "A6rPZu-h5Aw-xRgK-P9j7-soaq-Njk6-nVSMiH" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme2n1p1", "size": "10G", "type": "partition", "uuid": "wNUYza-cNqy-mjQs-SzQi-IxJ9-2JrI-0J3d4n" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-16-00-26-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 Wednesday 06 July 2022 16:01:48 +0000 (0:00:00.449) 0:01:07.992 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003053", "end": "2022-07-06 12:01:48.753001", "rc": 0, "start": "2022-07-06 12:01:48.749948" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 Wednesday 06 July 2022 16:01:49 +0000 (0:00:00.394) 0:01:08.386 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002963", "end": "2022-07-06 12:01:49.141442", "failed_when_result": false, "rc": 0, "start": "2022-07-06 12:01:49.138479" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:33 Wednesday 06 July 2022 16:01:49 +0000 (0:00:00.389) 0:01:08.775 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme1n1', 'nvme2n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:5 Wednesday 06 July 2022 16:01:49 +0000 (0:00:00.079) 0:01:08.855 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:18 Wednesday 06 July 2022 16:01:49 +0000 (0:00:00.045) 0:01:08.900 ******** included: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:1 Wednesday 06 July 2022 16:01:49 +0000 (0:00:00.066) 0:01:08.967 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/nvme1n1p1", "/dev/nvme2n1p1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:10 Wednesday 06 July 2022 16:01:49 +0000 (0:00:00.067) 0:01:09.035 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme1n1p1", "pv": "/dev/nvme1n1p1" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme2n1p1", "pv": "/dev/nvme2n1p1" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:19 Wednesday 06 July 2022 16:01:50 +0000 (0:00:00.788) 0:01:09.824 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:23 Wednesday 06 July 2022 16:01:50 +0000 (0:00:00.058) 0:01:09.883 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/nvme1n1p1", "/dev/nvme2n1p1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:27 Wednesday 06 July 2022 16:01:50 +0000 (0:00:00.060) 0:01:09.944 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:34 Wednesday 06 July 2022 16:01:50 +0000 (0:00:00.064) 0:01:10.008 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:38 Wednesday 06 July 2022 16:01:50 +0000 (0:00:00.049) 0:01:10.058 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:42 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.060) 0:01:10.119 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:46 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.034) 0:01:10.154 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme1n1p1" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme2n1p1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:56 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.064) 0:01:10.218 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:6 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.061) 0:01:10.279 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:12 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.035) 0:01:10.315 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:16 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.034) 0:01:10.349 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:20 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.033) 0:01:10.383 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:24 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.033) 0:01:10.417 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:30 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.032) 0:01:10.449 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:36 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.033) 0:01:10.482 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:44 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.074) 0:01:10.557 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpnhy4yzav/tests/test-verify-pool-members.yml:59 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.047) 0:01:10.604 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.066) 0:01:10.670 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:62 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.032) 0:01:10.702 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.064) 0:01:10.767 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:65 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.031) 0:01:10.799 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.066) 0:01:10.866 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.059) 0:01:10.925 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "_storage_test_pool_member_path": "/dev/nvme1n1p1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "_storage_test_pool_member_path": "/dev/nvme2n1p1", "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.039) 0:01:10.964 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme1n1p1) included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme2n1p1) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:01:51 +0000 (0:00:00.072) 0:01:11.036 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.061) 0:01:11.098 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.068) 0:01:11.167 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.091) 0:01:11.258 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.050) 0:01:11.309 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.051) 0:01:11.360 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.046) 0:01:11.406 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.077) 0:01:11.484 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.066) 0:01:11.550 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.048) 0:01:11.599 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.048) 0:01:11.647 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.045) 0:01:11.692 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.044) 0:01:11.737 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:68 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.043) 0:01:11.780 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.067) 0:01:11.848 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:71 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.033) 0:01:11.882 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.043) 0:01:11.925 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40 Wednesday 06 July 2022 16:01:52 +0000 (0:00:00.031) 0:01:11.957 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:47 Wednesday 06 July 2022 16:01:53 +0000 (0:00:00.145) 0:01:12.103 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57 Wednesday 06 July 2022 16:01:53 +0000 (0:00:00.031) 0:01:12.135 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:136 Wednesday 06 July 2022 16:01:53 +0000 (0:00:00.047) 0:01:12.182 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.043258", "end": "2022-07-06 12:01:52.974089", "rc": 0, "start": "2022-07-06 12:01:52.930831" } STDOUT: fibp4N-vG1k-uqXE-GPA2-xT6S-bL4a-H83NZE TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:140 Wednesday 06 July 2022 16:01:53 +0000 (0:00:00.430) 0:01:12.612 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Create volume group 'foo' with 3 encrypted PVs] ************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:144 Wednesday 06 July 2022 16:01:53 +0000 (0:00:00.048) 0:01:12.661 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:01:53 +0000 (0:00:00.099) 0:01:12.760 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:01:53 +0000 (0:00:00.055) 0:01:12.815 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.527) 0:01:13.343 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.139) 0:01:13.483 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.090) 0:01:13.574 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.044) 0:01:13.618 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.066) 0:01:13.685 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.033) 0:01:13.718 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.034) 0:01:13.753 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.049) 0:01:13.803 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.063) 0:01:13.866 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.038) 0:01:13.905 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.035) 0:01:13.941 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.035) 0:01:13.976 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:01:54 +0000 (0:00:00.034) 0:01:14.011 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:01:55 +0000 (0:00:00.071) 0:01:14.082 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:01:55 +0000 (0:00:00.034) 0:01:14.117 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme0n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/nvme2n1p1", "name": "luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "password": "-", "state": "present" }, { "backing_device": "/dev/nvme1n1p1", "name": "luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "password": "-", "state": "present" }, { "backing_device": "/dev/nvme0n1p1", "name": "luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "password": "-", "state": "present" } ], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "cryptsetup", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:02:23 +0000 (0:00:28.135) 0:01:42.253 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:02:23 +0000 (0:00:00.046) 0:01:42.299 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:02:23 +0000 (0:00:00.032) 0:01:42.331 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme0n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/nvme2n1p1", "name": "luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "password": "-", "state": "present" }, { "backing_device": "/dev/nvme1n1p1", "name": "luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "password": "-", "state": "present" }, { "backing_device": "/dev/nvme0n1p1", "name": "luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "cryptsetup", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:02:23 +0000 (0:00:00.049) 0:01:42.381 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:02:23 +0000 (0:00:00.046) 0:01:42.427 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:02:23 +0000 (0:00:00.087) 0:01:42.515 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:02:23 +0000 (0:00:00.049) 0:01:42.565 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:02:23 +0000 (0:00:00.036) 0:01:42.601 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:02:23 +0000 (0:00:00.049) 0:01:42.651 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:02:23 +0000 (0:00:00.036) 0:01:42.687 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:02:24 +0000 (0:00:00.416) 0:01:43.104 ******** changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme2n1p1', 'name': 'luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme2n1p1", "name": "luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "password": "-", "state": "present" } } MSG: line added changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme1n1p1', 'name': 'luks-f8ef8467-b3e9-403c-9353-728c23ce5771', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme1n1p1", "name": "luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "password": "-", "state": "present" } } MSG: line added changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme0n1p1', 'name': 'luks-36a6220a-44cc-4f18-b867-febfab37bfe3', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme0n1p1", "name": "luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "password": "-", "state": "present" } } MSG: line added TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:02:25 +0000 (0:00:01.281) 0:01:44.386 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [Save UUID of the created volume group] *********************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:155 Wednesday 06 July 2022 16:02:26 +0000 (0:00:01.047) 0:01:45.434 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.033754", "end": "2022-07-06 12:02:26.217582", "rc": 0, "start": "2022-07-06 12:02:26.183828" } STDOUT: aCXoBp-27IV-jWBf-aXdF-HUsm-KtRD-WTHisg TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:159 Wednesday 06 July 2022 16:02:26 +0000 (0:00:00.417) 0:01:45.852 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:02:26 +0000 (0:00:00.104) 0:01:45.956 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:02:26 +0000 (0:00:00.059) 0:01:46.015 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:02:27 +0000 (0:00:00.590) 0:01:46.606 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:02:27 +0000 (0:00:00.098) 0:01:46.705 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:02:27 +0000 (0:00:00.044) 0:01:46.749 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:02:27 +0000 (0:00:00.050) 0:01:46.800 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:02:27 +0000 (0:00:00.069) 0:01:46.870 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:02:27 +0000 (0:00:00.033) 0:01:46.903 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:02:27 +0000 (0:00:00.036) 0:01:46.939 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:02:27 +0000 (0:00:00.047) 0:01:46.986 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:02:27 +0000 (0:00:00.048) 0:01:47.035 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:02:28 +0000 (0:00:00.036) 0:01:47.071 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:02:28 +0000 (0:00:00.035) 0:01:47.106 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:02:28 +0000 (0:00:00.035) 0:01:47.142 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:02:28 +0000 (0:00:00.035) 0:01:47.177 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:02:28 +0000 (0:00:00.068) 0:01:47.246 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:02:28 +0000 (0:00:00.036) 0:01:47.282 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/nvme1n1p1", "name": "luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "password": "-", "state": "absent" }, { "backing_device": "/dev/nvme2n1p1", "name": "luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:02:31 +0000 (0:00:02.788) 0:01:50.071 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:02:31 +0000 (0:00:00.049) 0:01:50.121 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:02:31 +0000 (0:00:00.034) 0:01:50.156 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/nvme1n1p1", "name": "luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "password": "-", "state": "absent" }, { "backing_device": "/dev/nvme2n1p1", "name": "luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:02:31 +0000 (0:00:00.052) 0:01:50.208 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:02:31 +0000 (0:00:00.051) 0:01:50.259 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:02:31 +0000 (0:00:00.130) 0:01:50.390 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:02:31 +0000 (0:00:00.050) 0:01:50.440 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:02:31 +0000 (0:00:00.037) 0:01:50.478 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:02:31 +0000 (0:00:00.054) 0:01:50.533 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:02:31 +0000 (0:00:00.038) 0:01:50.572 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657123344.745387, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7345d4aaafc3759b3f0db66449c4f457b911ece2", "ctime": 1657123344.746387, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4240687, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1657123344.745387, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 177, "uid": 0, "version": "3546594154", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:02:31 +0000 (0:00:00.411) 0:01:50.983 ******** changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme1n1p1', 'name': 'luks-f8ef8467-b3e9-403c-9353-728c23ce5771', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme1n1p1", "name": "luks-f8ef8467-b3e9-403c-9353-728c23ce5771", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme2n1p1', 'name': 'luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme2n1p1", "name": "luks-1273fbb1-ef45-46d5-a0fa-97c8a8e0a96f", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:02:32 +0000 (0:00:00.797) 0:01:51.780 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:169 Wednesday 06 July 2022 16:02:33 +0000 (0:00:01.032) 0:01:52.813 ******** included: /tmp/tmpnhy4yzav/tests/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:1 Wednesday 06 July 2022 16:02:33 +0000 (0:00:00.079) 0:01:52.892 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6 Wednesday 06 July 2022 16:02:33 +0000 (0:00:00.064) 0:01:52.957 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14 Wednesday 06 July 2022 16:02:33 +0000 (0:00:00.046) 0:01:53.004 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "size": "10G", "type": "crypt", "uuid": "190eKw-LYQm-C0cw-YEEi-3523-MyRo-7WQPdl" }, "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "36a6220a-44cc-4f18-b867-febfab37bfe3" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-16-00-26-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 Wednesday 06 July 2022 16:02:34 +0000 (0:00:00.405) 0:01:53.409 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.006091", "end": "2022-07-06 12:02:35.171552", "rc": 0, "start": "2022-07-06 12:02:34.165461" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 Wednesday 06 July 2022 16:02:35 +0000 (0:00:01.422) 0:01:54.832 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003317", "end": "2022-07-06 12:02:35.602931", "failed_when_result": false, "rc": 0, "start": "2022-07-06 12:02:35.599614" } STDOUT: luks-36a6220a-44cc-4f18-b867-febfab37bfe3 /dev/nvme0n1p1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:33 Wednesday 06 July 2022 16:02:36 +0000 (0:00:00.418) 0:01:55.251 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1'], 'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'yabbadabbadoo', 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:5 Wednesday 06 July 2022 16:02:36 +0000 (0:00:00.081) 0:01:55.332 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:18 Wednesday 06 July 2022 16:02:36 +0000 (0:00:00.046) 0:01:55.379 ******** included: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:1 Wednesday 06 July 2022 16:02:36 +0000 (0:00:00.071) 0:01:55.450 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:10 Wednesday 06 July 2022 16:02:36 +0000 (0:00:00.063) 0:01:55.513 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "pv": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:19 Wednesday 06 July 2022 16:02:36 +0000 (0:00:00.395) 0:01:55.909 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:23 Wednesday 06 July 2022 16:02:36 +0000 (0:00:00.061) 0:01:55.970 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:27 Wednesday 06 July 2022 16:02:36 +0000 (0:00:00.060) 0:01:56.031 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:34 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.113) 0:01:56.144 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:38 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.091) 0:01:56.236 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:42 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.036) 0:01:56.273 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:46 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.035) 0:01:56.309 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:56 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.050) 0:01:56.359 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:6 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.061) 0:01:56.421 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:12 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.034) 0:01:56.456 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:16 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.039) 0:01:56.495 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:20 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.039) 0:01:56.535 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:24 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.040) 0:01:56.575 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:30 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.040) 0:01:56.615 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:36 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.037) 0:01:56.652 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:44 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.033) 0:01:56.686 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpnhy4yzav/tests/test-verify-pool-members.yml:59 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.045) 0:01:56.731 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.063) 0:01:56.795 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:62 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.068) 0:01:56.864 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.064) 0:01:56.929 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:65 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.035) 0:01:56.964 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 16:02:37 +0000 (0:00:00.075) 0:01:57.039 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 16:02:38 +0000 (0:00:00.059) 0:01:57.099 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3) TASK [Get the backing device path] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:1 Wednesday 06 July 2022 16:02:38 +0000 (0:00:00.063) 0:01:57.162 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/36a6220a-44cc-4f18-b867-febfab37bfe3" ], "delta": "0:00:00.004955", "end": "2022-07-06 12:02:37.934030", "rc": 0, "start": "2022-07-06 12:02:37.929075" } STDOUT: /dev/nvme0n1p1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:6 Wednesday 06 July 2022 16:02:38 +0000 (0:00:00.411) 0:01:57.573 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:11 Wednesday 06 July 2022 16:02:39 +0000 (0:00:00.914) 0:01:58.488 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/nvme0n1p1" ], "delta": "0:00:00.024943", "end": "2022-07-06 12:02:39.255101", "rc": 0, "start": "2022-07-06 12:02:39.230158" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 36a6220a-44cc-4f18-b867-febfab37bfe3 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 8 Memory: 906366 Threads: 4 Salt: 2b 4e fc 34 28 25 16 25 86 43 6b 64 57 a7 20 a7 d5 7b ac 7e e2 6d 66 0d fa da 9b ca 27 67 66 d1 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 95812 Salt: f5 fd 7d 0b ad 8a 30 69 ff db 15 10 dd 15 9b 3c f9 73 44 e3 d5 16 4c 3f 5d 2c 52 a4 8a 2c 0d ca Digest: 24 40 47 98 22 e2 0e ea 22 63 11 12 4b 96 11 cb f3 1e 7d c4 46 f9 32 37 1f c8 0c eb d3 0b 19 58 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:17 Wednesday 06 July 2022 16:02:39 +0000 (0:00:00.405) 0:01:58.893 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:23 Wednesday 06 July 2022 16:02:39 +0000 (0:00:00.062) 0:01:58.955 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:29 Wednesday 06 July 2022 16:02:39 +0000 (0:00:00.034) 0:01:58.990 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 16:02:39 +0000 (0:00:00.036) 0:01:59.026 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.067) 0:01:59.094 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-36a6220a-44cc-4f18-b867-febfab37bfe3 /dev/nvme0n1p1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.064) 0:01:59.158 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.060) 0:01:59.219 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.063) 0:01:59.282 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.045) 0:01:59.328 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.057) 0:01:59.386 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.046) 0:01:59.432 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:68 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.044) 0:01:59.477 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.104) 0:01:59.582 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:71 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.036) 0:01:59.618 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.047) 0:01:59.665 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.033) 0:01:59.699 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:47 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.049) 0:01:59.749 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.032) 0:01:59.782 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:171 Wednesday 06 July 2022 16:02:40 +0000 (0:00:00.045) 0:01:59.827 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.039220", "end": "2022-07-06 12:02:40.609699", "rc": 0, "start": "2022-07-06 12:02:40.570479" } STDOUT: aCXoBp-27IV-jWBf-aXdF-HUsm-KtRD-WTHisg TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:175 Wednesday 06 July 2022 16:02:41 +0000 (0:00:00.419) 0:02:00.247 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Add the disks back to the 'foo' volume group] **************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:179 Wednesday 06 July 2022 16:02:41 +0000 (0:00:00.057) 0:02:00.304 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:02:41 +0000 (0:00:00.114) 0:02:00.419 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:02:41 +0000 (0:00:00.059) 0:02:00.479 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.594) 0:02:01.073 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.102) 0:02:01.175 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.050) 0:02:01.226 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.047) 0:02:01.273 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.073) 0:02:01.347 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.033) 0:02:01.380 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.038) 0:02:01.419 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.052) 0:02:01.471 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.058) 0:02:01.529 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.040) 0:02:01.569 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.035) 0:02:01.605 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.036) 0:02:01.641 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.035) 0:02:01.676 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.117) 0:02:01.794 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:02:42 +0000 (0:00:00.034) 0:02:01.828 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/nvme2n1p1", "name": "luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "password": "-", "state": "present" }, { "backing_device": "/dev/nvme1n1p1", "name": "luks-f602e6b6-3187-49ef-944c-a869f8100529", "password": "-", "state": "present" } ], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs", "cryptsetup", "lvm2" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:03:02 +0000 (0:00:19.553) 0:02:21.381 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:03:02 +0000 (0:00:00.050) 0:02:21.432 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:03:02 +0000 (0:00:00.033) 0:02:21.466 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/nvme2n1p1", "name": "luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "password": "-", "state": "present" }, { "backing_device": "/dev/nvme1n1p1", "name": "luks-f602e6b6-3187-49ef-944c-a869f8100529", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs", "cryptsetup", "lvm2" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:03:02 +0000 (0:00:00.098) 0:02:21.565 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:03:02 +0000 (0:00:00.129) 0:02:21.694 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:03:02 +0000 (0:00:00.046) 0:02:21.741 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:03:02 +0000 (0:00:00.049) 0:02:21.790 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:03:02 +0000 (0:00:00.035) 0:02:21.826 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:03:02 +0000 (0:00:00.045) 0:02:21.871 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:03:02 +0000 (0:00:00.035) 0:02:21.907 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657123355.601387, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1f05703d0ac21cf0ae898eb31102ffb5420a1afc", "ctime": 1657123352.135387, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12658016, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1657123352.135387, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 59, "uid": 0, "version": "1813445214", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:03:03 +0000 (0:00:00.405) 0:02:22.313 ******** changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme2n1p1', 'name': 'luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme2n1p1", "name": "luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "password": "-", "state": "present" } } MSG: line added changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme1n1p1', 'name': 'luks-f602e6b6-3187-49ef-944c-a869f8100529', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme1n1p1", "name": "luks-f602e6b6-3187-49ef-944c-a869f8100529", "password": "-", "state": "present" } } MSG: line added TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:03:04 +0000 (0:00:00.772) 0:02:23.085 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:189 Wednesday 06 July 2022 16:03:05 +0000 (0:00:01.031) 0:02:24.116 ******** included: /tmp/tmpnhy4yzav/tests/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:1 Wednesday 06 July 2022 16:03:05 +0000 (0:00:00.086) 0:02:24.203 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6 Wednesday 06 July 2022 16:03:05 +0000 (0:00:00.063) 0:02:24.266 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14 Wednesday 06 July 2022 16:03:05 +0000 (0:00:00.048) 0:02:24.315 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "size": "10G", "type": "crypt", "uuid": "190eKw-LYQm-C0cw-YEEi-3523-MyRo-7WQPdl" }, "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "size": "10G", "type": "crypt", "uuid": "BdHdLh-ypYh-muQl-JVd7-sPOO-haeR-4q6Cx4" }, "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529", "size": "10G", "type": "crypt", "uuid": "PwP7bf-EVe9-cjAb-h0T5-0LwL-mzX9-qEN0ox" }, "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "36a6220a-44cc-4f18-b867-febfab37bfe3" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1p1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/nvme1n1p1", "size": "10G", "type": "partition", "uuid": "f602e6b6-3187-49ef-944c-a869f8100529" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1p1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/nvme2n1p1", "size": "10G", "type": "partition", "uuid": "c00e36b2-3077-4a0f-98c9-b1591c6a69b9" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-16-00-26-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 Wednesday 06 July 2022 16:03:05 +0000 (0:00:00.403) 0:02:24.718 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003119", "end": "2022-07-06 12:03:05.466019", "rc": 0, "start": "2022-07-06 12:03:05.462900" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 Wednesday 06 July 2022 16:03:06 +0000 (0:00:00.383) 0:02:25.101 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004398", "end": "2022-07-06 12:03:06.875328", "failed_when_result": false, "rc": 0, "start": "2022-07-06 12:03:05.870930" } STDOUT: luks-36a6220a-44cc-4f18-b867-febfab37bfe3 /dev/nvme0n1p1 - luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9 /dev/nvme2n1p1 - luks-f602e6b6-3187-49ef-944c-a869f8100529 /dev/nvme1n1p1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:33 Wednesday 06 July 2022 16:03:07 +0000 (0:00:01.415) 0:02:26.517 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1', 'nvme1n1', 'nvme2n1'], 'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'yabbadabbadoo', 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:5 Wednesday 06 July 2022 16:03:07 +0000 (0:00:00.077) 0:02:26.594 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:18 Wednesday 06 July 2022 16:03:07 +0000 (0:00:00.044) 0:02:26.638 ******** included: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:1 Wednesday 06 July 2022 16:03:07 +0000 (0:00:00.066) 0:02:26.705 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "3", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:10 Wednesday 06 July 2022 16:03:07 +0000 (0:00:00.059) 0:02:26.764 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "pv": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "pv": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529", "pv": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:19 Wednesday 06 July 2022 16:03:08 +0000 (0:00:01.077) 0:02:27.842 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "3" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:23 Wednesday 06 July 2022 16:03:08 +0000 (0:00:00.090) 0:02:27.932 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:27 Wednesday 06 July 2022 16:03:08 +0000 (0:00:00.059) 0:02:27.992 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:34 Wednesday 06 July 2022 16:03:08 +0000 (0:00:00.059) 0:02:28.051 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:38 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.045) 0:02:28.097 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:42 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.034) 0:02:28.131 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:46 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.033) 0:02:28.165 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:56 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.076) 0:02:28.241 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:6 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.061) 0:02:28.303 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:12 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.034) 0:02:28.337 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:16 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.033) 0:02:28.370 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:20 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.033) 0:02:28.404 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:24 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.034) 0:02:28.439 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:30 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.038) 0:02:28.477 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:36 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.034) 0:02:28.511 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:44 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.072) 0:02:28.583 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpnhy4yzav/tests/test-verify-pool-members.yml:59 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.046) 0:02:28.629 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.065) 0:02:28.695 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:62 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.031) 0:02:28.726 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.064) 0:02:28.791 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:65 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.031) 0:02:28.822 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.066) 0:02:28.888 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.057) 0:02:28.946 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3) included: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9) included: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529) TASK [Get the backing device path] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:1 Wednesday 06 July 2022 16:03:09 +0000 (0:00:00.072) 0:02:29.019 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/36a6220a-44cc-4f18-b867-febfab37bfe3" ], "delta": "0:00:00.003073", "end": "2022-07-06 12:03:09.776824", "rc": 0, "start": "2022-07-06 12:03:09.773751" } STDOUT: /dev/nvme0n1p1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:6 Wednesday 06 July 2022 16:03:10 +0000 (0:00:00.398) 0:02:29.417 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:11 Wednesday 06 July 2022 16:03:11 +0000 (0:00:00.918) 0:02:30.335 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/nvme0n1p1" ], "delta": "0:00:00.015167", "end": "2022-07-06 12:03:11.103337", "rc": 0, "start": "2022-07-06 12:03:11.088170" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 36a6220a-44cc-4f18-b867-febfab37bfe3 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 8 Memory: 906366 Threads: 4 Salt: 2b 4e fc 34 28 25 16 25 86 43 6b 64 57 a7 20 a7 d5 7b ac 7e e2 6d 66 0d fa da 9b ca 27 67 66 d1 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 95812 Salt: f5 fd 7d 0b ad 8a 30 69 ff db 15 10 dd 15 9b 3c f9 73 44 e3 d5 16 4c 3f 5d 2c 52 a4 8a 2c 0d ca Digest: 24 40 47 98 22 e2 0e ea 22 63 11 12 4b 96 11 cb f3 1e 7d c4 46 f9 32 37 1f c8 0c eb d3 0b 19 58 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:17 Wednesday 06 July 2022 16:03:11 +0000 (0:00:00.410) 0:02:30.745 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:23 Wednesday 06 July 2022 16:03:11 +0000 (0:00:00.070) 0:02:30.815 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:29 Wednesday 06 July 2022 16:03:11 +0000 (0:00:00.038) 0:02:30.854 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:1 Wednesday 06 July 2022 16:03:11 +0000 (0:00:00.034) 0:02:30.889 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/c00e36b2-3077-4a0f-98c9-b1591c6a69b9" ], "delta": "0:00:00.002991", "end": "2022-07-06 12:03:11.652176", "rc": 0, "start": "2022-07-06 12:03:11.649185" } STDOUT: /dev/nvme2n1p1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:6 Wednesday 06 July 2022 16:03:12 +0000 (0:00:00.398) 0:02:31.287 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:11 Wednesday 06 July 2022 16:03:13 +0000 (0:00:00.854) 0:02:32.142 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/nvme2n1p1" ], "delta": "0:00:00.012290", "end": "2022-07-06 12:03:12.909854", "rc": 0, "start": "2022-07-06 12:03:12.897564" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: c00e36b2-3077-4a0f-98c9-b1591c6a69b9 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 8 Memory: 906366 Threads: 4 Salt: 45 74 87 6e 02 77 5b fd b4 1d a5 d2 9a e7 2e 00 4b e5 9f 4f 35 1a 5b bb 97 d7 95 e4 0c 64 c9 48 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 97090 Salt: af 82 be e1 f7 3a 44 82 09 5f f2 c0 c6 55 12 3a 11 8b 1e fa f5 ff 96 e7 92 2e e7 23 9f 43 0c b3 Digest: c1 e4 b0 23 20 af de b5 37 5c 2a c9 48 7b 53 83 ba ae 01 90 7e b8 dd 63 69 f7 7c 99 48 82 c2 b0 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:17 Wednesday 06 July 2022 16:03:13 +0000 (0:00:00.403) 0:02:32.546 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:23 Wednesday 06 July 2022 16:03:13 +0000 (0:00:00.064) 0:02:32.610 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:29 Wednesday 06 July 2022 16:03:13 +0000 (0:00:00.035) 0:02:32.646 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:1 Wednesday 06 July 2022 16:03:13 +0000 (0:00:00.035) 0:02:32.681 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/f602e6b6-3187-49ef-944c-a869f8100529" ], "delta": "0:00:00.002940", "end": "2022-07-06 12:03:13.438418", "rc": 0, "start": "2022-07-06 12:03:13.435478" } STDOUT: /dev/nvme1n1p1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:6 Wednesday 06 July 2022 16:03:14 +0000 (0:00:00.394) 0:02:33.076 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:11 Wednesday 06 July 2022 16:03:14 +0000 (0:00:00.882) 0:02:33.958 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/nvme1n1p1" ], "delta": "0:00:00.022353", "end": "2022-07-06 12:03:14.749624", "rc": 0, "start": "2022-07-06 12:03:14.727271" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: f602e6b6-3187-49ef-944c-a869f8100529 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 8 Memory: 906366 Threads: 4 Salt: ce 60 15 7b ac 2d 21 3e cb 3e 3c c2 1e bd 99 e1 d8 27 0b f6 59 e6 0f f0 4a 19 0c 2c bc 51 02 13 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 96946 Salt: 9b e2 80 63 4a b6 99 d6 02 57 a7 ee 71 89 e4 1d 7a 26 cd 1f be 60 62 2b 58 73 b9 db 95 bf 3e 9d Digest: df 70 ff cb a3 d9 c1 0c 29 af f6 0a 61 84 79 d2 0d 64 07 08 3b 76 0d 5b e9 b6 8d d6 c9 f4 47 54 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:17 Wednesday 06 July 2022 16:03:15 +0000 (0:00:00.451) 0:02:34.409 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:23 Wednesday 06 July 2022 16:03:15 +0000 (0:00:00.064) 0:02:34.474 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-encryption.yml:29 Wednesday 06 July 2022 16:03:15 +0000 (0:00:00.037) 0:02:34.512 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 16:03:15 +0000 (0:00:00.040) 0:02:34.553 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3) included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9) included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:03:15 +0000 (0:00:00.087) 0:02:34.640 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-36a6220a-44cc-4f18-b867-febfab37bfe3 /dev/nvme0n1p1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:03:15 +0000 (0:00:00.067) 0:02:34.707 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:03:15 +0000 (0:00:00.060) 0:02:34.767 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:03:15 +0000 (0:00:00.070) 0:02:34.838 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:03:15 +0000 (0:00:00.048) 0:02:34.887 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:03:15 +0000 (0:00:00.061) 0:02:34.948 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:03:15 +0000 (0:00:00.043) 0:02:34.992 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9 /dev/nvme2n1p1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:03:15 +0000 (0:00:00.060) 0:02:35.053 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.065) 0:02:35.119 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.198) 0:02:35.317 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.050) 0:02:35.367 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.065) 0:02:35.432 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.047) 0:02:35.480 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-f602e6b6-3187-49ef-944c-a869f8100529 /dev/nvme1n1p1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.065) 0:02:35.545 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.063) 0:02:35.608 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.062) 0:02:35.671 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.048) 0:02:35.720 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.060) 0:02:35.781 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.048) 0:02:35.829 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:68 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.046) 0:02:35.875 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.067) 0:02:35.943 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:71 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.032) 0:02:35.975 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.043) 0:02:36.018 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40 Wednesday 06 July 2022 16:03:16 +0000 (0:00:00.034) 0:02:36.052 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:47 Wednesday 06 July 2022 16:03:17 +0000 (0:00:00.133) 0:02:36.186 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57 Wednesday 06 July 2022 16:03:17 +0000 (0:00:00.033) 0:02:36.219 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:191 Wednesday 06 July 2022 16:03:17 +0000 (0:00:00.047) 0:02:36.266 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.039258", "end": "2022-07-06 12:03:17.058702", "rc": 0, "start": "2022-07-06 12:03:17.019444" } STDOUT: aCXoBp-27IV-jWBf-aXdF-HUsm-KtRD-WTHisg TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:195 Wednesday 06 July 2022 16:03:17 +0000 (0:00:00.432) 0:02:36.699 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Create a new volume group with a logical volume] ************************* task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:199 Wednesday 06 July 2022 16:03:17 +0000 (0:00:00.049) 0:02:36.749 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:03:17 +0000 (0:00:00.114) 0:02:36.863 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:03:17 +0000 (0:00:00.058) 0:02:36.921 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:03:18 +0000 (0:00:00.559) 0:02:37.480 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:03:18 +0000 (0:00:00.184) 0:02:37.665 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:03:18 +0000 (0:00:00.048) 0:02:37.713 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:03:18 +0000 (0:00:00.047) 0:02:37.761 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:03:18 +0000 (0:00:00.071) 0:02:37.833 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:03:18 +0000 (0:00:00.032) 0:02:37.866 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:03:18 +0000 (0:00:00.038) 0:02:37.904 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": "nvme0n1", "encryption": false, "name": "foo", "volumes": [ { "name": "test", "size": "20m" } ] } ] } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:03:18 +0000 (0:00:00.052) 0:02:37.957 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:03:18 +0000 (0:00:00.050) 0:02:38.007 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:03:18 +0000 (0:00:00.037) 0:02:38.045 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:03:19 +0000 (0:00:00.038) 0:02:38.083 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:03:19 +0000 (0:00:00.036) 0:02:38.120 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:03:19 +0000 (0:00:00.035) 0:02:38.155 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:03:19 +0000 (0:00:00.067) 0:02:38.223 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:03:19 +0000 (0:00:00.031) 0:02:38.255 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme0n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme0n1p1", "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/nvme2n1p1", "name": "luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "password": "-", "state": "absent" }, { "backing_device": "/dev/nvme0n1p1", "name": "luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "password": "-", "state": "absent" }, { "backing_device": "/dev/nvme1n1p1", "name": "luks-f602e6b6-3187-49ef-944c-a869f8100529", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:03:23 +0000 (0:00:03.966) 0:02:42.221 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:03:23 +0000 (0:00:00.046) 0:02:42.267 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:03:23 +0000 (0:00:00.032) 0:02:42.300 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme0n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f602e6b6-3187-49ef-944c-a869f8100529", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme0n1p1", "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/nvme2n1p1", "name": "luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "password": "-", "state": "absent" }, { "backing_device": "/dev/nvme0n1p1", "name": "luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "password": "-", "state": "absent" }, { "backing_device": "/dev/nvme1n1p1", "name": "luks-f602e6b6-3187-49ef-944c-a869f8100529", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:03:23 +0000 (0:00:00.054) 0:02:42.355 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:03:23 +0000 (0:00:00.049) 0:02:42.404 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:03:23 +0000 (0:00:00.051) 0:02:42.456 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:03:23 +0000 (0:00:00.087) 0:02:42.543 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:03:23 +0000 (0:00:00.039) 0:02:42.583 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:03:23 +0000 (0:00:00.054) 0:02:42.638 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:03:23 +0000 (0:00:00.037) 0:02:42.675 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657123385.872387, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "81c7bf4c7d445ebe6da1b952022cb0d97dec0822", "ctime": 1657123383.446387, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4240687, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1657123383.445387, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 177, "uid": 0, "version": "502949565", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:03:24 +0000 (0:00:00.406) 0:02:43.082 ******** changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme2n1p1', 'name': 'luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme2n1p1", "name": "luks-c00e36b2-3077-4a0f-98c9-b1591c6a69b9", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme0n1p1', 'name': 'luks-36a6220a-44cc-4f18-b867-febfab37bfe3', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme0n1p1", "name": "luks-36a6220a-44cc-4f18-b867-febfab37bfe3", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme1n1p1', 'name': 'luks-f602e6b6-3187-49ef-944c-a869f8100529', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme1n1p1", "name": "luks-f602e6b6-3187-49ef-944c-a869f8100529", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:03:25 +0000 (0:00:01.140) 0:02:44.223 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [Save UUID of the created volume group] *********************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:211 Wednesday 06 July 2022 16:03:26 +0000 (0:00:01.163) 0:02:45.387 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.033572", "end": "2022-07-06 12:03:26.216326", "rc": 0, "start": "2022-07-06 12:03:26.182754" } STDOUT: BO1jd6-33XV-j4UW-TrCc-TLJ9-HD7B-tlBuqv TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:215 Wednesday 06 July 2022 16:03:26 +0000 (0:00:00.470) 0:02:45.857 ******** included: /tmp/tmpnhy4yzav/tests/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:1 Wednesday 06 July 2022 16:03:26 +0000 (0:00:00.087) 0:02:45.945 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "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/tmpnhy4yzav/tests/verify-role-results.yml:6 Wednesday 06 July 2022 16:03:26 +0000 (0:00:00.062) 0:02:46.008 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14 Wednesday 06 July 2022 16:03:26 +0000 (0:00:00.046) 0:02:46.054 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/mapper/foo-test": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test", "size": "20M", "type": "lvm", "uuid": "74101263-48aa-4b70-b205-fc43dd66cc11" }, "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "sEc2ue-JXfr-mHil-ajp3-Fub5-4DJP-mmTDYe" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-16-00-26-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 Wednesday 06 July 2022 16:03:27 +0000 (0:00:00.410) 0:02:46.465 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002982", "end": "2022-07-06 12:03:27.227911", "rc": 0, "start": "2022-07-06 12:03:27.224929" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 Wednesday 06 July 2022 16:03:27 +0000 (0:00:00.398) 0:02:46.864 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004293", "end": "2022-07-06 12:03:28.667281", "failed_when_result": false, "rc": 0, "start": "2022-07-06 12:03:27.662988" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:33 Wednesday 06 July 2022 16:03:29 +0000 (0:00:01.442) 0:02:48.307 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'name': 'test', 'raid_level': None, 'size': '20m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:5 Wednesday 06 July 2022 16:03:29 +0000 (0:00:00.078) 0:02:48.385 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:18 Wednesday 06 July 2022 16:03:29 +0000 (0:00:00.050) 0:02:48.435 ******** included: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:1 Wednesday 06 July 2022 16:03:29 +0000 (0:00:00.071) 0:02:48.506 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/nvme0n1p1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:10 Wednesday 06 July 2022 16:03:29 +0000 (0:00:00.066) 0:02:48.573 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme0n1p1", "pv": "/dev/nvme0n1p1" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:19 Wednesday 06 July 2022 16:03:29 +0000 (0:00:00.447) 0:02:49.021 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:23 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.065) 0:02:49.086 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/nvme0n1p1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:27 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.069) 0:02:49.156 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:34 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.065) 0:02:49.222 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:38 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.052) 0:02:49.274 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:42 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.064) 0:02:49.339 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:46 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.041) 0:02:49.380 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme0n1p1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:56 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.054) 0:02:49.435 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:6 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.063) 0:02:49.498 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:12 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.037) 0:02:49.535 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:16 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.036) 0:02:49.571 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:20 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.035) 0:02:49.607 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:24 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.035) 0:02:49.643 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:30 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.035) 0:02:49.678 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:36 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.034) 0:02:49.713 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:44 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.078) 0:02:49.791 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpnhy4yzav/tests/test-verify-pool-members.yml:59 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.045) 0:02:49.837 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.069) 0:02:49.906 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-lvmraid.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'name': 'test', 'raid_level': None, 'size': '20m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about LVM RAID] ****************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-lvmraid.yml:3 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.068) 0:02:49.974 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is LVM RAID] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-lvmraid.yml:8 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.039) 0:02:50.014 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-lvmraid.yml:12 Wednesday 06 July 2022 16:03:30 +0000 (0:00:00.036) 0:02:50.050 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:62 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.036) 0:02:50.087 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.069) 0:02:50.156 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'name': 'test', 'raid_level': None, 'size': '20m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml:3 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.069) 0:02:50.226 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml:8 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.035) 0:02:50.262 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml:13 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.035) 0:02:50.297 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml:17 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.034) 0:02:50.332 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check member encryption] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:65 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.033) 0:02:50.365 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.111) 0:02:50.476 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.063) 0:02:50.540 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "_storage_test_pool_member_path": "/dev/nvme0n1p1", "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.040) 0:02:50.581 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme0n1p1) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.066) 0:02:50.647 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.060) 0:02:50.708 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:11 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.070) 0:02:50.779 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:17 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.050) 0:02:50.829 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:23 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.047) 0:02:50.877 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.046) 0:02:50.924 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.046) 0:02:50.970 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:68 Wednesday 06 July 2022 16:03:31 +0000 (0:00:00.043) 0:02:51.013 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.069) 0:02:51.082 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'name': 'test', 'raid_level': None, 'size': '20m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [get information about VDO deduplication] ********************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:3 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.126) 0:02:51.209 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:8 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.040) 0:02:51.249 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert] ****************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:11 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.038) 0:02:51.288 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert] ****************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:16 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.038) 0:02:51.326 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:21 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.037) 0:02:51.364 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert] ****************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:24 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.035) 0:02:51.399 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert] ****************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:29 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.037) 0:02:51.437 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:39 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.037) 0:02:51.475 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:71 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.051) 0:02:51.527 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.051) 0:02:51.579 ******** [WARNING]: The loop variable 'storage_test_volume' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'name': 'test', 'raid_level': None, 'size': '20m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:2 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.071) 0:02:51.651 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:10 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.064) 0:02:51.715 ******** included: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml for /cache/centos-9.qcow2.snap => (item=mount) included: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml for /cache/centos-9.qcow2.snap => (item=fstab) included: /tmp/tmpnhy4yzav/tests/test-verify-volume-fs.yml for /cache/centos-9.qcow2.snap => (item=fs) included: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml for /cache/centos-9.qcow2.snap => (item=device) included: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml for /cache/centos-9.qcow2.snap => (item=encryption) included: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml for /cache/centos-9.qcow2.snap => (item=md) included: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml for /cache/centos-9.qcow2.snap => (item=size) included: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml for /cache/centos-9.qcow2.snap => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:6 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.114) 0:02:51.830 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:14 Wednesday 06 July 2022 16:03:32 +0000 (0:00:00.172) 0:02:52.002 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Verify the current mount state by device] ******************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:28 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.077) 0:02:52.079 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:37 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.035) 0:02:52.115 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Verify the mount fs type] ************************************************ task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:45 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.058) 0:02:52.174 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [command] ***************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:54 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.048) 0:02:52.222 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:58 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.040) 0:02:52.263 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:63 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.038) 0:02:52.301 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:75 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.038) 0:02:52.340 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": 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/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:2 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.050) 0:02:52.390 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:25 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.067) 0:02:52.458 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:32 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.063) 0:02:52.521 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:39 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.065) 0:02:52.586 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:49 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.051) 0:02:52.637 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-volume-fs.yml:4 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.046) 0:02:52.684 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fs.yml:10 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.063) 0:02:52.748 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:4 Wednesday 06 July 2022 16:03:33 +0000 (0:00:00.153) 0:02:52.902 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657123402.507387, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1657123402.507387, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2826, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1657123402.507387, "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/tmpnhy4yzav/tests/test-verify-volume-device.yml:10 Wednesday 06 July 2022 16:03:34 +0000 (0:00:00.407) 0:02:53.309 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:18 Wednesday 06 July 2022 16:03:34 +0000 (0:00:00.052) 0:02:53.362 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [(1/2) Process volume type (set initial value)] *************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:24 Wednesday 06 July 2022 16:03:34 +0000 (0:00:00.054) 0:02:53.416 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [(2/2) Process volume type (get RAID value)] ****************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:28 Wednesday 06 July 2022 16:03:34 +0000 (0:00:00.050) 0:02:53.466 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:33 Wednesday 06 July 2022 16:03:34 +0000 (0:00:00.039) 0:02:53.506 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:3 Wednesday 06 July 2022 16:03:34 +0000 (0:00:00.057) 0:02:53.564 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:10 Wednesday 06 July 2022 16:03:34 +0000 (0:00:00.043) 0:02:53.608 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:15 Wednesday 06 July 2022 16:03:35 +0000 (0:00:00.897) 0:02:54.505 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:21 Wednesday 06 July 2022 16:03:35 +0000 (0:00:00.042) 0:02:54.548 ******** skipping: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:30 Wednesday 06 July 2022 16:03:35 +0000 (0:00:00.038) 0:02:54.586 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:38 Wednesday 06 July 2022 16:03:35 +0000 (0:00:00.193) 0:02:54.779 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:44 Wednesday 06 July 2022 16:03:35 +0000 (0:00:00.040) 0:02:54.820 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:49 Wednesday 06 July 2022 16:03:35 +0000 (0:00:00.036) 0:02:54.856 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:55 Wednesday 06 July 2022 16:03:35 +0000 (0:00:00.036) 0:02:54.893 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:61 Wednesday 06 July 2022 16:03:35 +0000 (0:00:00.035) 0:02:54.928 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:67 Wednesday 06 July 2022 16:03:35 +0000 (0:00:00.034) 0:02:54.963 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:74 Wednesday 06 July 2022 16:03:35 +0000 (0:00:00.061) 0:02:55.024 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:79 Wednesday 06 July 2022 16:03:36 +0000 (0:00:00.062) 0:02:55.087 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:85 Wednesday 06 July 2022 16:03:36 +0000 (0:00:00.051) 0:02:55.139 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:91 Wednesday 06 July 2022 16:03:36 +0000 (0:00:00.051) 0:02:55.190 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:97 Wednesday 06 July 2022 16:03:36 +0000 (0:00:00.056) 0:02:55.247 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-volume-md.yml:7 Wednesday 06 July 2022 16:03:36 +0000 (0:00:00.047) 0:02:55.294 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:13 Wednesday 06 July 2022 16:03:36 +0000 (0:00:00.047) 0:02:55.342 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:17 Wednesday 06 July 2022 16:03:36 +0000 (0:00:00.051) 0:02:55.393 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:21 Wednesday 06 July 2022 16:03:36 +0000 (0:00:00.052) 0:02:55.445 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:25 Wednesday 06 July 2022 16:03:36 +0000 (0:00:00.050) 0:02:55.495 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:31 Wednesday 06 July 2022 16:03:36 +0000 (0:00:00.102) 0:02:55.598 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:37 Wednesday 06 July 2022 16:03:36 +0000 (0:00:00.049) 0:02:55.647 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the actual size of the volume] ************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:3 Wednesday 06 July 2022 16:03:36 +0000 (0:00:00.047) 0:02:55.695 ******** ok: [/cache/centos-9.qcow2.snap] => { "bytes": 20971520, "changed": false, "lvm": "20m", "parted": "20MiB", "size": "20 MiB" } TASK [parse the requested size of the volume] ********************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:9 Wednesday 06 July 2022 16:03:37 +0000 (0:00:00.496) 0:02:56.192 ******** ok: [/cache/centos-9.qcow2.snap] => { "bytes": 20971520, "changed": false, "lvm": "20m", "parted": "20MiB", "size": "20 MiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:15 Wednesday 06 July 2022 16:03:37 +0000 (0:00:00.412) 0:02:56.604 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_expected_size": "20971520" }, "changed": false } TASK [debug] ******************************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:20 Wednesday 06 July 2022 16:03:37 +0000 (0:00:00.062) 0:02:56.667 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_test_expected_size": "20971520" } TASK [debug] ******************************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:25 Wednesday 06 July 2022 16:03:37 +0000 (0:00:00.055) 0:02:56.722 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [debug] ******************************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:28 Wednesday 06 July 2022 16:03:37 +0000 (0:00:00.050) 0:02:56.772 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Get the size of parent/pool device] ************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:31 Wednesday 06 July 2022 16:03:37 +0000 (0:00:00.051) 0:02:56.824 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:36 Wednesday 06 July 2022 16:03:37 +0000 (0:00:00.051) 0:02:56.875 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:39 Wednesday 06 July 2022 16:03:37 +0000 (0:00:00.055) 0:02:56.931 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:44 Wednesday 06 July 2022 16:03:37 +0000 (0:00:00.051) 0:02:56.983 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_test_actual_size": { "bytes": 20971520, "changed": false, "failed": false, "lvm": "20m", "parted": "20MiB", "size": "20 MiB" } } TASK [debug] ******************************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:47 Wednesday 06 July 2022 16:03:38 +0000 (0:00:00.175) 0:02:57.159 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_test_expected_size": "20971520" } TASK [assert] ****************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:50 Wednesday 06 July 2022 16:03:38 +0000 (0:00:00.046) 0:02:57.205 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:6 Wednesday 06 July 2022 16:03:38 +0000 (0:00:00.067) 0:02:57.272 ******** ok: [/cache/centos-9.qcow2.snap] => { "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.042572", "end": "2022-07-06 12:03:38.079200", "rc": 0, "start": "2022-07-06 12:03:38.036628" } STDOUT: LVM2_LV_NAME=test LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:14 Wednesday 06 July 2022 16:03:38 +0000 (0:00:00.446) 0:02:57.719 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [check segment type] ****************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:17 Wednesday 06 July 2022 16:03:38 +0000 (0:00:00.062) 0:02:57.781 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:22 Wednesday 06 July 2022 16:03:38 +0000 (0:00:00.066) 0:02:57.848 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the requested cache size] ****************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:26 Wednesday 06 July 2022 16:03:38 +0000 (0:00:00.052) 0:02:57.901 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:32 Wednesday 06 July 2022 16:03:38 +0000 (0:00:00.053) 0:02:57.954 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:36 Wednesday 06 July 2022 16:03:38 +0000 (0:00:00.052) 0:02:58.007 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:16 Wednesday 06 July 2022 16:03:38 +0000 (0:00:00.051) 0:02:58.058 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40 Wednesday 06 July 2022 16:03:39 +0000 (0:00:00.050) 0:02:58.109 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:47 Wednesday 06 July 2022 16:03:39 +0000 (0:00:00.046) 0:02:58.155 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57 Wednesday 06 July 2022 16:03:39 +0000 (0:00:00.032) 0:02:58.187 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Add a second PV to the VG] *********************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:217 Wednesday 06 July 2022 16:03:39 +0000 (0:00:00.046) 0:02:58.233 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:03:39 +0000 (0:00:00.155) 0:02:58.389 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:03:39 +0000 (0:00:00.058) 0:02:58.448 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:03:39 +0000 (0:00:00.545) 0:02:58.993 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.096) 0:02:59.089 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.049) 0:02:59.139 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.045) 0:02:59.184 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.076) 0:02:59.260 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.034) 0:02:59.295 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.037) 0:02:59.332 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1" ], "name": "foo", "volumes": [ { "name": "test", "size": "20m" } ] } ] } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.153) 0:02:59.486 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.046) 0:02:59.532 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.035) 0:02:59.568 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.035) 0:02:59.603 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.039) 0:02:59.642 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.039) 0:02:59.682 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.074) 0:02:59.756 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:03:40 +0000 (0:00:00.033) 0:02:59.790 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/nvme1n1p1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/mapper/foo-test", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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": [ "nvme0n1", "nvme1n1" ], "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_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:03:43 +0000 (0:00:02.412) 0:03:02.202 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:03:43 +0000 (0:00:00.048) 0:03:02.251 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:03:43 +0000 (0:00:00.033) 0:03:02.285 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/nvme1n1p1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/mapper/foo-test", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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": [ "nvme0n1", "nvme1n1" ], "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_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:03:43 +0000 (0:00:00.054) 0:03:02.339 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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": [ "nvme0n1", "nvme1n1" ], "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_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:03:43 +0000 (0:00:00.052) 0:03:02.392 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:03:43 +0000 (0:00:00.046) 0:03:02.438 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:03:43 +0000 (0:00:00.046) 0:03:02.485 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:03:43 +0000 (0:00:00.035) 0:03:02.520 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:03:43 +0000 (0:00:00.045) 0:03:02.566 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:03:43 +0000 (0:00:00.037) 0:03:02.604 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657123407.664387, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1657123404.581387, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 20988986, "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": 1657123404.5803869, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4155324558", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:03:43 +0000 (0:00:00.415) 0:03:03.019 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:03:43 +0000 (0:00:00.033) 0:03:03.053 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:228 Wednesday 06 July 2022 16:03:45 +0000 (0:00:01.049) 0:03:04.102 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.032821", "end": "2022-07-06 12:03:44.892587", "rc": 0, "start": "2022-07-06 12:03:44.859766" } STDOUT: BO1jd6-33XV-j4UW-TrCc-TLJ9-HD7B-tlBuqv TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:232 Wednesday 06 July 2022 16:03:45 +0000 (0:00:00.430) 0:03:04.533 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV from the VG] ***************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:236 Wednesday 06 July 2022 16:03:45 +0000 (0:00:00.047) 0:03:04.581 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:03:45 +0000 (0:00:00.128) 0:03:04.709 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:03:45 +0000 (0:00:00.058) 0:03:04.768 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.606) 0:03:05.374 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.096) 0:03:05.470 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.047) 0:03:05.518 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.045) 0:03:05.564 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.068) 0:03:05.632 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.032) 0:03:05.664 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.038) 0:03:05.703 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme1n1" ], "name": "foo", "volumes": [ { "name": "test", "size": "20m" } ] } ] } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.052) 0:03:05.756 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.056) 0:03:05.812 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.040) 0:03:05.852 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.036) 0:03:05.889 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.039) 0:03:05.928 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:03:46 +0000 (0:00:00.094) 0:03:06.023 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:03:47 +0000 (0:00:00.074) 0:03:06.097 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:03:47 +0000 (0:00:00.034) 0:03:06.132 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/nvme0n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme0n1p1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme0n1", "/dev/mapper/foo-test", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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": [ "nvme1n1" ], "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_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:03:50 +0000 (0:00:03.337) 0:03:09.470 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:03:50 +0000 (0:00:00.051) 0:03:09.521 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:03:50 +0000 (0:00:00.036) 0:03:09.558 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/nvme0n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme0n1p1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme0n1", "/dev/mapper/foo-test", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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": [ "nvme1n1" ], "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_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:03:50 +0000 (0:00:00.058) 0:03:09.616 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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": [ "nvme1n1" ], "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_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:03:50 +0000 (0:00:00.098) 0:03:09.715 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:03:50 +0000 (0:00:00.053) 0:03:09.768 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:03:50 +0000 (0:00:00.049) 0:03:09.817 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:03:50 +0000 (0:00:00.036) 0:03:09.854 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:03:50 +0000 (0:00:00.049) 0:03:09.903 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:03:50 +0000 (0:00:00.037) 0:03:09.941 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657123407.664387, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1657123404.581387, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 20988986, "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": 1657123404.5803869, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4155324558", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:03:51 +0000 (0:00:00.407) 0:03:10.348 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:03:51 +0000 (0:00:00.036) 0:03:10.385 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:247 Wednesday 06 July 2022 16:03:52 +0000 (0:00:01.037) 0:03:11.422 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.041750", "end": "2022-07-06 12:03:52.214500", "rc": 0, "start": "2022-07-06 12:03:52.172750" } STDOUT: BO1jd6-33XV-j4UW-TrCc-TLJ9-HD7B-tlBuqv TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:251 Wednesday 06 July 2022 16:03:52 +0000 (0:00:00.438) 0:03:11.860 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:255 Wednesday 06 July 2022 16:03:52 +0000 (0:00:00.048) 0:03:11.909 ******** TASK [linux-system-roles.storage : set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 06 July 2022 16:03:52 +0000 (0:00:00.122) 0:03:12.031 ******** included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 16:03:53 +0000 (0:00:00.056) 0:03:12.088 ******** ok: [/cache/centos-9.qcow2.snap] TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 06 July 2022 16:03:53 +0000 (0:00:00.555) 0:03:12.643 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 06 July 2022 16:03:53 +0000 (0:00:00.091) 0:03:12.735 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 06 July 2022 16:03:53 +0000 (0:00:00.044) 0:03:12.780 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : include the appropriate provider tasks] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 06 July 2022 16:03:53 +0000 (0:00:00.136) 0:03:12.916 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 16:03:53 +0000 (0:00:00.077) 0:03:12.993 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure blivet is available] ************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 16:03:53 +0000 (0:00:00.036) 0:03:13.029 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : show storage_pools] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14 Wednesday 06 July 2022 16:03:54 +0000 (0:00:00.039) 0:03:13.069 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "name": "foo", "state": "absent" } ] } TASK [linux-system-roles.storage : show storage_volumes] *********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19 Wednesday 06 July 2022 16:03:54 +0000 (0:00:00.059) 0:03:13.128 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : get required packages] ********************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 Wednesday 06 July 2022 16:03:54 +0000 (0:00:00.048) 0:03:13.177 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : enable copr repositories if needed] ********* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37 Wednesday 06 July 2022 16:03:54 +0000 (0:00:00.035) 0:03:13.213 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : make sure required packages are installed] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 Wednesday 06 July 2022 16:03:54 +0000 (0:00:00.036) 0:03:13.249 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : get service facts] ************************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Wednesday 06 July 2022 16:03:54 +0000 (0:00:00.038) 0:03:13.288 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 16:03:54 +0000 (0:00:00.035) 0:03:13.323 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71 Wednesday 06 July 2022 16:03:54 +0000 (0:00:00.069) 0:03:13.393 ******** TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 Wednesday 06 July 2022 16:03:54 +0000 (0:00:00.033) 0:03:13.427 ******** changed: [/cache/centos-9.qcow2.snap] => { "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/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme0n1", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91 Wednesday 06 July 2022 16:03:56 +0000 (0:00:02.161) 0:03:15.588 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103 Wednesday 06 July 2022 16:03:56 +0000 (0:00:00.051) 0:03:15.639 ******** TASK [linux-system-roles.storage : show blivet_output] ************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109 Wednesday 06 July 2022 16:03:56 +0000 (0:00:00.033) 0:03:15.673 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme0n1", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114 Wednesday 06 July 2022 16:03:56 +0000 (0:00:00.047) 0:03:15.720 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [linux-system-roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118 Wednesday 06 July 2022 16:03:56 +0000 (0:00:00.051) 0:03:15.772 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : remove obsolete mounts] ********************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134 Wednesday 06 July 2022 16:03:56 +0000 (0:00:00.049) 0:03:15.821 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 Wednesday 06 July 2022 16:03:56 +0000 (0:00:00.049) 0:03:15.870 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : set up new/current mounts] ****************** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151 Wednesday 06 July 2022 16:03:56 +0000 (0:00:00.035) 0:03:15.906 ******** TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163 Wednesday 06 July 2022 16:03:56 +0000 (0:00:00.045) 0:03:15.951 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171 Wednesday 06 July 2022 16:03:56 +0000 (0:00:00.034) 0:03:15.985 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657123407.664387, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1657123404.581387, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 20988986, "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": 1657123404.5803869, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4155324558", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] *** task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176 Wednesday 06 July 2022 16:03:57 +0000 (0:00:00.430) 0:03:16.416 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 Wednesday 06 July 2022 16:03:57 +0000 (0:00:00.037) 0:03:16.453 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/tests_lvm_pool_members.yml:264 Wednesday 06 July 2022 16:03:58 +0000 (0:00:00.992) 0:03:17.446 ******** included: /tmp/tmpnhy4yzav/tests/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:1 Wednesday 06 July 2022 16:03:58 +0000 (0:00:00.090) 0:03:17.537 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6 Wednesday 06 July 2022 16:03:58 +0000 (0:00:00.062) 0:03:17.599 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14 Wednesday 06 July 2022 16:03:58 +0000 (0:00:00.045) 0:03:17.645 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-16-00-26-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 Wednesday 06 July 2022 16:03:59 +0000 (0:00:00.437) 0:03:18.083 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004138", "end": "2022-07-06 12:03:59.826356", "rc": 0, "start": "2022-07-06 12:03:58.822218" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 Wednesday 06 July 2022 16:04:00 +0000 (0:00:01.383) 0:03:19.466 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004364", "end": "2022-07-06 12:04:01.208914", "failed_when_result": false, "rc": 0, "start": "2022-07-06 12:04:00.204550" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:33 Wednesday 06 July 2022 16:04:01 +0000 (0:00:01.382) 0:03:20.849 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1', 'nvme1n1', 'nvme2n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'absent', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:5 Wednesday 06 July 2022 16:04:01 +0000 (0:00:00.084) 0:03:20.933 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:18 Wednesday 06 July 2022 16:04:01 +0000 (0:00:00.047) 0:03:20.981 ******** included: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:1 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.101) 0:03:21.083 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-pool-members.yml:10 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.068) 0:03:21.151 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:19 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.036) 0:03:21.187 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:23 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.063) 0:03:21.251 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:27 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.062) 0:03:21.314 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:34 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.066) 0:03:21.380 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:38 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.050) 0:03:21.431 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:42 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.066) 0:03:21.498 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:46 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.041) 0:03:21.540 ******** TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:56 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.035) 0:03:21.575 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:6 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.064) 0:03:21.639 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:12 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.035) 0:03:21.674 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:16 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.036) 0:03:21.711 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:20 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.036) 0:03:21.747 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:24 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.036) 0:03:21.783 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:30 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.084) 0:03:21.868 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:36 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.037) 0:03:21.905 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:44 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.035) 0:03:21.941 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpnhy4yzav/tests/test-verify-pool-members.yml:59 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.046) 0:03:21.987 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 16:04:02 +0000 (0:00:00.065) 0:03:22.053 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:62 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.033) 0:03:22.086 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.065) 0:03:22.152 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:65 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.033) 0:03:22.185 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.066) 0:03:22.252 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.060) 0:03:22.313 ******** TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.032) 0:03:22.345 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.031) 0:03:22.376 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:68 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.044) 0:03:22.421 ******** included: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.105) 0:03:22.526 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:71 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.033) 0:03:22.560 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpnhy4yzav/tests/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.055) 0:03:22.615 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.033) 0:03:22.649 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:47 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.047) 0:03:22.696 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.032) 0:03:22.729 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=620 changed=30 unreachable=0 failed=0 skipped=407 rescued=0 ignored=0 Wednesday 06 July 2022 16:04:03 +0000 (0:00:00.073) 0:03:22.802 ******** =============================================================================== linux-system-roles.storage : manage the pools and volumes to match the specified state -- 28.14s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 linux-system-roles.storage : manage the pools and volumes to match the specified state -- 19.55s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 linux-system-roles.storage : manage the pools and volumes to match the specified state --- 3.97s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 linux-system-roles.storage : manage the pools and volumes to match the specified state --- 3.34s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 linux-system-roles.storage : manage the pools and volumes to match the specified state --- 3.18s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 linux-system-roles.storage : manage the pools and volumes to match the specified state --- 2.79s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 linux-system-roles.storage : manage the pools and volumes to match the specified state --- 2.76s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 linux-system-roles.storage : manage the pools and volumes to match the specified state --- 2.62s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 linux-system-roles.storage : manage the pools and volumes to match the specified state --- 2.41s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 linux-system-roles.storage : manage the pools and volumes to match the specified state --- 2.29s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 linux-system-roles.storage : manage the pools and volumes to match the specified state --- 2.16s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 linux-system-roles.storage : manage the pools and volumes to match the specified state --- 2.02s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 linux-system-roles.storage : get service facts -------------------------- 1.80s /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 Find unused disks in the system ----------------------------------------- 1.58s /tmp/tmpnhy4yzav/tests/get_unused_disk.yml:2 ---------------------------------- Read the /etc/crypttab file --------------------------------------------- 1.44s /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 ----------------------------- Read the /etc/fstab file for volume existence --------------------------- 1.42s /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 ----------------------------- Read the /etc/crypttab file --------------------------------------------- 1.42s /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 ----------------------------- Read the /etc/fstab file for volume existence --------------------------- 1.40s /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 ----------------------------- Read the /etc/fstab file for volume existence --------------------------- 1.38s /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 ----------------------------- Read the /etc/crypttab file --------------------------------------------- 1.38s /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 ----------------------------- ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmpq6mp_rlx executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_lvm_pool_members_nvme_generated.yml **************************** 2 plays in /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members_nvme_generated.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members_nvme_generated.yml:3 Wednesday 06 July 2022 19:28:22 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [set disk interface for test] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members_nvme_generated.yml:7 Wednesday 06 July 2022 19:28:24 +0000 (0:00:01.344) 0:00:01.357 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_use_interface": "nvme" }, "changed": false } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:2 Wednesday 06 July 2022 19:28:24 +0000 (0:00:00.050) 0:00:01.408 ******** ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [include_role : fedora.linux_system_roles.storage] ************************ task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:13 Wednesday 06 July 2022 19:28:25 +0000 (0:00:00.944) 0:00:02.352 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:28:25 +0000 (0:00:00.043) 0:00:02.395 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:28:25 +0000 (0:00:00.029) 0:00:02.425 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:28:25 +0000 (0:00:00.519) 0:00:02.945 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:28:25 +0000 (0:00:00.069) 0:00:03.014 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:28:25 +0000 (0:00:00.034) 0:00:03.049 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:28:25 +0000 (0:00:00.031) 0:00:03.081 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:28:25 +0000 (0:00:00.056) 0:00:03.138 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:28:25 +0000 (0:00:00.021) 0:00:03.159 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:28:27 +0000 (0:00:01.349) 0:00:04.509 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:28:27 +0000 (0:00:00.064) 0:00:04.573 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:28:27 +0000 (0:00:00.074) 0:00:04.648 ******** ok: [/cache/centos-9.qcow2.snap] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:28:28 +0000 (0:00:00.933) 0:00:05.582 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : check if the COPR support packages should be installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Wednesday 06 July 2022 19:28:28 +0000 (0:00:00.045) 0:00:05.628 ******** TASK [fedora.linux_system_roles.storage : make sure COPR support packages are present] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Wednesday 06 July 2022 19:28:28 +0000 (0:00:00.036) 0:00:05.664 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable COPRs] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:18 Wednesday 06 July 2022 19:28:28 +0000 (0:00:00.036) 0:00:05.701 ******** TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:28:28 +0000 (0:00:00.032) 0:00:05.734 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:28:29 +0000 (0:00:00.833) 0:00:06.568 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.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-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" }, "cockpit-motd.service": { "name": "cockpit-motd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-http.service": { "name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-https-factory@.service": { "name": "cockpit-wsinstance-https-factory@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit-wsinstance-https@.service": { "name": "cockpit-wsinstance-https@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit.service": { "name": "cockpit.service", "source": "systemd", "state": "inactive", "status": "static" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "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.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "packagekit-offline-update.service": { "name": "packagekit-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "packagekit.service": { "name": "packagekit.service", "source": "systemd", "state": "inactive", "status": "static" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "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" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "inactive", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-fsck@dev-vdb1.service": { "name": "systemd-fsck@dev-vdb1.service", "source": "systemd", "state": "stopped", "status": "active" }, "systemd-fsck@dev-vdc1.service": { "name": "systemd-fsck@dev-vdc1.service", "source": "systemd", "state": "stopped", "status": "active" }, "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": "running", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:28:31 +0000 (0:00:01.766) 0:00:08.334 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:28:31 +0000 (0:00:00.058) 0:00:08.393 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:28:31 +0000 (0:00:00.024) 0:00:08.417 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:28:31 +0000 (0:00:00.541) 0:00:08.959 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:28:31 +0000 (0:00:00.038) 0:00:08.997 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:28:31 +0000 (0:00:00.021) 0:00:09.019 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:28:31 +0000 (0:00:00.036) 0:00:09.055 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:28:31 +0000 (0:00:00.037) 0:00:09.092 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:28:31 +0000 (0:00:00.036) 0:00:09.129 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:28:31 +0000 (0:00:00.035) 0:00:09.165 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:28:31 +0000 (0:00:00.024) 0:00:09.189 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:28:31 +0000 (0:00:00.038) 0:00:09.228 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:28:31 +0000 (0:00:00.024) 0:00:09.252 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:28:32 +0000 (0:00:00.544) 0:00:09.797 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:28:32 +0000 (0:00:00.025) 0:00:09.822 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:16 Wednesday 06 July 2022 19:28:33 +0000 (0:00:01.030) 0:00:10.852 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:23 Wednesday 06 July 2022 19:28:33 +0000 (0:00:00.033) 0:00:10.885 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el9", "source": "rpm", "version": "1.39.5" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el9", "source": "rpm", "version": "1.39.5" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "1.el9", "source": "rpm", "version": "1.39.5" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el9", "source": "rpm", "version": "1.39.5" } ], "PackageKit": [ { "arch": "x86_64", "epoch": null, "name": "PackageKit", "release": "2.el9", "source": "rpm", "version": "1.2.4" } ], "PackageKit-glib": [ { "arch": "x86_64", "epoch": null, "name": "PackageKit-glib", "release": "2.el9", "source": "rpm", "version": "1.2.4" } ], "abattis-cantarell-fonts": [ { "arch": "noarch", "epoch": null, "name": "abattis-cantarell-fonts", "release": "4.el9", "source": "rpm", "version": "0.301" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "3.el9", "source": "rpm", "version": "2.3.1" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "2.el9", "source": "rpm", "version": "1.20" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "102.el9", "source": "rpm", "version": "3.0.7" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "102.el9", "source": "rpm", "version": "3.0.7" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.el9", "source": "rpm", "version": "1.2.5" } ], "authselect-compat": [ { "arch": "x86_64", "epoch": null, "name": "authselect-compat", "release": "1.el9", "source": "rpm", "version": "1.2.5" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.el9", "source": "rpm", "version": "1.2.5" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "13.el9", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "4.el9", "source": "rpm", "version": "5.1.8" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "15.el9", "source": "rpm", "version": "3.4.0" } ], "bzip2": [ { "arch": "x86_64", "epoch": null, "name": "bzip2", "release": "8.el9", "source": "rpm", "version": "1.0.8" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "8.el9", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "5.el9", "source": "rpm", "version": "1.17.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "94.el9", "source": "rpm", "version": "2020.2.50" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "12.el9", "source": "rpm", "version": "9.0" } ], "centos-logos": [ { "arch": "x86_64", "epoch": null, "name": "centos-logos", "release": "1.el9", "source": "rpm", "version": "90.4" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "12.el9", "source": "rpm", "version": "9.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "12.el9", "source": "rpm", "version": "9.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el9", "source": "rpm", "version": "4.2" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "1.el9", "source": "rpm", "version": "22.1" } ], "cloud-utils-growpart": [ { "arch": "x86_64", "epoch": null, "name": "cloud-utils-growpart", "release": "10.el9", "source": "rpm", "version": "0.31" } ], "cockpit-bridge": [ { "arch": "x86_64", "epoch": null, "name": "cockpit-bridge", "release": "1.el9", "source": "rpm", "version": "269" } ], "cockpit-system": [ { "arch": "noarch", "epoch": null, "name": "cockpit-system", "release": "1.el9", "source": "rpm", "version": "269" } ], "cockpit-ws": [ { "arch": "x86_64", "epoch": null, "name": "cockpit-ws", "release": "1.el9", "source": "rpm", "version": "269" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "31.el9", "source": "rpm", "version": "8.32" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "31.el9", "source": "rpm", "version": "8.32" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "16.el9", "source": "rpm", "version": "2.13" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "27.el9", "source": "rpm", "version": "2.9.6" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "7.el9", "source": "rpm", "version": "1.5.7" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "7.el9", "source": "rpm", "version": "1.5.7" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "26.20190603git.el9", "source": "rpm", "version": "1.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitb2323a1.el9", "source": "rpm", "version": "20220427" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitb2323a1.el9", "source": "rpm", "version": "20220427" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "4.el9", "source": "rpm", "version": "2.4.3" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "4.el9", "source": "rpm", "version": "2.4.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "18.el9", "source": "rpm", "version": "7.76.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "20.el9", "source": "rpm", "version": "2.1.27" } ], "daxctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "daxctl-libs", "release": "7.el9", "source": "rpm", "version": "71.1" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "5.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "5.el9", "source": "rpm", "version": "28" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "5.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "5.el9", "source": "rpm", "version": "1.12.20" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-tools", "release": "5.el9", "source": "rpm", "version": "1.12.20" } ], "dejavu-sans-fonts": [ { "arch": "noarch", "epoch": null, "name": "dejavu-sans-fonts", "release": "18.el9", "source": "rpm", "version": "2.37" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper", "release": "4.el9", "source": "rpm", "version": "1.02.183" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event", "release": "4.el9", "source": "rpm", "version": "1.02.183" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-event-libs", "release": "4.el9", "source": "rpm", "version": "1.02.183" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 9, "name": "device-mapper-libs", "release": "4.el9", "source": "rpm", "version": "1.02.183" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "9.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "9.el9", "source": "rpm", "version": "0.8.7" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "13.el9", "source": "rpm", "version": "0.9.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "15.b1.el9", "source": "rpm", "version": "4.4.2" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "15.b1.el9", "source": "rpm", "version": "4.4.2" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "12.el9", "source": "rpm", "version": "3.7" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "2.el9", "source": "rpm", "version": "4.12.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.el9", "source": "rpm", "version": "4.12.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.el9", "source": "rpm", "version": "4.1.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "10.git20210824.el9", "source": "rpm", "version": "055" } ], "dracut-config-generic": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-generic", "release": "10.git20210824.el9", "source": "rpm", "version": "055" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "10.git20210824.el9", "source": "rpm", "version": "055" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "10.git20210824.el9", "source": "rpm", "version": "055" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "2.el9", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "2.el9", "source": "rpm", "version": "1.46.5" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.el9", "source": "rpm", "version": "0.187" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.el9", "source": "rpm", "version": "0.187" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.el9", "source": "rpm", "version": "0.187" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "4.el9", "source": "rpm", "version": "5.10" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.el9", "source": "rpm", "version": "2.4.7" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "8.el9", "source": "rpm", "version": "5.39" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "8.el9", "source": "rpm", "version": "5.39" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "2.el9", "source": "rpm", "version": "3.16" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "5.el9", "source": "rpm", "version": "4.8.0" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "7.el9.1", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "15.el9", "source": "rpm", "version": "2.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "6.el9", "source": "rpm", "version": "5.1.0" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.el9", "source": "rpm", "version": "1.19" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.el9", "source": "rpm", "version": "1.0.7" } ], "gdk-pixbuf2": [ { "arch": "x86_64", "epoch": null, "name": "gdk-pixbuf2", "release": "2.el9", "source": "rpm", "version": "2.42.6" } ], "geolite2-city": [ { "arch": "noarch", "epoch": null, "name": "geolite2-city", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "geolite2-country": [ { "arch": "noarch", "epoch": null, "name": "geolite2-country", "release": "6.el9", "source": "rpm", "version": "20191217" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "7.el9", "source": "rpm", "version": "0.21" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "7.el9", "source": "rpm", "version": "0.21" } ], "glib-networking": [ { "arch": "x86_64", "epoch": null, "name": "glib-networking", "release": "3.el9", "source": "rpm", "version": "2.68.3" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "5.el9", "source": "rpm", "version": "2.68.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "32.el9", "source": "rpm", "version": "2.34" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "32.el9", "source": "rpm", "version": "2.34" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "32.el9", "source": "rpm", "version": "2.34" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "32.el9", "source": "rpm", "version": "2.34" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "10.el9", "source": "rpm", "version": "6.2.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.el9", "source": "rpm", "version": "2.3.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "9.el9", "source": "rpm", "version": "3.7.3" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "10.el9", "source": "rpm", "version": "1.68.0" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "5ccc5b19", "source": "rpm", "version": "8483c65d" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "5.el9", "source": "rpm", "version": "3.6" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "10.el9", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "32.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "32.el9", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "32.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "32.el9", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "32.el9", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "55.el9", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": null, "name": "gsettings-desktop-schemas", "release": "4.el9", "source": "rpm", "version": "40.0" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "4.el9", "source": "rpm", "version": "0.8.4" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "1.el9", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "6.el9", "source": "rpm", "version": "3.23" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "9.3.el9", "source": "rpm", "version": "0.348" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "4.el9", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "5.el9", "source": "rpm", "version": "49" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.el9", "source": "rpm", "version": "10.11.4" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.el9", "source": "rpm", "version": "10.11.4" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "5.el9", "source": "rpm", "version": "1.0.0" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "5.el9", "source": "rpm", "version": "5.13.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "5.el9", "source": "rpm", "version": "5.13.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "28.el9", "source": "rpm", "version": "1.8.7" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "7.el9", "source": "rpm", "version": "20210202" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "5.el9", "source": "rpm", "version": "1.8.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el9", "source": "rpm", "version": "2.14" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "11.el9", "source": "rpm", "version": "0.14" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "1.el9", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "8.el9", "source": "rpm", "version": "2.4.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "8.el9", "source": "rpm", "version": "2.4.0" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "105.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "105.el9", "source": "rpm", "version": "5.14.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "124.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "105.el9", "source": "rpm", "version": "5.14.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "124.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "105.el9", "source": "rpm", "version": "5.14.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "105.el9", "source": "rpm", "version": "5.14.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "2.el9", "source": "rpm", "version": "2.0.24" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "4.el9", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "4.el9", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "7.el9", "source": "rpm", "version": "28" } ], "kmod-kvdo": [ { "arch": "x86_64", "epoch": null, "name": "kmod-kvdo", "release": "36.el9", "source": "rpm", "version": "8.1.1.371" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "7.el9", "source": "rpm", "version": "28" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "9.el9", "source": "rpm", "version": "0.8.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "19.el9", "source": "rpm", "version": "1.19.1" } ], "langpacks-core-en_GB": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en_GB", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "langpacks-en_GB": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en_GB", "release": "16.el9", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "4.el9", "source": "rpm", "version": "575" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.el9", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "13.el9", "source": "rpm", "version": "0.3.111" } ], "libappstream-glib": [ { "arch": "x86_64", "epoch": null, "name": "libappstream-glib", "release": "4.el9", "source": "rpm", "version": "0.7.18" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "1.el9", "source": "rpm", "version": "3.5.3" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el9", "source": "rpm", "version": "2.5.5" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.el9", "source": "rpm", "version": "2.5.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.el9", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-kbd": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-kbd", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-nvdimm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvdimm", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "4.el9", "source": "rpm", "version": "0.5.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "6.el9", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "8.el9", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "7.el9", "source": "rpm", "version": "0.8.2" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "5.el9", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.el9", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "2.el9", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "18.el9", "source": "rpm", "version": "7.76.1" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "23.el9", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "53.el9", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.el9", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.el9", "source": "rpm", "version": "0.67.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "2.el9", "source": "rpm", "version": "0.4.1" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "37.20210216cvs.el9", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "4.el9", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "5.el9", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "6.el9", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "3.el9", "source": "rpm", "version": "0.99.9" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "7.el9", "source": "rpm", "version": "3.4.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "7.el9", "source": "rpm", "version": "1.6.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "2.el9", "source": "rpm", "version": "11.3.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "2.el9", "source": "rpm", "version": "1.10.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "2.el9", "source": "rpm", "version": "11.3.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "5.el9", "source": "rpm", "version": "1.42" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "1.el9", "source": "rpm", "version": "37.2" } ], "libicu": [ { "arch": "x86_64", "epoch": null, "name": "libicu", "release": "9.el9", "source": "rpm", "version": "67.1" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "7.el9", "source": "rpm", "version": "2.3.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.el9", "source": "rpm", "version": "1.3.1" } ], "libjpeg-turbo": [ { "arch": "x86_64", "epoch": null, "name": "libjpeg-turbo", "release": "5.el9", "source": "rpm", "version": "2.0.90" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "3.el9", "source": "rpm", "version": "1.3.1" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "3.el9", "source": "rpm", "version": "1.3.1" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "4.el9", "source": "rpm", "version": "1.5.1" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.el9", "source": "rpm", "version": "2.5.0" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "3.el9", "source": "rpm", "version": "1.5.2" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "15.el9", "source": "rpm", "version": "1.0.4" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.el9", "source": "rpm", "version": "2.13.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "4.el9", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "4.el9", "source": "rpm", "version": "1.0.8" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "21.el9", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "10.el9", "source": "rpm", "version": "2.5.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "5.el9", "source": "rpm", "version": "1.43.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "2.el9", "source": "rpm", "version": "3.6.0" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "2.el9", "source": "rpm", "version": "3.6.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.el9", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "4.el9", "source": "rpm", "version": "1.10.0" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "4.el9", "source": "rpm", "version": "1.5.3" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "12.el9", "source": "rpm", "version": "1.6.37" } ], "libproxy": [ { "arch": "x86_64", "epoch": null, "name": "libproxy", "release": "35.el9", "source": "rpm", "version": "0.4.15" } ], "libproxy-webkitgtk4": [ { "arch": "x86_64", "epoch": null, "name": "libproxy-webkitgtk4", "release": "35.el9", "source": "rpm", "version": "0.4.15" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "5.el9", "source": "rpm", "version": "0.21.1" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "8.el9", "source": "rpm", "version": "1.4.4" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.el9", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.el9", "source": "rpm", "version": "1.14.2" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "6.el9", "source": "rpm", "version": "2.15.2" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "2.el9", "source": "rpm", "version": "2.5.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.1.el9", "source": "rpm", "version": "3.4" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.el9", "source": "rpm", "version": "2.13" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.el9", "source": "rpm", "version": "0.7.22" } ], "libsoup": [ { "arch": "x86_64", "epoch": null, "name": "libsoup", "release": "8.el9", "source": "rpm", "version": "2.72.0" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "2.el9", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "3.el9", "source": "rpm", "version": "0.9.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "3.el9", "source": "rpm", "version": "0.9.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "2.el9", "source": "rpm", "version": "11.3.1" } ], "libstemmer": [ { "arch": "x86_64", "epoch": null, "name": "libstemmer", "release": "18.585svn.el9", "source": "rpm", "version": "0" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "10.el9", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.el9", "source": "rpm", "version": "2.3.3" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.el9", "source": "rpm", "version": "4.16.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.el9", "source": "rpm", "version": "1.4.6" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "11.el9", "source": "rpm", "version": "1.31" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "0.el9", "source": "rpm", "version": "0.12.0" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "1.el9", "source": "rpm", "version": "1.3.2" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "15.el9", "source": "rpm", "version": "0.9.10" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "7.el9", "source": "rpm", "version": "0.63" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "6.el9", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "3.el9", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "3.el9", "source": "rpm", "version": "4.4.18" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.el9", "source": "rpm", "version": "2.9.13" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "7.el9", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "3.el9", "source": "rpm", "version": "0.9.29" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "5.el9", "source": "rpm", "version": "3.18.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "6.el9", "source": "rpm", "version": "B.02.19.2" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "3.el9", "source": "rpm", "version": "4.94.0" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el9", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "4.el9", "source": "rpm", "version": "5.4.2" } ], "lvm2": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2", "release": "4.el9", "source": "rpm", "version": "2.03.14" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 9, "name": "lvm2-libs", "release": "4.el9", "source": "rpm", "version": "2.03.14" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "5.el9", "source": "rpm", "version": "1.9.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "7.el9", "source": "rpm", "version": "2.10" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "6.el9", "source": "rpm", "version": "2.9.3" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "3.el9", "source": "rpm", "version": "4.2" } ], "memstrack": [ { "arch": "x86_64", "epoch": null, "name": "memstrack", "release": "2.el9", "source": "rpm", "version": "0.2.3" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "1.el9", "source": "rpm", "version": "20220207" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "7.el9", "source": "rpm", "version": "4.1.0" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "8.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "8.20210508.el9", "source": "rpm", "version": "6.2" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "8.20210508.el9", "source": "rpm", "version": "6.2" } ], "ndctl": [ { "arch": "x86_64", "epoch": null, "name": "ndctl", "release": "7.el9", "source": "rpm", "version": "71.1" } ], "ndctl-libs": [ { "arch": "x86_64", "epoch": null, "name": "ndctl-libs", "release": "7.el9", "source": "rpm", "version": "71.1" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.el9", "source": "rpm", "version": "3.7.3" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "11.el9", "source": "rpm", "version": "0.52.21" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "10.el9", "source": "rpm", "version": "2.5.4" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "8.el9", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "6.el9", "source": "rpm", "version": "4.34.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "6.el9", "source": "rpm", "version": "3.79.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el9", "source": "rpm", "version": "3.79.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el9", "source": "rpm", "version": "3.79.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "6.el9", "source": "rpm", "version": "3.79.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "6.el9", "source": "rpm", "version": "3.79.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "7.el9", "source": "rpm", "version": "2.0.14" } ], "oddjob": [ { "arch": "x86_64", "epoch": null, "name": "oddjob", "release": "5.el9", "source": "rpm", "version": "0.34.7" } ], "oddjob-mkhomedir": [ { "arch": "x86_64", "epoch": null, "name": "oddjob-mkhomedir", "release": "5.el9", "source": "rpm", "version": "0.34.7" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "5.el9", "source": "rpm", "version": "2.4.59" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "8.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "8.el9", "source": "rpm", "version": "8.7p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "8.el9", "source": "rpm", "version": "8.7p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "18.el9", "source": "rpm", "version": "3.0.1" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "18.el9", "source": "rpm", "version": "3.0.1" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "7.el9", "source": "rpm", "version": "0.4.11" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el9", "source": "rpm", "version": "1.77" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "2.el9", "source": "rpm", "version": "0.24.1" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "2.el9", "source": "rpm", "version": "0.24.1" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "11.el9", "source": "rpm", "version": "1.5.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "6.el9", "source": "rpm", "version": "3.4" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "12.el9", "source": "rpm", "version": "0.80" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "5.el9", "source": "rpm", "version": "3.7.0" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "3.el9.3", "source": "rpm", "version": "8.44" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "2.el9", "source": "rpm", "version": "10.40" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "2.el9", "source": "rpm", "version": "10.40" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "4.el9", "source": "rpm", "version": "2.5" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": null, "name": "policycoreutils-python-utils", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "7.el9", "source": "rpm", "version": "0.117" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "7.el9", "source": "rpm", "version": "0.117" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "21.el9", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "8.el9", "source": "rpm", "version": "1.18" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "8.el9", "source": "rpm", "version": "0.1.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.el9", "source": "rpm", "version": "3.3.17" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "3.el9", "source": "rpm", "version": "23.4" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "3.el9", "source": "rpm", "version": "20210518" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "2.el9", "source": "rpm", "version": "3.9.10" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "2.el9", "source": "rpm", "version": "3.9.10" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "7.el9", "source": "rpm", "version": "20.3.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "102.el9", "source": "rpm", "version": "3.0.7" } ], "python3-babel": [ { "arch": "noarch", "epoch": null, "name": "python3-babel", "release": "2.el9", "source": "rpm", "version": "2.9.1" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "15.el9", "source": "rpm", "version": "3.4.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "12.el9", "source": "rpm", "version": "2.25" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "3.el9", "source": "rpm", "version": "2.5" } ], "python3-chardet": [ { "arch": "noarch", "epoch": null, "name": "python3-chardet", "release": "5.el9", "source": "rpm", "version": "4.0.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "25.el9", "source": "rpm", "version": "5.0.6" } ], "python3-dasbus": [ { "arch": "noarch", "epoch": null, "name": "python3-dasbus", "release": "5.el9", "source": "rpm", "version": "1.4" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "6.el9", "source": "rpm", "version": "2.8.1" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.el9", "source": "rpm", "version": "1.2.18" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "7.el9", "source": "rpm", "version": "1.5.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "2.el9", "source": "rpm", "version": "4.12.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.el9", "source": "rpm", "version": "4.1.0" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "5.el9", "source": "rpm", "version": "3.40.1" } ], "python3-gpg": [ { "arch": "x86_64", "epoch": null, "name": "python3-gpg", "release": "6.el9", "source": "rpm", "version": "1.15.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.el9", "source": "rpm", "version": "0.67.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "7.el9", "source": "rpm", "version": "2.10" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "4.el9", "source": "rpm", "version": "2.11.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "16.el9", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "4.el9", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "13.el9", "source": "rpm", "version": "3.2.0" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.el9", "source": "rpm", "version": "0.1.18" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.el9", "source": "rpm", "version": "0.67.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "2.el9", "source": "rpm", "version": "3.9.10" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "python3-libxml2": [ { "arch": "x86_64", "epoch": null, "name": "python3-libxml2", "release": "2.el9", "source": "rpm", "version": "2.9.13" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "12.el9", "source": "rpm", "version": "1.1.1" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "15.el9", "source": "rpm", "version": "0.10.6" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "2.el9", "source": "rpm", "version": "3.1.1" } ], "python3-pexpect": [ { "arch": "noarch", "epoch": null, "name": "python3-pexpect", "release": "7.el9", "source": "rpm", "version": "4.8.0" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "6.el9", "source": "rpm", "version": "21.2.3" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.el9", "source": "rpm", "version": "3.4" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "27.el9", "source": "rpm", "version": "0.7.2" } ], "python3-ptyprocess": [ { "arch": "noarch", "epoch": null, "name": "python3-ptyprocess", "release": "12.el9", "source": "rpm", "version": "0.6.0" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "4.el9", "source": "rpm", "version": "3.11.7" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "8.el9", "source": "rpm", "version": "0.17.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "12.el9", "source": "rpm", "version": "3.4" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "12.el9", "source": "rpm", "version": "1.7.1" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "4.el9", "source": "rpm", "version": "2021.1" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "6.el9", "source": "rpm", "version": "0.22.0" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.el9", "source": "rpm", "version": "5.4.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "6.el9", "source": "rpm", "version": "2.25.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "4.el9", "source": "rpm", "version": "4.4.0" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "10.el9", "source": "rpm", "version": "53.0.0" } ], "python3-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools-wheel", "release": "10.el9", "source": "rpm", "version": "53.0.0" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.el9", "source": "rpm", "version": "1.15.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "18.el9", "source": "rpm", "version": "234" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "3.el9", "source": "rpm", "version": "1.26.5" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 17, "name": "qemu-guest-agent", "release": "4.el9", "source": "rpm", "version": "7.0.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "6.el9", "source": "rpm", "version": "4.06" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "6.el9", "source": "rpm", "version": "4.06" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "4.el9", "source": "rpm", "version": "8.1" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "31.el9", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "2.el9", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "11.el9", "source": "rpm", "version": "4.16.1.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "11.el9", "source": "rpm", "version": "3.2.3" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "105.el9", "source": "rpm", "version": "8.2102.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "105.el9", "source": "rpm", "version": "8.2102.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "9.el9", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el9", "source": "rpm", "version": "34.1.33" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el9", "source": "rpm", "version": "34.1.33" } ], "setroubleshoot-plugins": [ { "arch": "noarch", "epoch": null, "name": "setroubleshoot-plugins", "release": "4.el9", "source": "rpm", "version": "3.3.14" } ], "setroubleshoot-server": [ { "arch": "x86_64", "epoch": null, "name": "setroubleshoot-server", "release": "2.el9", "source": "rpm", "version": "3.3.28" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "6.el9", "source": "rpm", "version": "2.13.7" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "8.el9", "source": "rpm", "version": "1.47" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "8.el9", "source": "rpm", "version": "1.47" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "4.el9", "source": "rpm", "version": "4.9" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "4.el9", "source": "rpm", "version": "2.1" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el9", "source": "rpm", "version": "2.3.2" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "8.el9", "source": "rpm", "version": "1.1.8" } ], "sos": [ { "arch": "noarch", "epoch": null, "name": "sos", "release": "1.el9", "source": "rpm", "version": "4.3" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "5.el9", "source": "rpm", "version": "3.34.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "8.git1.el9", "source": "rpm", "version": "4.4" } ], "sscg": [ { "arch": "x86_64", "epoch": null, "name": "sscg", "release": "5.el9", "source": "rpm", "version": "3.0.0" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "2.el9", "source": "rpm", "version": "2.7.0" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "7.el9", "source": "rpm", "version": "1.9.5p2" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "7.el9", "source": "rpm", "version": "250" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "7.el9", "source": "rpm", "version": "250" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "7.el9", "source": "rpm", "version": "250" } ], "systemd-rpm-macros": [ { "arch": "noarch", "epoch": null, "name": "systemd-rpm-macros", "release": "7.el9", "source": "rpm", "version": "250" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "7.el9", "source": "rpm", "version": "250" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "3.el9", "source": "rpm", "version": "1.34" } ], "tcpdump": [ { "arch": "x86_64", "epoch": 14, "name": "tcpdump", "release": "6.el9", "source": "rpm", "version": "4.99.0" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "11.el9", "source": "rpm", "version": "1.31" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "7.el9", "source": "rpm", "version": "3.0.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el9", "source": "rpm", "version": "2022a" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el9", "source": "rpm", "version": "0.12.1" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "3.el9", "source": "rpm", "version": "2.37.4" } ], "vdo": [ { "arch": "x86_64", "epoch": null, "name": "vdo", "release": "1.el9", "source": "rpm", "version": "8.1.1.360" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "16.el9", "source": "rpm", "version": "8.2.2637" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "15.el9", "source": "rpm", "version": "0.3.12" } ], "webkit2gtk3-jsc": [ { "arch": "x86_64", "epoch": null, "name": "webkit2gtk3-jsc", "release": "1.el9", "source": "rpm", "version": "2.36.1" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "28.el9", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "1.el9", "source": "rpm", "version": "5.14.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "7.el9", "source": "rpm", "version": "5.2.5" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "7.el9", "source": "rpm", "version": "5.2.5" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "2.el9", "source": "rpm", "version": "4.12.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "1.el9", "source": "rpm", "version": "4.1.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "33.el9", "source": "rpm", "version": "1.2.11" } ], "zstd": [ { "arch": "x86_64", "epoch": null, "name": "zstd", "release": "2.el9", "source": "rpm", "version": "1.5.1" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:27 Wednesday 06 July 2022 19:28:34 +0000 (0:00:01.066) 0:00:11.952 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:31 Wednesday 06 July 2022 19:28:34 +0000 (0:00:00.069) 0:00:12.021 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "blivet_pkg_version": "3.4.0-15.el9" }, "changed": false } TASK [Set distribution version] ************************************************ task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:35 Wednesday 06 July 2022 19:28:34 +0000 (0:00:00.052) 0:00:12.074 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "is_fedora": false, "is_rhel7": false, "is_rhel8": false, "is_rhel9": true }, "changed": false } TASK [Skip test if blivet is too old] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:43 Wednesday 06 July 2022 19:28:34 +0000 (0:00:00.072) 0:00:12.147 ******** META: skipping: [/cache/centos-9.qcow2.snap] => { "skip_reason": "end_play conditional evaluated to False, continuing play" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:47 Wednesday 06 July 2022 19:28:34 +0000 (0:00:00.051) 0:00:12.198 ******** included: /tmp/tmpaxpydj_h/tests/storage/get_unused_disk.yml for /cache/centos-9.qcow2.snap TASK [Find unused disks in the system] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/get_unused_disk.yml:2 Wednesday 06 July 2022 19:28:34 +0000 (0:00:00.062) 0:00:12.261 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/get_unused_disk.yml:9 Wednesday 06 July 2022 19:28:35 +0000 (0:00:00.575) 0:00:12.836 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "unused_disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/tmpaxpydj_h/tests/storage/get_unused_disk.yml:14 Wednesday 06 July 2022 19:28:35 +0000 (0:00:00.050) 0:00:12.887 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/get_unused_disk.yml:19 Wednesday 06 July 2022 19:28:35 +0000 (0:00:00.047) 0:00:12.934 ******** ok: [/cache/centos-9.qcow2.snap] => { "unused_disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ] } TASK [Create volume group 'foo' with 3 PVs] ************************************ task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:52 Wednesday 06 July 2022 19:28:35 +0000 (0:00:00.047) 0:00:12.981 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:28:35 +0000 (0:00:00.072) 0:00:13.054 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:28:35 +0000 (0:00:00.056) 0:00:13.111 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:28:36 +0000 (0:00:00.557) 0:00:13.669 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:28:36 +0000 (0:00:00.135) 0:00:13.804 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:28:36 +0000 (0:00:00.112) 0:00:13.917 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:28:36 +0000 (0:00:00.046) 0:00:13.963 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:28:36 +0000 (0:00:00.079) 0:00:14.042 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:28:36 +0000 (0:00:00.033) 0:00:14.076 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:28:36 +0000 (0:00:00.037) 0:00:14.113 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:28:36 +0000 (0:00:00.048) 0:00:14.161 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:28:36 +0000 (0:00:00.045) 0:00:14.207 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:28:36 +0000 (0:00:00.034) 0:00:14.241 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:28:36 +0000 (0:00:00.034) 0:00:14.275 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:28:36 +0000 (0:00:00.036) 0:00:14.312 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:28:37 +0000 (0:00:00.038) 0:00:14.351 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:28:37 +0000 (0:00:00.071) 0:00:14.422 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:28:37 +0000 (0:00:00.033) 0:00:14.456 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme0n1p1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:28:40 +0000 (0:00:03.235) 0:00:17.692 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:28:40 +0000 (0:00:00.061) 0:00:17.753 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:28:40 +0000 (0:00:00.037) 0:00:17.791 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme0n1p1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:28:40 +0000 (0:00:00.048) 0:00:17.840 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:28:40 +0000 (0:00:00.048) 0:00:17.888 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:28:40 +0000 (0:00:00.128) 0:00:18.017 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:28:40 +0000 (0:00:00.049) 0:00:18.067 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:28:40 +0000 (0:00:00.035) 0:00:18.102 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:28:40 +0000 (0:00:00.044) 0:00:18.147 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:28:40 +0000 (0:00:00.034) 0:00:18.181 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:28:41 +0000 (0:00:00.414) 0:00:18.596 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:28:41 +0000 (0:00:00.034) 0:00:18.630 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:60 Wednesday 06 July 2022 19:28:42 +0000 (0:00:00.994) 0:00:19.625 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:1 Wednesday 06 July 2022 19:28:42 +0000 (0:00:00.095) 0:00:19.721 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6 Wednesday 06 July 2022 19:28:42 +0000 (0:00:00.069) 0:00:19.790 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14 Wednesday 06 July 2022 19:28:42 +0000 (0:00:00.045) 0:00:19.836 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "aKHhiv-WosN-PoKg-TouX-VwGT-QI1E-CsJv2V" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme1n1p1", "size": "10G", "type": "partition", "uuid": "1dU8eA-8Xba-CxNB-20o1-pyQk-xdXK-wa7TJp" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme2n1p1", "size": "10G", "type": "partition", "uuid": "r0bgaZ-l295-fC59-rcnO-14u9-fygn-TRtN2Z" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-19-28-08-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 Wednesday 06 July 2022 19:28:42 +0000 (0:00:00.482) 0:00:20.318 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002856", "end": "2022-07-06 15:28:43.168451", "rc": 0, "start": "2022-07-06 15:28:43.165595" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24 Wednesday 06 July 2022 19:28:43 +0000 (0:00:00.510) 0:00:20.829 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003030", "end": "2022-07-06 15:28:43.539073", "failed_when_result": false, "rc": 0, "start": "2022-07-06 15:28:43.536043" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:33 Wednesday 06 July 2022 19:28:43 +0000 (0:00:00.373) 0:00:21.203 ******** included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1', 'nvme1n1', 'nvme2n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:5 Wednesday 06 July 2022 19:28:43 +0000 (0:00:00.078) 0:00:21.281 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:18 Wednesday 06 July 2022 19:28:44 +0000 (0:00:00.044) 0:00:21.326 ******** included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:1 Wednesday 06 July 2022 19:28:44 +0000 (0:00:00.100) 0:00:21.426 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "3", "_storage_test_pool_pvs_lvm": [ "/dev/nvme0n1p1", "/dev/nvme1n1p1", "/dev/nvme2n1p1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:6 Wednesday 06 July 2022 19:28:44 +0000 (0:00:00.065) 0:00:21.492 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme0n1p1", "pv": "/dev/nvme0n1p1" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme1n1p1", "pv": "/dev/nvme1n1p1" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme2n1p1", "pv": "/dev/nvme2n1p1" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:15 Wednesday 06 July 2022 19:28:45 +0000 (0:00:01.169) 0:00:22.661 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "3" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:19 Wednesday 06 July 2022 19:28:45 +0000 (0:00:00.068) 0:00:22.730 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/nvme0n1p1", "/dev/nvme1n1p1", "/dev/nvme2n1p1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:23 Wednesday 06 July 2022 19:28:45 +0000 (0:00:00.073) 0:00:22.803 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:29 Wednesday 06 July 2022 19:28:45 +0000 (0:00:00.060) 0:00:22.864 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:33 Wednesday 06 July 2022 19:28:45 +0000 (0:00:00.054) 0:00:22.919 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:37 Wednesday 06 July 2022 19:28:45 +0000 (0:00:00.059) 0:00:22.978 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:41 Wednesday 06 July 2022 19:28:45 +0000 (0:00:00.035) 0:00:23.014 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme0n1p1" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme1n1p1" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme2n1p1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:50 Wednesday 06 July 2022 19:28:45 +0000 (0:00:00.128) 0:00:23.142 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:6 Wednesday 06 July 2022 19:28:45 +0000 (0:00:00.096) 0:00:23.239 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:12 Wednesday 06 July 2022 19:28:45 +0000 (0:00:00.037) 0:00:23.277 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:16 Wednesday 06 July 2022 19:28:45 +0000 (0:00:00.038) 0:00:23.315 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:20 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.038) 0:00:23.354 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:24 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.038) 0:00:23.392 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:30 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.038) 0:00:23.431 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:36 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.037) 0:00:23.469 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:44 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.043) 0:00:23.513 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:53 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.049) 0:00:23.562 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.067) 0:00:23.630 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:56 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.034) 0:00:23.665 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.068) 0:00:23.733 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:59 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.035) 0:00:23.768 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.107) 0:00:23.876 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.058) 0:00:23.934 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "_storage_test_pool_member_path": "/dev/nvme0n1p1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "_storage_test_pool_member_path": "/dev/nvme1n1p1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "_storage_test_pool_member_path": "/dev/nvme2n1p1", "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.041) 0:00:23.976 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme0n1p1) included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme1n1p1) included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme2n1p1) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.072) 0:00:24.048 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.058) 0:00:24.106 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.060) 0:00:24.167 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.050) 0:00:24.217 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.053) 0:00:24.271 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:28:46 +0000 (0:00:00.048) 0:00:24.320 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.047) 0:00:24.367 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.058) 0:00:24.426 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.059) 0:00:24.485 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.051) 0:00:24.537 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.051) 0:00:24.589 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.130) 0:00:24.719 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.056) 0:00:24.775 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.059) 0:00:24.834 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.069) 0:00:24.904 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.053) 0:00:24.957 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.049) 0:00:25.007 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.049) 0:00:25.056 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.049) 0:00:25.106 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:62 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.048) 0:00:25.154 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.074) 0:00:25.228 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:65 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.034) 0:00:25.263 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 19:28:47 +0000 (0:00:00.055) 0:00:25.318 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40 Wednesday 06 July 2022 19:28:48 +0000 (0:00:00.034) 0:00:25.353 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:47 Wednesday 06 July 2022 19:28:48 +0000 (0:00:00.051) 0:00:25.405 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57 Wednesday 06 July 2022 19:28:48 +0000 (0:00:00.031) 0:00:25.436 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Save UUID of the created volume group] *********************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:62 Wednesday 06 July 2022 19:28:48 +0000 (0:00:00.132) 0:00:25.569 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028964", "end": "2022-07-06 15:28:48.323508", "rc": 0, "start": "2022-07-06 15:28:48.294544" } STDOUT: MLCcTB-G62N-Bu9Y-0Pmu-VDda-9u0X-QETDqm TASK [Verify that nothing changes when disks don't change] ********************* task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:66 Wednesday 06 July 2022 19:28:48 +0000 (0:00:00.420) 0:00:25.990 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:28:48 +0000 (0:00:00.075) 0:00:26.065 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:28:48 +0000 (0:00:00.071) 0:00:26.137 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:28:49 +0000 (0:00:00.558) 0:00:26.696 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:28:49 +0000 (0:00:00.100) 0:00:26.797 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:28:49 +0000 (0:00:00.047) 0:00:26.845 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:28:49 +0000 (0:00:00.045) 0:00:26.891 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:28:49 +0000 (0:00:00.131) 0:00:27.022 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:28:49 +0000 (0:00:00.034) 0:00:27.057 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:28:49 +0000 (0:00:00.037) 0:00:27.094 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:28:49 +0000 (0:00:00.050) 0:00:27.145 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:28:49 +0000 (0:00:00.047) 0:00:27.193 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:28:49 +0000 (0:00:00.036) 0:00:27.230 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:28:49 +0000 (0:00:00.037) 0:00:27.268 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:28:49 +0000 (0:00:00.037) 0:00:27.305 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:28:50 +0000 (0:00:00.037) 0:00:27.343 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:28:50 +0000 (0:00:00.072) 0:00:27.415 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:28:50 +0000 (0:00:00.036) 0:00:27.451 ******** ok: [/cache/centos-9.qcow2.snap] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/foo", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:28:52 +0000 (0:00:02.048) 0:00:29.500 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:28:52 +0000 (0:00:00.050) 0:00:29.550 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:28:52 +0000 (0:00:00.032) 0:00:29.582 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/foo", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:28:52 +0000 (0:00:00.054) 0:00:29.637 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:28:52 +0000 (0:00:00.048) 0:00:29.685 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:28:52 +0000 (0:00:00.050) 0:00:29.736 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:28:52 +0000 (0:00:00.053) 0:00:29.789 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:28:52 +0000 (0:00:00.041) 0:00:29.831 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:28:52 +0000 (0:00:00.047) 0:00:29.879 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:28:52 +0000 (0:00:00.038) 0:00:29.918 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:28:53 +0000 (0:00:00.473) 0:00:30.392 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:28:53 +0000 (0:00:00.035) 0:00:30.427 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:74 Wednesday 06 July 2022 19:28:54 +0000 (0:00:00.996) 0:00:31.424 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:1 Wednesday 06 July 2022 19:28:54 +0000 (0:00:00.069) 0:00:31.494 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6 Wednesday 06 July 2022 19:28:54 +0000 (0:00:00.061) 0:00:31.555 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14 Wednesday 06 July 2022 19:28:54 +0000 (0:00:00.050) 0:00:31.605 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "aKHhiv-WosN-PoKg-TouX-VwGT-QI1E-CsJv2V" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme1n1p1", "size": "10G", "type": "partition", "uuid": "1dU8eA-8Xba-CxNB-20o1-pyQk-xdXK-wa7TJp" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme2n1p1", "size": "10G", "type": "partition", "uuid": "r0bgaZ-l295-fC59-rcnO-14u9-fygn-TRtN2Z" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-19-28-08-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 Wednesday 06 July 2022 19:28:54 +0000 (0:00:00.404) 0:00:32.010 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004390", "end": "2022-07-06 15:28:55.733297", "rc": 0, "start": "2022-07-06 15:28:54.728907" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24 Wednesday 06 July 2022 19:28:56 +0000 (0:00:01.387) 0:00:33.398 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002908", "end": "2022-07-06 15:28:56.138513", "failed_when_result": false, "rc": 0, "start": "2022-07-06 15:28:56.135605" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:33 Wednesday 06 July 2022 19:28:56 +0000 (0:00:00.404) 0:00:33.802 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1', 'nvme1n1', 'nvme2n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:5 Wednesday 06 July 2022 19:28:56 +0000 (0:00:00.080) 0:00:33.882 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:18 Wednesday 06 July 2022 19:28:56 +0000 (0:00:00.046) 0:00:33.929 ******** included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:1 Wednesday 06 July 2022 19:28:56 +0000 (0:00:00.069) 0:00:33.998 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "3", "_storage_test_pool_pvs_lvm": [ "/dev/nvme0n1p1", "/dev/nvme1n1p1", "/dev/nvme2n1p1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:6 Wednesday 06 July 2022 19:28:56 +0000 (0:00:00.066) 0:00:34.065 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme0n1p1", "pv": "/dev/nvme0n1p1" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme1n1p1", "pv": "/dev/nvme1n1p1" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme2n1p1", "pv": "/dev/nvme2n1p1" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:15 Wednesday 06 July 2022 19:28:57 +0000 (0:00:01.108) 0:00:35.173 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "3" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:19 Wednesday 06 July 2022 19:28:57 +0000 (0:00:00.064) 0:00:35.237 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/nvme0n1p1", "/dev/nvme1n1p1", "/dev/nvme2n1p1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:23 Wednesday 06 July 2022 19:28:57 +0000 (0:00:00.060) 0:00:35.297 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:29 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.064) 0:00:35.362 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:33 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.049) 0:00:35.412 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:37 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.062) 0:00:35.474 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:41 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.035) 0:00:35.509 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme0n1p1" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme1n1p1" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme2n1p1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:50 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.085) 0:00:35.595 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:6 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.070) 0:00:35.665 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:12 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.037) 0:00:35.703 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:16 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.100) 0:00:35.803 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:20 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.037) 0:00:35.841 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:24 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.039) 0:00:35.881 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:30 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.037) 0:00:35.918 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:36 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.036) 0:00:35.954 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:44 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.036) 0:00:35.990 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:53 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.045) 0:00:36.036 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.065) 0:00:36.101 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:56 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.035) 0:00:36.136 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.069) 0:00:36.206 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:59 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.035) 0:00:36.241 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 19:28:58 +0000 (0:00:00.070) 0:00:36.312 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.063) 0:00:36.375 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "_storage_test_pool_member_path": "/dev/nvme0n1p1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "_storage_test_pool_member_path": "/dev/nvme1n1p1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "_storage_test_pool_member_path": "/dev/nvme2n1p1", "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.044) 0:00:36.419 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme0n1p1) included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme1n1p1) included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme2n1p1) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.123) 0:00:36.543 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.060) 0:00:36.604 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.063) 0:00:36.668 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.051) 0:00:36.719 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.048) 0:00:36.768 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.051) 0:00:36.820 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.047) 0:00:36.867 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.063) 0:00:36.931 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.062) 0:00:36.993 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.047) 0:00:37.041 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.052) 0:00:37.094 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.047) 0:00:37.141 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.046) 0:00:37.188 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:28:59 +0000 (0:00:00.059) 0:00:37.247 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.159) 0:00:37.407 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.049) 0:00:37.456 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.048) 0:00:37.505 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.050) 0:00:37.555 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.049) 0:00:37.605 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:62 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.046) 0:00:37.651 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.075) 0:00:37.726 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:65 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.036) 0:00:37.762 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.051) 0:00:37.814 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.033) 0:00:37.847 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:47 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.045) 0:00:37.893 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.034) 0:00:37.928 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:76 Wednesday 06 July 2022 19:29:00 +0000 (0:00:00.049) 0:00:37.977 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028316", "end": "2022-07-06 15:29:00.724605", "rc": 0, "start": "2022-07-06 15:29:00.696289" } STDOUT: MLCcTB-G62N-Bu9Y-0Pmu-VDda-9u0X-QETDqm TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:80 Wednesday 06 July 2022 19:29:01 +0000 (0:00:00.472) 0:00:38.449 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:84 Wednesday 06 July 2022 19:29:01 +0000 (0:00:00.051) 0:00:38.501 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:29:01 +0000 (0:00:00.108) 0:00:38.609 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:29:01 +0000 (0:00:00.062) 0:00:38.672 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:29:01 +0000 (0:00:00.546) 0:00:39.219 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:29:01 +0000 (0:00:00.104) 0:00:39.323 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.048) 0:00:39.372 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.056) 0:00:39.428 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.084) 0:00:39.513 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.035) 0:00:39.548 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.081) 0:00:39.630 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.052) 0:00:39.682 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.056) 0:00:39.739 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.042) 0:00:39.782 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.040) 0:00:39.823 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.037) 0:00:39.860 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.034) 0:00:39.895 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.067) 0:00:39.962 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:29:02 +0000 (0:00:00.031) 0:00:39.994 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/foo", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:29:05 +0000 (0:00:02.580) 0:00:42.575 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:29:05 +0000 (0:00:00.047) 0:00:42.622 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:29:05 +0000 (0:00:00.032) 0:00:42.654 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/foo", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:29:05 +0000 (0:00:00.051) 0:00:42.705 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:29:05 +0000 (0:00:00.049) 0:00:42.755 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:29:05 +0000 (0:00:00.051) 0:00:42.806 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:29:05 +0000 (0:00:00.046) 0:00:42.853 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:29:05 +0000 (0:00:00.038) 0:00:42.891 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:29:05 +0000 (0:00:00.050) 0:00:42.942 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:29:05 +0000 (0:00:00.038) 0:00:42.980 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:29:06 +0000 (0:00:00.449) 0:00:43.430 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:29:06 +0000 (0:00:00.035) 0:00:43.465 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:92 Wednesday 06 July 2022 19:29:07 +0000 (0:00:00.953) 0:00:44.419 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:1 Wednesday 06 July 2022 19:29:07 +0000 (0:00:00.072) 0:00:44.492 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6 Wednesday 06 July 2022 19:29:07 +0000 (0:00:00.065) 0:00:44.557 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14 Wednesday 06 July 2022 19:29:07 +0000 (0:00:00.051) 0:00:44.609 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "aKHhiv-WosN-PoKg-TouX-VwGT-QI1E-CsJv2V" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-19-28-08-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 Wednesday 06 July 2022 19:29:07 +0000 (0:00:00.425) 0:00:45.034 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.004151", "end": "2022-07-06 15:29:07.773932", "rc": 0, "start": "2022-07-06 15:29:07.769781" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24 Wednesday 06 July 2022 19:29:08 +0000 (0:00:00.422) 0:00:45.456 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003025", "end": "2022-07-06 15:29:08.182239", "failed_when_result": false, "rc": 0, "start": "2022-07-06 15:29:08.179214" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:33 Wednesday 06 July 2022 19:29:08 +0000 (0:00:00.390) 0:00:45.847 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:5 Wednesday 06 July 2022 19:29:08 +0000 (0:00:00.079) 0:00:45.927 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:18 Wednesday 06 July 2022 19:29:08 +0000 (0:00:00.048) 0:00:45.975 ******** included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:1 Wednesday 06 July 2022 19:29:08 +0000 (0:00:00.070) 0:00:46.046 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/nvme0n1p1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:6 Wednesday 06 July 2022 19:29:08 +0000 (0:00:00.070) 0:00:46.117 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme0n1p1", "pv": "/dev/nvme0n1p1" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:15 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.389) 0:00:46.506 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:19 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.064) 0:00:46.570 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/nvme0n1p1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:23 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.064) 0:00:46.635 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:29 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.062) 0:00:46.697 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:33 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.133) 0:00:46.831 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:37 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.061) 0:00:46.893 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:41 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.034) 0:00:46.927 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme0n1p1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:50 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.052) 0:00:46.979 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:6 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.066) 0:00:47.046 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:12 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.033) 0:00:47.080 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:16 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.035) 0:00:47.115 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:20 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.041) 0:00:47.157 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:24 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.033) 0:00:47.191 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:30 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.037) 0:00:47.228 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:36 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.038) 0:00:47.267 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:44 Wednesday 06 July 2022 19:29:09 +0000 (0:00:00.037) 0:00:47.304 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:53 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.051) 0:00:47.355 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.070) 0:00:47.426 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:56 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.090) 0:00:47.516 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.067) 0:00:47.583 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:59 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.032) 0:00:47.616 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.070) 0:00:47.686 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.064) 0:00:47.750 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "_storage_test_pool_member_path": "/dev/nvme0n1p1", "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.038) 0:00:47.788 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme0n1p1) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.062) 0:00:47.851 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.062) 0:00:47.914 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.062) 0:00:47.976 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.048) 0:00:48.025 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.048) 0:00:48.074 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.048) 0:00:48.122 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.044) 0:00:48.167 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:62 Wednesday 06 July 2022 19:29:10 +0000 (0:00:00.124) 0:00:48.292 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 19:29:11 +0000 (0:00:00.068) 0:00:48.360 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:65 Wednesday 06 July 2022 19:29:11 +0000 (0:00:00.032) 0:00:48.393 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 19:29:11 +0000 (0:00:00.044) 0:00:48.437 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40 Wednesday 06 July 2022 19:29:11 +0000 (0:00:00.030) 0:00:48.468 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:47 Wednesday 06 July 2022 19:29:11 +0000 (0:00:00.047) 0:00:48.515 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57 Wednesday 06 July 2022 19:29:11 +0000 (0:00:00.034) 0:00:48.549 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:94 Wednesday 06 July 2022 19:29:11 +0000 (0:00:00.043) 0:00:48.593 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.042160", "end": "2022-07-06 15:29:11.358547", "rc": 0, "start": "2022-07-06 15:29:11.316387" } STDOUT: MLCcTB-G62N-Bu9Y-0Pmu-VDda-9u0X-QETDqm TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:98 Wednesday 06 July 2022 19:29:11 +0000 (0:00:00.438) 0:00:49.032 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Add the second disk back to the 'foo' volume group] ********************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:102 Wednesday 06 July 2022 19:29:11 +0000 (0:00:00.051) 0:00:49.083 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:29:11 +0000 (0:00:00.088) 0:00:49.172 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:29:11 +0000 (0:00:00.094) 0:00:49.266 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:29:12 +0000 (0:00:00.563) 0:00:49.830 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:29:12 +0000 (0:00:00.090) 0:00:49.921 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:29:12 +0000 (0:00:00.045) 0:00:49.966 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:29:12 +0000 (0:00:00.044) 0:00:50.011 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:29:12 +0000 (0:00:00.082) 0:00:50.093 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:29:12 +0000 (0:00:00.032) 0:00:50.126 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:29:12 +0000 (0:00:00.035) 0:00:50.161 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:29:12 +0000 (0:00:00.057) 0:00:50.219 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:29:12 +0000 (0:00:00.054) 0:00:50.273 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:29:12 +0000 (0:00:00.037) 0:00:50.311 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:29:13 +0000 (0:00:00.038) 0:00:50.349 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:29:13 +0000 (0:00:00.076) 0:00:50.426 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:29:13 +0000 (0:00:00.037) 0:00:50.464 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:29:13 +0000 (0:00:00.069) 0:00:50.533 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:29:13 +0000 (0:00:00.033) 0:00:50.567 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/nvme1n1p1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/foo", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:29:15 +0000 (0:00:02.297) 0:00:52.864 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:29:15 +0000 (0:00:00.049) 0:00:52.914 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:29:15 +0000 (0:00:00.035) 0:00:52.949 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/nvme1n1p1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/foo", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "e2fsprogs", "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:29:15 +0000 (0:00:00.124) 0:00:53.073 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:29:15 +0000 (0:00:00.057) 0:00:53.131 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:29:15 +0000 (0:00:00.056) 0:00:53.188 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:29:15 +0000 (0:00:00.049) 0:00:53.237 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:29:15 +0000 (0:00:00.035) 0:00:53.272 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:29:15 +0000 (0:00:00.051) 0:00:53.323 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:29:16 +0000 (0:00:00.043) 0:00:53.366 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:29:16 +0000 (0:00:00.425) 0:00:53.792 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:29:16 +0000 (0:00:00.037) 0:00:53.829 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:110 Wednesday 06 July 2022 19:29:17 +0000 (0:00:01.043) 0:00:54.872 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:1 Wednesday 06 July 2022 19:29:17 +0000 (0:00:00.075) 0:00:54.948 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6 Wednesday 06 July 2022 19:29:17 +0000 (0:00:00.063) 0:00:55.011 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14 Wednesday 06 July 2022 19:29:17 +0000 (0:00:00.051) 0:00:55.062 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "aKHhiv-WosN-PoKg-TouX-VwGT-QI1E-CsJv2V" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme1n1p1", "size": "10G", "type": "partition", "uuid": "ASzLz6-elXz-pCem-faVo-ErDq-NK2z-najQU5" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-19-28-08-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 Wednesday 06 July 2022 19:29:18 +0000 (0:00:00.413) 0:00:55.475 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003065", "end": "2022-07-06 15:29:18.208468", "rc": 0, "start": "2022-07-06 15:29:18.205403" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24 Wednesday 06 July 2022 19:29:18 +0000 (0:00:00.399) 0:00:55.875 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002930", "end": "2022-07-06 15:29:18.591272", "failed_when_result": false, "rc": 0, "start": "2022-07-06 15:29:18.588342" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:33 Wednesday 06 July 2022 19:29:18 +0000 (0:00:00.381) 0:00:56.256 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1', 'nvme1n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:5 Wednesday 06 July 2022 19:29:19 +0000 (0:00:00.080) 0:00:56.337 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:18 Wednesday 06 July 2022 19:29:19 +0000 (0:00:00.116) 0:00:56.453 ******** included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:1 Wednesday 06 July 2022 19:29:19 +0000 (0:00:00.067) 0:00:56.521 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/nvme0n1p1", "/dev/nvme1n1p1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:6 Wednesday 06 July 2022 19:29:19 +0000 (0:00:00.065) 0:00:56.586 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme0n1p1", "pv": "/dev/nvme0n1p1" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme1n1p1", "pv": "/dev/nvme1n1p1" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:15 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.742) 0:00:57.329 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:19 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.061) 0:00:57.390 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/nvme0n1p1", "/dev/nvme1n1p1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:23 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.062) 0:00:57.453 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:29 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.064) 0:00:57.518 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:33 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.057) 0:00:57.575 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:37 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.062) 0:00:57.638 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:41 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.036) 0:00:57.675 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme0n1p1" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme1n1p1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:50 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.114) 0:00:57.789 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:6 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.115) 0:00:57.905 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:12 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.037) 0:00:57.942 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:16 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.038) 0:00:57.981 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:20 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.036) 0:00:58.018 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:24 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.037) 0:00:58.055 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:30 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.035) 0:00:58.090 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:36 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.036) 0:00:58.127 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:44 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.036) 0:00:58.164 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:53 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.049) 0:00:58.213 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.068) 0:00:58.282 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:56 Wednesday 06 July 2022 19:29:20 +0000 (0:00:00.036) 0:00:58.318 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.069) 0:00:58.388 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:59 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.035) 0:00:58.423 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.109) 0:00:58.533 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.086) 0:00:58.620 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "_storage_test_pool_member_path": "/dev/nvme0n1p1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "_storage_test_pool_member_path": "/dev/nvme1n1p1", "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.045) 0:00:58.665 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme0n1p1) included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme1n1p1) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.071) 0:00:58.737 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.062) 0:00:58.799 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.059) 0:00:58.859 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.048) 0:00:58.907 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.049) 0:00:58.956 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.048) 0:00:59.005 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.045) 0:00:59.050 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.059) 0:00:59.110 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.063) 0:00:59.173 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.053) 0:00:59.226 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:29:21 +0000 (0:00:00.054) 0:00:59.281 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:29:22 +0000 (0:00:00.049) 0:00:59.330 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 19:29:22 +0000 (0:00:00.108) 0:00:59.439 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:62 Wednesday 06 July 2022 19:29:22 +0000 (0:00:00.049) 0:00:59.488 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 19:29:22 +0000 (0:00:00.068) 0:00:59.557 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:65 Wednesday 06 July 2022 19:29:22 +0000 (0:00:00.034) 0:00:59.592 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 19:29:22 +0000 (0:00:00.048) 0:00:59.640 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40 Wednesday 06 July 2022 19:29:22 +0000 (0:00:00.034) 0:00:59.675 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:47 Wednesday 06 July 2022 19:29:22 +0000 (0:00:00.051) 0:00:59.726 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57 Wednesday 06 July 2022 19:29:22 +0000 (0:00:00.039) 0:00:59.766 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:112 Wednesday 06 July 2022 19:29:22 +0000 (0:00:00.042) 0:00:59.809 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031459", "end": "2022-07-06 15:29:22.554613", "rc": 0, "start": "2022-07-06 15:29:22.523154" } STDOUT: MLCcTB-G62N-Bu9Y-0Pmu-VDda-9u0X-QETDqm TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:116 Wednesday 06 July 2022 19:29:22 +0000 (0:00:00.410) 0:01:00.220 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV and add the third disk to the 'foo' volume group] **** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:120 Wednesday 06 July 2022 19:29:22 +0000 (0:00:00.049) 0:01:00.269 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:29:23 +0000 (0:00:00.136) 0:01:00.405 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:29:23 +0000 (0:00:00.058) 0:01:00.464 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:29:23 +0000 (0:00:00.542) 0:01:01.006 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:29:23 +0000 (0:00:00.103) 0:01:01.109 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:29:23 +0000 (0:00:00.050) 0:01:01.159 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:29:23 +0000 (0:00:00.047) 0:01:01.207 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:29:23 +0000 (0:00:00.077) 0:01:01.284 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:29:23 +0000 (0:00:00.032) 0:01:01.317 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:29:24 +0000 (0:00:00.036) 0:01:01.353 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme1n1", "nvme2n1" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:29:24 +0000 (0:00:00.049) 0:01:01.402 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:29:24 +0000 (0:00:00.049) 0:01:01.451 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:29:24 +0000 (0:00:00.038) 0:01:01.490 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:29:24 +0000 (0:00:00.079) 0:01:01.569 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:29:24 +0000 (0:00:00.036) 0:01:01.606 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:29:24 +0000 (0:00:00.034) 0:01:01.640 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:29:24 +0000 (0:00:00.068) 0:01:01.709 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:29:24 +0000 (0:00:00.032) 0:01:01.742 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/nvme0n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/nvme2n1p1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme0n1", "/dev/foo", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:29:27 +0000 (0:00:02.755) 0:01:04.497 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:29:27 +0000 (0:00:00.091) 0:01:04.588 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:29:27 +0000 (0:00:00.036) 0:01:04.625 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/nvme0n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/nvme2n1p1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme0n1", "/dev/foo", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "lvm2", "e2fsprogs", "xfsprogs" ], "pools": [ { "disks": [ "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:29:27 +0000 (0:00:00.052) 0:01:04.677 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:29:27 +0000 (0:00:00.063) 0:01:04.741 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:29:27 +0000 (0:00:00.065) 0:01:04.807 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:29:27 +0000 (0:00:00.050) 0:01:04.857 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:29:27 +0000 (0:00:00.036) 0:01:04.894 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:29:27 +0000 (0:00:00.052) 0:01:04.946 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:29:27 +0000 (0:00:00.039) 0:01:04.986 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:29:28 +0000 (0:00:00.409) 0:01:05.396 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:29:28 +0000 (0:00:00.034) 0:01:05.430 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:128 Wednesday 06 July 2022 19:29:29 +0000 (0:00:00.989) 0:01:06.420 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:1 Wednesday 06 July 2022 19:29:29 +0000 (0:00:00.074) 0:01:06.495 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6 Wednesday 06 July 2022 19:29:29 +0000 (0:00:00.060) 0:01:06.555 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14 Wednesday 06 July 2022 19:29:29 +0000 (0:00:00.051) 0:01:06.607 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme1n1p1", "size": "10G", "type": "partition", "uuid": "ASzLz6-elXz-pCem-faVo-ErDq-NK2z-najQU5" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme2n1p1", "size": "10G", "type": "partition", "uuid": "Is5GWh-g7XH-yDbL-NUO8-7hNh-36je-nviKJ0" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-19-28-08-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 Wednesday 06 July 2022 19:29:29 +0000 (0:00:00.401) 0:01:07.008 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004157", "end": "2022-07-06 15:29:30.739466", "rc": 0, "start": "2022-07-06 15:29:29.735309" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24 Wednesday 06 July 2022 19:29:31 +0000 (0:00:01.438) 0:01:08.447 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003188", "end": "2022-07-06 15:29:31.173834", "failed_when_result": false, "rc": 0, "start": "2022-07-06 15:29:31.170646" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:33 Wednesday 06 July 2022 19:29:31 +0000 (0:00:00.394) 0:01:08.841 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme1n1', 'nvme2n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:5 Wednesday 06 July 2022 19:29:31 +0000 (0:00:00.077) 0:01:08.919 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:18 Wednesday 06 July 2022 19:29:31 +0000 (0:00:00.045) 0:01:08.964 ******** included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:1 Wednesday 06 July 2022 19:29:31 +0000 (0:00:00.067) 0:01:09.032 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/nvme1n1p1", "/dev/nvme2n1p1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:6 Wednesday 06 July 2022 19:29:31 +0000 (0:00:00.066) 0:01:09.099 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme1n1p1", "pv": "/dev/nvme1n1p1" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme2n1p1", "pv": "/dev/nvme2n1p1" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:15 Wednesday 06 July 2022 19:29:32 +0000 (0:00:00.771) 0:01:09.870 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:19 Wednesday 06 July 2022 19:29:32 +0000 (0:00:00.064) 0:01:09.934 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/nvme1n1p1", "/dev/nvme2n1p1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:23 Wednesday 06 July 2022 19:29:32 +0000 (0:00:00.162) 0:01:10.097 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:29 Wednesday 06 July 2022 19:29:32 +0000 (0:00:00.066) 0:01:10.163 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:33 Wednesday 06 July 2022 19:29:32 +0000 (0:00:00.053) 0:01:10.217 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:37 Wednesday 06 July 2022 19:29:32 +0000 (0:00:00.066) 0:01:10.283 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:41 Wednesday 06 July 2022 19:29:32 +0000 (0:00:00.036) 0:01:10.319 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme1n1p1" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme2n1p1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:50 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.072) 0:01:10.391 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:6 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.066) 0:01:10.458 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:12 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.034) 0:01:10.493 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:16 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.033) 0:01:10.526 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:20 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.032) 0:01:10.559 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:24 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.031) 0:01:10.591 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:30 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.032) 0:01:10.624 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:36 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.036) 0:01:10.661 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:44 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.035) 0:01:10.696 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:53 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.049) 0:01:10.746 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.103) 0:01:10.849 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:56 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.034) 0:01:10.883 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.064) 0:01:10.948 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:59 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.032) 0:01:10.980 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.069) 0:01:11.050 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.060) 0:01:11.111 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme1n1p1) => { "_storage_test_pool_member_path": "/dev/nvme1n1p1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme2n1p1) => { "_storage_test_pool_member_path": "/dev/nvme2n1p1", "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.040) 0:01:11.151 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme1n1p1) included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme2n1p1) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.068) 0:01:11.219 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:29:33 +0000 (0:00:00.059) 0:01:11.279 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.063) 0:01:11.343 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.049) 0:01:11.392 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.052) 0:01:11.445 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.087) 0:01:11.532 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.044) 0:01:11.577 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.064) 0:01:11.642 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.060) 0:01:11.703 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.044) 0:01:11.748 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.049) 0:01:11.798 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.048) 0:01:11.846 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.046) 0:01:11.893 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:62 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.049) 0:01:11.942 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.068) 0:01:12.011 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:65 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.033) 0:01:12.045 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.048) 0:01:12.093 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.037) 0:01:12.131 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:47 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.050) 0:01:12.181 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57 Wednesday 06 July 2022 19:29:34 +0000 (0:00:00.035) 0:01:12.217 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:130 Wednesday 06 July 2022 19:29:35 +0000 (0:00:00.154) 0:01:12.371 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.038727", "end": "2022-07-06 15:29:35.138703", "rc": 0, "start": "2022-07-06 15:29:35.099976" } STDOUT: MLCcTB-G62N-Bu9Y-0Pmu-VDda-9u0X-QETDqm TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:134 Wednesday 06 July 2022 19:29:35 +0000 (0:00:00.437) 0:01:12.809 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Create volume group 'foo' with 3 encrypted PVs] ************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:138 Wednesday 06 July 2022 19:29:35 +0000 (0:00:00.050) 0:01:12.860 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:29:35 +0000 (0:00:00.106) 0:01:12.967 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:29:35 +0000 (0:00:00.060) 0:01:13.027 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.552) 0:01:13.580 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.129) 0:01:13.710 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.052) 0:01:13.762 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.045) 0:01:13.808 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.114) 0:01:13.923 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.033) 0:01:13.956 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.039) 0:01:13.996 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.056) 0:01:14.052 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.048) 0:01:14.101 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.037) 0:01:14.138 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.039) 0:01:14.178 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.036) 0:01:14.215 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.035) 0:01:14.250 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:29:36 +0000 (0:00:00.068) 0:01:14.318 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:29:37 +0000 (0:00:00.033) 0:01:14.352 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme0n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/nvme2n1p1", "name": "luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "password": "-", "state": "present" }, { "backing_device": "/dev/nvme1n1p1", "name": "luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "password": "-", "state": "present" }, { "backing_device": "/dev/nvme0n1p1", "name": "luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "password": "-", "state": "present" } ], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "cryptsetup", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:30:07 +0000 (0:00:30.607) 0:01:44.960 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:30:07 +0000 (0:00:00.054) 0:01:45.014 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:30:07 +0000 (0:00:00.033) 0:01:45.048 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme0n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/nvme2n1p1", "name": "luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "password": "-", "state": "present" }, { "backing_device": "/dev/nvme1n1p1", "name": "luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "password": "-", "state": "present" }, { "backing_device": "/dev/nvme0n1p1", "name": "luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "cryptsetup", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:30:07 +0000 (0:00:00.053) 0:01:45.101 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:30:07 +0000 (0:00:00.132) 0:01:45.234 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:30:07 +0000 (0:00:00.047) 0:01:45.282 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:30:08 +0000 (0:00:00.048) 0:01:45.331 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:30:08 +0000 (0:00:00.038) 0:01:45.369 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:30:08 +0000 (0:00:00.051) 0:01:45.420 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:30:08 +0000 (0:00:00.038) 0:01:45.458 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657114115.7373767, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1654524050.107, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "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": 1654523851.529, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "610860986", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:30:08 +0000 (0:00:00.400) 0:01:45.859 ******** changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme2n1p1', 'name': 'luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme2n1p1", "name": "luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "password": "-", "state": "present" } } MSG: line added changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme1n1p1', 'name': 'luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme1n1p1", "name": "luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "password": "-", "state": "present" } } MSG: line added changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme0n1p1', 'name': 'luks-0d9f9c37-4e23-4253-9014-0f45fde22a41', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme0n1p1", "name": "luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:30:09 +0000 (0:00:01.284) 0:01:47.143 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [Save UUID of the created volume group] *********************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:149 Wednesday 06 July 2022 19:30:10 +0000 (0:00:01.053) 0:01:48.197 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.034280", "end": "2022-07-06 15:30:10.955707", "rc": 0, "start": "2022-07-06 15:30:10.921427" } STDOUT: dr8ClA-ykDc-nrhZ-Wl5b-brXu-PZeh-Bxu3Fe TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:153 Wednesday 06 July 2022 19:30:11 +0000 (0:00:00.428) 0:01:48.625 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:30:11 +0000 (0:00:00.104) 0:01:48.729 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:30:11 +0000 (0:00:00.058) 0:01:48.787 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.578) 0:01:49.366 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.111) 0:01:49.477 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.051) 0:01:49.529 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.049) 0:01:49.579 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.080) 0:01:49.660 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.033) 0:01:49.694 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.038) 0:01:49.732 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.059) 0:01:49.791 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.050) 0:01:49.842 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.037) 0:01:49.879 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.036) 0:01:49.915 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.038) 0:01:49.954 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.038) 0:01:49.992 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.073) 0:01:50.066 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:30:12 +0000 (0:00:00.036) 0:01:50.102 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/nvme1n1p1", "name": "luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "password": "-", "state": "absent" }, { "backing_device": "/dev/nvme2n1p1", "name": "luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:30:15 +0000 (0:00:02.751) 0:01:52.853 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:30:15 +0000 (0:00:00.053) 0:01:52.907 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:30:15 +0000 (0:00:00.036) 0:01:52.943 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/nvme1n1p1", "name": "luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "password": "-", "state": "absent" }, { "backing_device": "/dev/nvme2n1p1", "name": "luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "xfsprogs", "cryptsetup", "lvm2", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:30:15 +0000 (0:00:00.057) 0:01:53.000 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:30:15 +0000 (0:00:00.053) 0:01:53.054 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:30:15 +0000 (0:00:00.053) 0:01:53.107 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:30:15 +0000 (0:00:00.106) 0:01:53.213 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:30:15 +0000 (0:00:00.037) 0:01:53.250 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:30:15 +0000 (0:00:00.051) 0:01:53.302 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:30:16 +0000 (0:00:00.038) 0:01:53.341 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657135809.4706128, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4a14b8aef593c0220cc3159c44f24289df9b22d3", "ctime": 1657135809.4706128, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4240687, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1657135809.4706128, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 177, "uid": 0, "version": "656527040", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:30:16 +0000 (0:00:00.413) 0:01:53.755 ******** changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme1n1p1', 'name': 'luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme1n1p1", "name": "luks-55d91bf9-6b23-47a1-a16b-73cc82ca2652", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme2n1p1', 'name': 'luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme2n1p1", "name": "luks-d6240af6-7f41-4e7b-bc66-4a00d5848ea0", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:30:17 +0000 (0:00:00.782) 0:01:54.537 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:163 Wednesday 06 July 2022 19:30:18 +0000 (0:00:01.067) 0:01:55.604 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:1 Wednesday 06 July 2022 19:30:18 +0000 (0:00:00.082) 0:01:55.687 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6 Wednesday 06 July 2022 19:30:18 +0000 (0:00:00.064) 0:01:55.751 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14 Wednesday 06 July 2022 19:30:18 +0000 (0:00:00.046) 0:01:55.798 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "size": "10G", "type": "crypt", "uuid": "tMt22J-Ihzd-kToJ-hz9V-AbQl-VkIG-9PB9b8" }, "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "0d9f9c37-4e23-4253-9014-0f45fde22a41" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-19-28-08-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 Wednesday 06 July 2022 19:30:18 +0000 (0:00:00.388) 0:01:56.187 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002941", "end": "2022-07-06 15:30:18.906630", "rc": 0, "start": "2022-07-06 15:30:18.903689" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24 Wednesday 06 July 2022 19:30:19 +0000 (0:00:00.386) 0:01:56.573 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002725", "end": "2022-07-06 15:30:19.293995", "failed_when_result": false, "rc": 0, "start": "2022-07-06 15:30:19.291270" } STDOUT: luks-0d9f9c37-4e23-4253-9014-0f45fde22a41 /dev/nvme0n1p1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:33 Wednesday 06 July 2022 19:30:19 +0000 (0:00:00.386) 0:01:56.960 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1'], 'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'yabbadabbadoo', 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:5 Wednesday 06 July 2022 19:30:19 +0000 (0:00:00.077) 0:01:57.037 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:18 Wednesday 06 July 2022 19:30:19 +0000 (0:00:00.141) 0:01:57.179 ******** included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:1 Wednesday 06 July 2022 19:30:19 +0000 (0:00:00.084) 0:01:57.263 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:6 Wednesday 06 July 2022 19:30:20 +0000 (0:00:00.072) 0:01:57.335 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "pv": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:15 Wednesday 06 July 2022 19:30:20 +0000 (0:00:00.395) 0:01:57.731 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:19 Wednesday 06 July 2022 19:30:20 +0000 (0:00:00.065) 0:01:57.797 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:23 Wednesday 06 July 2022 19:30:20 +0000 (0:00:00.060) 0:01:57.858 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:29 Wednesday 06 July 2022 19:30:20 +0000 (0:00:00.061) 0:01:57.919 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:33 Wednesday 06 July 2022 19:30:20 +0000 (0:00:00.048) 0:01:57.968 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:37 Wednesday 06 July 2022 19:30:20 +0000 (0:00:00.033) 0:01:58.001 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:41 Wednesday 06 July 2022 19:30:20 +0000 (0:00:00.036) 0:01:58.037 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:50 Wednesday 06 July 2022 19:30:20 +0000 (0:00:00.057) 0:01:58.095 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:6 Wednesday 06 July 2022 19:30:20 +0000 (0:00:00.068) 0:01:58.164 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:12 Wednesday 06 July 2022 19:30:20 +0000 (0:00:00.089) 0:01:58.253 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:16 Wednesday 06 July 2022 19:30:20 +0000 (0:00:00.038) 0:01:58.292 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:20 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.039) 0:01:58.332 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:24 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.039) 0:01:58.371 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:30 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.036) 0:01:58.408 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:36 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.035) 0:01:58.443 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:44 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.044) 0:01:58.487 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:53 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.051) 0:01:58.539 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.068) 0:01:58.607 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:56 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.034) 0:01:58.642 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.068) 0:01:58.711 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:59 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.035) 0:01:58.747 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.069) 0:01:58.816 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.162) 0:01:58.979 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41) TASK [Get the backing device path] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:1 Wednesday 06 July 2022 19:30:21 +0000 (0:00:00.066) 0:01:59.046 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/0d9f9c37-4e23-4253-9014-0f45fde22a41" ], "delta": "0:00:01.005900", "end": "2022-07-06 15:30:22.795680", "rc": 0, "start": "2022-07-06 15:30:21.789780" } STDOUT: /dev/nvme0n1p1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:6 Wednesday 06 July 2022 19:30:23 +0000 (0:00:01.432) 0:02:00.478 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:11 Wednesday 06 July 2022 19:30:25 +0000 (0:00:02.352) 0:02:02.831 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/nvme0n1p1" ], "delta": "0:00:00.030699", "end": "2022-07-06 15:30:25.597959", "rc": 0, "start": "2022-07-06 15:30:25.567260" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 0d9f9c37-4e23-4253-9014-0f45fde22a41 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 9 Memory: 906366 Threads: 4 Salt: b3 9b b6 4f e8 82 b0 3d 71 03 f0 0b e6 88 36 2b 05 e2 14 04 c2 9e 73 e3 4c e0 1d 4f 74 c9 79 a3 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 94432 Salt: 60 76 24 cc a8 52 eb 52 a7 45 4f 02 1a e0 9d 0e 7f 42 fd 0a ff f9 26 0b 3c d8 92 22 c0 2d 8f 44 Digest: 0f bb 18 b7 59 fd 37 5f 49 0e 22 8f 9c c6 85 97 2f d4 39 61 83 48 97 74 e4 54 9e d2 76 39 35 21 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:17 Wednesday 06 July 2022 19:30:25 +0000 (0:00:00.446) 0:02:03.277 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:23 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.122) 0:02:03.400 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:29 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.038) 0:02:03.438 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.038) 0:02:03.477 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.072) 0:02:03.549 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-0d9f9c37-4e23-4253-9014-0f45fde22a41 /dev/nvme0n1p1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.065) 0:02:03.614 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.063) 0:02:03.678 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.067) 0:02:03.746 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.048) 0:02:03.794 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.060) 0:02:03.854 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.042) 0:02:03.897 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:62 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.047) 0:02:03.944 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.069) 0:02:04.013 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:65 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.034) 0:02:04.048 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.149) 0:02:04.198 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.032) 0:02:04.231 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:47 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.050) 0:02:04.281 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57 Wednesday 06 July 2022 19:30:26 +0000 (0:00:00.038) 0:02:04.320 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:165 Wednesday 06 July 2022 19:30:27 +0000 (0:00:00.044) 0:02:04.364 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.034432", "end": "2022-07-06 15:30:27.136923", "rc": 0, "start": "2022-07-06 15:30:27.102491" } STDOUT: dr8ClA-ykDc-nrhZ-Wl5b-brXu-PZeh-Bxu3Fe TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:169 Wednesday 06 July 2022 19:30:27 +0000 (0:00:00.449) 0:02:04.813 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Add the disks back to the 'foo' volume group] **************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:173 Wednesday 06 July 2022 19:30:27 +0000 (0:00:00.049) 0:02:04.862 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:30:27 +0000 (0:00:00.121) 0:02:04.984 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:30:27 +0000 (0:00:00.060) 0:02:05.044 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:30:28 +0000 (0:00:00.676) 0:02:05.721 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:30:28 +0000 (0:00:00.100) 0:02:05.821 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:30:28 +0000 (0:00:00.080) 0:02:05.902 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:30:28 +0000 (0:00:00.086) 0:02:05.988 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:30:28 +0000 (0:00:00.119) 0:02:06.108 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:30:28 +0000 (0:00:00.033) 0:02:06.141 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:30:28 +0000 (0:00:00.039) 0:02:06.181 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:30:28 +0000 (0:00:00.053) 0:02:06.234 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:30:28 +0000 (0:00:00.050) 0:02:06.285 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:30:28 +0000 (0:00:00.038) 0:02:06.323 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:30:29 +0000 (0:00:00.039) 0:02:06.363 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:30:29 +0000 (0:00:00.036) 0:02:06.400 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:30:29 +0000 (0:00:00.036) 0:02:06.436 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:30:29 +0000 (0:00:00.072) 0:02:06.508 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:30:29 +0000 (0:00:00.033) 0:02:06.542 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/nvme2n1p1", "name": "luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "password": "-", "state": "present" }, { "backing_device": "/dev/nvme1n1p1", "name": "luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "password": "-", "state": "present" } ], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "e2fsprogs", "cryptsetup" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:30:49 +0000 (0:00:20.750) 0:02:27.292 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:30:50 +0000 (0:00:00.054) 0:02:27.347 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:30:50 +0000 (0:00:00.036) 0:02:27.383 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/nvme2n1p1", "name": "luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "password": "-", "state": "present" }, { "backing_device": "/dev/nvme1n1p1", "name": "luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "e2fsprogs", "cryptsetup" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:30:50 +0000 (0:00:00.053) 0:02:27.437 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:30:50 +0000 (0:00:00.094) 0:02:27.532 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:30:50 +0000 (0:00:00.129) 0:02:27.661 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:30:50 +0000 (0:00:00.046) 0:02:27.708 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:30:50 +0000 (0:00:00.035) 0:02:27.743 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:30:50 +0000 (0:00:00.046) 0:02:27.789 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:30:50 +0000 (0:00:00.035) 0:02:27.825 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657135819.2926128, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "194ad7a2873a35569eac45b47dcdb0aac3a60cd1", "ctime": 1657135816.8606126, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12658016, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1657135816.8606126, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 59, "uid": 0, "version": "3616533117", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:30:50 +0000 (0:00:00.390) 0:02:28.215 ******** changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme2n1p1', 'name': 'luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme2n1p1", "name": "luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "password": "-", "state": "present" } } MSG: line added changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme1n1p1', 'name': 'luks-e799a025-190f-4151-ac5e-286ab0ebd66c', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme1n1p1", "name": "luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:30:51 +0000 (0:00:00.765) 0:02:28.981 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:183 Wednesday 06 July 2022 19:30:52 +0000 (0:00:01.074) 0:02:30.055 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:1 Wednesday 06 July 2022 19:30:52 +0000 (0:00:00.086) 0:02:30.142 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": true, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "yabbadabbadoo", "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6 Wednesday 06 July 2022 19:30:52 +0000 (0:00:00.063) 0:02:30.205 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14 Wednesday 06 July 2022 19:30:52 +0000 (0:00:00.050) 0:02:30.255 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "size": "10G", "type": "crypt", "uuid": "tMt22J-Ihzd-kToJ-hz9V-AbQl-VkIG-9PB9b8" }, "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "size": "10G", "type": "crypt", "uuid": "Ib3oc8-ep7o-nmuP-Gj4p-K0rZ-rL98-cwo0Sv" }, "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c": { "fstype": "LVM2_member", "label": "", "name": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "size": "10G", "type": "crypt", "uuid": "KWK7CX-yMig-cn4p-dvqv-nYqT-W4mh-iYp9Sy" }, "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "0d9f9c37-4e23-4253-9014-0f45fde22a41" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1p1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/nvme1n1p1", "size": "10G", "type": "partition", "uuid": "e799a025-190f-4151-ac5e-286ab0ebd66c" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1p1": { "fstype": "crypto_LUKS", "label": "", "name": "/dev/nvme2n1p1", "size": "10G", "type": "partition", "uuid": "928fb2e8-8019-45bc-b3ae-117ea2d515ee" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-19-28-08-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 Wednesday 06 July 2022 19:30:53 +0000 (0:00:00.406) 0:02:30.662 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004136", "end": "2022-07-06 15:30:54.374329", "rc": 0, "start": "2022-07-06 15:30:53.370193" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24 Wednesday 06 July 2022 19:30:54 +0000 (0:00:01.384) 0:02:32.046 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002976", "end": "2022-07-06 15:30:54.834884", "failed_when_result": false, "rc": 0, "start": "2022-07-06 15:30:54.831908" } STDOUT: luks-0d9f9c37-4e23-4253-9014-0f45fde22a41 /dev/nvme0n1p1 - luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee /dev/nvme2n1p1 - luks-e799a025-190f-4151-ac5e-286ab0ebd66c /dev/nvme1n1p1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:33 Wednesday 06 July 2022 19:30:55 +0000 (0:00:00.455) 0:02:32.502 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1', 'nvme1n1', 'nvme2n1'], 'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'yabbadabbadoo', 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:5 Wednesday 06 July 2022 19:30:55 +0000 (0:00:00.078) 0:02:32.580 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:18 Wednesday 06 July 2022 19:30:55 +0000 (0:00:00.045) 0:02:32.626 ******** included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:1 Wednesday 06 July 2022 19:30:55 +0000 (0:00:00.074) 0:02:32.700 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "3", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:6 Wednesday 06 July 2022 19:30:55 +0000 (0:00:00.066) 0:02:32.767 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "pv": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "pv": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee" } ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "pv": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:15 Wednesday 06 July 2022 19:30:56 +0000 (0:00:01.067) 0:02:33.834 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "3" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:19 Wednesday 06 July 2022 19:30:56 +0000 (0:00:00.060) 0:02:33.895 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:23 Wednesday 06 July 2022 19:30:56 +0000 (0:00:00.135) 0:02:34.030 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:29 Wednesday 06 July 2022 19:30:56 +0000 (0:00:00.061) 0:02:34.092 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:33 Wednesday 06 July 2022 19:30:56 +0000 (0:00:00.046) 0:02:34.138 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:37 Wednesday 06 July 2022 19:30:56 +0000 (0:00:00.038) 0:02:34.176 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:41 Wednesday 06 July 2022 19:30:56 +0000 (0:00:00.034) 0:02:34.211 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee" } MSG: All assertions passed ok: [/cache/centos-9.qcow2.snap] => (item=/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:50 Wednesday 06 July 2022 19:30:56 +0000 (0:00:00.074) 0:02:34.286 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:6 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.062) 0:02:34.349 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:12 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.033) 0:02:34.382 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:16 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.037) 0:02:34.420 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:20 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.036) 0:02:34.457 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:24 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.035) 0:02:34.493 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:30 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.035) 0:02:34.528 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:36 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.035) 0:02:34.563 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:44 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.033) 0:02:34.597 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:53 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.045) 0:02:34.642 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.116) 0:02:34.759 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:56 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.034) 0:02:34.793 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.066) 0:02:34.860 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:59 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.032) 0:02:34.893 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.068) 0:02:34.961 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.059) 0:02:35.021 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41) included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee) included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c) TASK [Get the backing device path] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:1 Wednesday 06 July 2022 19:30:57 +0000 (0:00:00.079) 0:02:35.100 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/0d9f9c37-4e23-4253-9014-0f45fde22a41" ], "delta": "0:00:00.002902", "end": "2022-07-06 15:30:57.834157", "rc": 0, "start": "2022-07-06 15:30:57.831255" } STDOUT: /dev/nvme0n1p1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:6 Wednesday 06 July 2022 19:30:58 +0000 (0:00:00.403) 0:02:35.504 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:11 Wednesday 06 July 2022 19:30:59 +0000 (0:00:00.915) 0:02:36.420 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/nvme0n1p1" ], "delta": "0:00:00.023410", "end": "2022-07-06 15:30:59.180122", "rc": 0, "start": "2022-07-06 15:30:59.156712" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 0d9f9c37-4e23-4253-9014-0f45fde22a41 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 9 Memory: 906366 Threads: 4 Salt: b3 9b b6 4f e8 82 b0 3d 71 03 f0 0b e6 88 36 2b 05 e2 14 04 c2 9e 73 e3 4c e0 1d 4f 74 c9 79 a3 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 94432 Salt: 60 76 24 cc a8 52 eb 52 a7 45 4f 02 1a e0 9d 0e 7f 42 fd 0a ff f9 26 0b 3c d8 92 22 c0 2d 8f 44 Digest: 0f bb 18 b7 59 fd 37 5f 49 0e 22 8f 9c c6 85 97 2f d4 39 61 83 48 97 74 e4 54 9e d2 76 39 35 21 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:17 Wednesday 06 July 2022 19:30:59 +0000 (0:00:00.435) 0:02:36.855 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:23 Wednesday 06 July 2022 19:30:59 +0000 (0:00:00.068) 0:02:36.923 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:29 Wednesday 06 July 2022 19:30:59 +0000 (0:00:00.037) 0:02:36.961 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:1 Wednesday 06 July 2022 19:30:59 +0000 (0:00:00.037) 0:02:36.999 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/928fb2e8-8019-45bc-b3ae-117ea2d515ee" ], "delta": "0:00:00.003603", "end": "2022-07-06 15:30:59.734087", "rc": 0, "start": "2022-07-06 15:30:59.730484" } STDOUT: /dev/nvme2n1p1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:6 Wednesday 06 July 2022 19:31:00 +0000 (0:00:00.405) 0:02:37.404 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:11 Wednesday 06 July 2022 19:31:00 +0000 (0:00:00.839) 0:02:38.244 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/nvme2n1p1" ], "delta": "0:00:00.011735", "end": "2022-07-06 15:31:01.030222", "rc": 0, "start": "2022-07-06 15:31:01.018487" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 928fb2e8-8019-45bc-b3ae-117ea2d515ee Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 9 Memory: 906366 Threads: 4 Salt: 28 04 1c ce e8 4e 12 53 4a fe e3 ca c1 ae 1a a9 af 8b dd 28 d9 45 eb fe 5e 92 74 3c 12 57 ca be AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 95953 Salt: 7b db 66 e1 b4 81 a4 24 31 d4 45 2a f2 9c 4c c7 93 64 b0 d9 c6 42 d3 8c e0 4b 12 46 d3 e1 8f 5d Digest: b8 3b d2 89 35 a2 3e 6a da dc e3 a1 0f 4b 5a c4 f5 90 f4 26 61 fc 20 2b 77 34 ea 39 02 58 0e 63 TASK [Check LUKS version] ****************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:17 Wednesday 06 July 2022 19:31:01 +0000 (0:00:00.455) 0:02:38.699 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:23 Wednesday 06 July 2022 19:31:01 +0000 (0:00:00.067) 0:02:38.766 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:29 Wednesday 06 July 2022 19:31:01 +0000 (0:00:00.038) 0:02:38.804 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:1 Wednesday 06 July 2022 19:31:01 +0000 (0:00:00.038) 0:02:38.842 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "realpath", "/dev/disk/by-uuid/e799a025-190f-4151-ac5e-286ab0ebd66c" ], "delta": "0:00:00.002891", "end": "2022-07-06 15:31:01.574306", "rc": 0, "start": "2022-07-06 15:31:01.571415" } STDOUT: /dev/nvme1n1p1 TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:6 Wednesday 06 July 2022 19:31:01 +0000 (0:00:00.401) 0:02:39.243 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:11 Wednesday 06 July 2022 19:31:02 +0000 (0:00:00.880) 0:02:40.124 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/nvme1n1p1" ], "delta": "0:00:00.011940", "end": "2022-07-06 15:31:02.837928", "rc": 0, "start": "2022-07-06 15:31:02.825988" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: e799a025-190f-4151-ac5e-286ab0ebd66c Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 9 Memory: 906366 Threads: 4 Salt: a7 b6 c1 fc 1c 75 1b 89 04 18 d4 af ab 80 b0 d7 0f 7d f8 25 7c 64 85 ff 72 bb 35 b3 f6 97 e0 35 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 95394 Salt: 9f e5 16 83 35 c0 eb ca 57 c4 f5 96 11 92 68 47 ef 3f cb 34 6f 29 be d8 47 b3 ff a6 d4 8e be c0 Digest: 81 59 9c 18 59 f0 8a b8 e1 6c 44 b1 32 5f 35 d8 04 a3 85 c5 64 26 6e 9b 7a 84 07 1b a0 aa a8 2c TASK [Check LUKS version] ****************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:17 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.384) 0:02:40.508 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:23 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.147) 0:02:40.656 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:29 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.035) 0:02:40.691 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.038) 0:02:40.730 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41) included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee) included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.089) 0:02:40.820 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-0d9f9c37-4e23-4253-9014-0f45fde22a41 /dev/nvme0n1p1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.063) 0:02:40.884 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.065) 0:02:40.949 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.060) 0:02:41.009 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.049) 0:02:41.058 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.069) 0:02:41.128 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.055) 0:02:41.183 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee /dev/nvme2n1p1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.063) 0:02:41.247 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:31:03 +0000 (0:00:00.063) 0:02:41.310 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.064) 0:02:41.375 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.047) 0:02:41.422 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.164) 0:02:41.587 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.044) 0:02:41.632 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-e799a025-190f-4151-ac5e-286ab0ebd66c /dev/nvme1n1p1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.062) 0:02:41.695 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.061) 0:02:41.756 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.066) 0:02:41.822 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.051) 0:02:41.873 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.068) 0:02:41.942 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.050) 0:02:41.992 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:62 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.046) 0:02:42.039 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.070) 0:02:42.109 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:65 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.037) 0:02:42.147 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.052) 0:02:42.199 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.034) 0:02:42.234 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:47 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.043) 0:02:42.277 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57 Wednesday 06 July 2022 19:31:04 +0000 (0:00:00.031) 0:02:42.309 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:185 Wednesday 06 July 2022 19:31:05 +0000 (0:00:00.132) 0:02:42.442 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.038101", "end": "2022-07-06 15:31:05.182620", "rc": 0, "start": "2022-07-06 15:31:05.144519" } STDOUT: dr8ClA-ykDc-nrhZ-Wl5b-brXu-PZeh-Bxu3Fe TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:189 Wednesday 06 July 2022 19:31:05 +0000 (0:00:00.408) 0:02:42.851 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Create a new volume group with a logical volume] ************************* task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:193 Wednesday 06 July 2022 19:31:05 +0000 (0:00:00.048) 0:02:42.899 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:31:05 +0000 (0:00:00.113) 0:02:43.013 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:31:05 +0000 (0:00:00.057) 0:02:43.070 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.542) 0:02:43.612 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.098) 0:02:43.711 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.050) 0:02:43.762 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.139) 0:02:43.901 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.079) 0:02:43.981 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.032) 0:02:44.013 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.041) 0:02:44.055 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": "nvme0n1", "encryption": false, "name": "foo", "volumes": [ { "name": "test", "size": "20m" } ] } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.050) 0:02:44.106 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.048) 0:02:44.155 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.035) 0:02:44.190 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.038) 0:02:44.228 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.038) 0:02:44.267 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:31:06 +0000 (0:00:00.036) 0:02:44.303 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:31:07 +0000 (0:00:00.089) 0:02:44.392 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:31:07 +0000 (0:00:00.039) 0:02:44.432 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme0n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme0n1p1", "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/nvme1n1p1", "name": "luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "password": "-", "state": "absent" }, { "backing_device": "/dev/nvme0n1p1", "name": "luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "password": "-", "state": "absent" }, { "backing_device": "/dev/nvme2n1p1", "name": "luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:31:11 +0000 (0:00:03.920) 0:02:48.352 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:31:11 +0000 (0:00:00.050) 0:02:48.403 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:31:11 +0000 (0:00:00.033) 0:02:48.437 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme0n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1p1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/nvme2n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme2n1", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/nvme0n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme0n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme0n1p1", "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/nvme1n1p1", "name": "luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "password": "-", "state": "absent" }, { "backing_device": "/dev/nvme0n1p1", "name": "luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "password": "-", "state": "absent" }, { "backing_device": "/dev/nvme2n1p1", "name": "luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:31:11 +0000 (0:00:00.052) 0:02:48.490 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:31:11 +0000 (0:00:00.056) 0:02:48.546 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:31:11 +0000 (0:00:00.129) 0:02:48.676 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:31:11 +0000 (0:00:00.048) 0:02:48.724 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:31:11 +0000 (0:00:00.037) 0:02:48.762 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:31:11 +0000 (0:00:00.048) 0:02:48.810 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:31:11 +0000 (0:00:00.036) 0:02:48.847 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657135854.8336127, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ddca8a8079c6655cb6b184f05fc26d252843eda2", "ctime": 1657135851.3066127, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 20988986, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1657135851.3066127, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 177, "uid": 0, "version": "3242905286", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:31:11 +0000 (0:00:00.422) 0:02:49.269 ******** changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme1n1p1', 'name': 'luks-e799a025-190f-4151-ac5e-286ab0ebd66c', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme1n1p1", "name": "luks-e799a025-190f-4151-ac5e-286ab0ebd66c", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme0n1p1', 'name': 'luks-0d9f9c37-4e23-4253-9014-0f45fde22a41', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme0n1p1", "name": "luks-0d9f9c37-4e23-4253-9014-0f45fde22a41", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [/cache/centos-9.qcow2.snap] => (item={'backing_device': '/dev/nvme2n1p1', 'name': 'luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/nvme2n1p1", "name": "luks-928fb2e8-8019-45bc-b3ae-117ea2d515ee", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:31:13 +0000 (0:00:01.154) 0:02:50.424 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [Save UUID of the created volume group] *********************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:205 Wednesday 06 July 2022 19:31:14 +0000 (0:00:01.027) 0:02:51.451 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031031", "end": "2022-07-06 15:31:14.192424", "rc": 0, "start": "2022-07-06 15:31:14.161393" } STDOUT: sTS21k-kZRI-7MHc-3jX1-l9Ho-qoR9-yp8PiP TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:209 Wednesday 06 July 2022 19:31:14 +0000 (0:00:00.409) 0:02:51.861 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:1 Wednesday 06 July 2022 19:31:14 +0000 (0:00:00.086) 0:02:51.947 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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_options": "defaults", "mount_passno": 0, "mount_point": "", "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "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/tmpaxpydj_h/tests/storage/verify-role-results.yml:6 Wednesday 06 July 2022 19:31:14 +0000 (0:00:00.075) 0:02:52.022 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14 Wednesday 06 July 2022 19:31:14 +0000 (0:00:00.046) 0:02:52.069 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/mapper/foo-test": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test", "size": "20M", "type": "lvm", "uuid": "8becc2f6-5368-4656-aa12-d2b7798a6c77" }, "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme0n1p1": { "fstype": "LVM2_member", "label": "", "name": "/dev/nvme0n1p1", "size": "10G", "type": "partition", "uuid": "Uh457X-PImU-36fJ-cIIP-5muM-xqqP-8Me72a" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-19-28-08-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 Wednesday 06 July 2022 19:31:15 +0000 (0:00:00.398) 0:02:52.468 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:01.004374", "end": "2022-07-06 15:31:16.199227", "rc": 0, "start": "2022-07-06 15:31:15.194853" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24 Wednesday 06 July 2022 19:31:16 +0000 (0:00:01.400) 0:02:53.868 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:01.004048", "end": "2022-07-06 15:31:17.575497", "failed_when_result": false, "rc": 0, "start": "2022-07-06 15:31:16.571449" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:33 Wednesday 06 July 2022 19:31:17 +0000 (0:00:01.378) 0:02:55.247 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'name': 'test', 'raid_level': None, 'size': '20m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:5 Wednesday 06 July 2022 19:31:18 +0000 (0:00:00.080) 0:02:55.327 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:18 Wednesday 06 July 2022 19:31:18 +0000 (0:00:00.045) 0:02:55.373 ******** included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:1 Wednesday 06 July 2022 19:31:18 +0000 (0:00:00.069) 0:02:55.443 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/nvme0n1p1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:6 Wednesday 06 July 2022 19:31:18 +0000 (0:00:00.062) 0:02:55.505 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/nvme0n1p1", "pv": "/dev/nvme0n1p1" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:15 Wednesday 06 July 2022 19:31:18 +0000 (0:00:00.420) 0:02:55.926 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:19 Wednesday 06 July 2022 19:31:18 +0000 (0:00:00.061) 0:02:55.987 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/nvme0n1p1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:23 Wednesday 06 July 2022 19:31:18 +0000 (0:00:00.060) 0:02:56.047 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:29 Wednesday 06 July 2022 19:31:18 +0000 (0:00:00.059) 0:02:56.107 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:33 Wednesday 06 July 2022 19:31:18 +0000 (0:00:00.049) 0:02:56.156 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:37 Wednesday 06 July 2022 19:31:18 +0000 (0:00:00.060) 0:02:56.217 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:41 Wednesday 06 July 2022 19:31:18 +0000 (0:00:00.034) 0:02:56.251 ******** ok: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/nvme0n1p1" } MSG: All assertions passed TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:50 Wednesday 06 July 2022 19:31:18 +0000 (0:00:00.057) 0:02:56.309 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:6 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.062) 0:02:56.372 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:12 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.034) 0:02:56.407 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:16 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.035) 0:02:56.442 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:20 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.034) 0:02:56.477 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:24 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.033) 0:02:56.510 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:30 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.071) 0:02:56.582 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:36 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.039) 0:02:56.621 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:44 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.038) 0:02:56.660 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:53 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.046) 0:02:56.706 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.066) 0:02:56.772 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-lvmraid.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'name': 'test', 'raid_level': None, 'size': '20m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about LVM RAID] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-lvmraid.yml:3 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.065) 0:02:56.838 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is LVM RAID] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-lvmraid.yml:8 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.034) 0:02:56.873 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-lvmraid.yml:12 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.034) 0:02:56.907 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:56 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.034) 0:02:56.942 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.068) 0:02:57.011 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'name': 'test', 'raid_level': None, 'size': '20m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml:3 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.067) 0:02:57.078 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml:8 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.033) 0:02:57.112 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml:13 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.076) 0:02:57.188 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml:17 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.034) 0:02:57.223 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check member encryption] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:59 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.034) 0:02:57.257 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 19:31:19 +0000 (0:00:00.066) 0:02:57.323 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.059) 0:02:57.382 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/nvme0n1p1) => { "_storage_test_pool_member_path": "/dev/nvme0n1p1", "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.038) 0:02:57.420 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/nvme0n1p1) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.063) 0:02:57.484 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.058) 0:02:57.542 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:9 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.058) 0:02:57.601 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:15 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.045) 0:02:57.647 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:21 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.045) 0:02:57.692 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.045) 0:02:57.737 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.046) 0:02:57.783 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:62 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.046) 0:02:57.830 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.111) 0:02:57.942 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'name': 'test', 'raid_level': None, 'size': '20m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [get information about VDO deduplication] ********************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:3 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.069) 0:02:58.012 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:8 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.036) 0:02:58.048 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert] ****************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:11 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.036) 0:02:58.084 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert] ****************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:16 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.036) 0:02:58.121 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:21 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.036) 0:02:58.158 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert] ****************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:24 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.036) 0:02:58.194 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert] ****************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:29 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.035) 0:02:58.230 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:39 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.034) 0:02:58.265 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:65 Wednesday 06 July 2022 19:31:20 +0000 (0:00:00.052) 0:02:58.318 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.051) 0:02:58.369 ******** [WARNING]: The loop variable 'storage_test_volume' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'name': 'test', 'raid_level': None, 'size': '20m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': '/dev/mapper/foo-test', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:2 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.067) 0:02:58.437 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:10 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.062) 0:02:58.499 ******** included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml for /cache/centos-9.qcow2.snap => (item=mount) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml for /cache/centos-9.qcow2.snap => (item=fstab) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fs.yml for /cache/centos-9.qcow2.snap => (item=fs) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml for /cache/centos-9.qcow2.snap => (item=device) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml for /cache/centos-9.qcow2.snap => (item=encryption) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml for /cache/centos-9.qcow2.snap => (item=md) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml for /cache/centos-9.qcow2.snap => (item=size) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml for /cache/centos-9.qcow2.snap => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:6 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.158) 0:02:58.658 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:10 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.049) 0:02:58.707 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Verify the current mount state by device] ******************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:20 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.068) 0:02:58.775 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:29 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.036) 0:02:58.811 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Verify the mount fs type] ************************************************ task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:37 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.064) 0:02:58.876 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [command] ***************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:46 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.048) 0:02:58.924 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:50 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.039) 0:02:58.964 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:55 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.037) 0:02:59.002 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:65 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.036) 0:02:59.038 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": 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/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:2 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.052) 0:02:59.091 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:12 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.073) 0:02:59.164 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:19 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.059) 0:02:59.224 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:25 Wednesday 06 July 2022 19:31:21 +0000 (0:00:00.062) 0:02:59.286 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:34 Wednesday 06 July 2022 19:31:22 +0000 (0:00:00.049) 0:02:59.336 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-volume-fs.yml:4 Wednesday 06 July 2022 19:31:22 +0000 (0:00:00.178) 0:02:59.515 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fs.yml:10 Wednesday 06 July 2022 19:31:22 +0000 (0:00:00.053) 0:02:59.569 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:4 Wednesday 06 July 2022 19:31:22 +0000 (0:00:00.054) 0:02:59.623 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657135870.6216128, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1657135870.6216128, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2834, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1657135870.6216128, "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/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:10 Wednesday 06 July 2022 19:31:22 +0000 (0:00:00.413) 0:03:00.037 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:15 Wednesday 06 July 2022 19:31:22 +0000 (0:00:00.060) 0:03:00.098 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [(1/2) Process volume type (set initial value)] *************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:21 Wednesday 06 July 2022 19:31:22 +0000 (0:00:00.053) 0:03:00.152 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [(2/2) Process volume type (get RAID value)] ****************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:25 Wednesday 06 July 2022 19:31:22 +0000 (0:00:00.051) 0:03:00.203 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:30 Wednesday 06 July 2022 19:31:22 +0000 (0:00:00.036) 0:03:00.239 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:3 Wednesday 06 July 2022 19:31:22 +0000 (0:00:00.048) 0:03:00.288 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:10 Wednesday 06 July 2022 19:31:23 +0000 (0:00:00.037) 0:03:00.326 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:15 Wednesday 06 July 2022 19:31:23 +0000 (0:00:00.895) 0:03:01.222 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:21 Wednesday 06 July 2022 19:31:23 +0000 (0:00:00.080) 0:03:01.302 ******** skipping: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:27 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.035) 0:03:01.338 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:33 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.061) 0:03:01.399 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:39 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.034) 0:03:01.434 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:44 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.034) 0:03:01.468 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:50 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.036) 0:03:01.505 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:56 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.039) 0:03:01.544 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:62 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.035) 0:03:01.580 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:67 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.062) 0:03:01.643 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:72 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.060) 0:03:01.704 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:78 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.046) 0:03:01.751 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:84 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.050) 0:03:01.801 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:90 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.049) 0:03:01.851 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:7 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.048) 0:03:01.899 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:13 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.048) 0:03:01.947 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:17 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.046) 0:03:01.994 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:21 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.100) 0:03:02.094 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:25 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.064) 0:03:02.159 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:31 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.072) 0:03:02.231 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:37 Wednesday 06 July 2022 19:31:24 +0000 (0:00:00.054) 0:03:02.286 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the actual size of the volume] ************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:3 Wednesday 06 July 2022 19:31:25 +0000 (0:00:00.051) 0:03:02.337 ******** ok: [/cache/centos-9.qcow2.snap] => { "bytes": 20971520, "changed": false, "lvm": "20m", "parted": "20MiB", "size": "20 MiB" } TASK [parse the requested size of the volume] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:9 Wednesday 06 July 2022 19:31:25 +0000 (0:00:00.492) 0:03:02.830 ******** ok: [/cache/centos-9.qcow2.snap] => { "bytes": 20971520, "changed": false, "lvm": "20m", "parted": "20MiB", "size": "20 MiB" } TASK [Establish base value for expected size] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:15 Wednesday 06 July 2022 19:31:25 +0000 (0:00:00.416) 0:03:03.246 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_expected_size": "20971520" }, "changed": false } TASK [debug] ******************************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:20 Wednesday 06 July 2022 19:31:25 +0000 (0:00:00.058) 0:03:03.305 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_test_expected_size": "20971520" } TASK [debug] ******************************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:25 Wednesday 06 July 2022 19:31:26 +0000 (0:00:00.047) 0:03:03.352 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [debug] ******************************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:28 Wednesday 06 July 2022 19:31:26 +0000 (0:00:00.048) 0:03:03.401 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Get the size of parent/pool device] ************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:31 Wednesday 06 July 2022 19:31:26 +0000 (0:00:00.048) 0:03:03.449 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:36 Wednesday 06 July 2022 19:31:26 +0000 (0:00:00.060) 0:03:03.510 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:39 Wednesday 06 July 2022 19:31:26 +0000 (0:00:00.052) 0:03:03.562 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [debug] ******************************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:44 Wednesday 06 July 2022 19:31:26 +0000 (0:00:00.098) 0:03:03.661 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_test_actual_size": { "bytes": 20971520, "changed": false, "failed": false, "lvm": "20m", "parted": "20MiB", "size": "20 MiB" } } TASK [debug] ******************************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:47 Wednesday 06 July 2022 19:31:26 +0000 (0:00:00.051) 0:03:03.713 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_test_expected_size": "20971520" } TASK [assert] ****************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:50 Wednesday 06 July 2022 19:31:26 +0000 (0:00:00.048) 0:03:03.761 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:6 Wednesday 06 July 2022 19:31:26 +0000 (0:00:00.063) 0:03:03.825 ******** ok: [/cache/centos-9.qcow2.snap] => { "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.043106", "end": "2022-07-06 15:31:26.588458", "rc": 0, "start": "2022-07-06 15:31:26.545352" } STDOUT: LVM2_LV_NAME=test LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:14 Wednesday 06 July 2022 19:31:26 +0000 (0:00:00.439) 0:03:04.265 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [check segment type] ****************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:17 Wednesday 06 July 2022 19:31:27 +0000 (0:00:00.060) 0:03:04.326 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:22 Wednesday 06 July 2022 19:31:27 +0000 (0:00:00.062) 0:03:04.388 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [parse the requested cache size] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:26 Wednesday 06 July 2022 19:31:27 +0000 (0:00:00.047) 0:03:04.435 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:32 Wednesday 06 July 2022 19:31:27 +0000 (0:00:00.053) 0:03:04.489 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:36 Wednesday 06 July 2022 19:31:27 +0000 (0:00:00.051) 0:03:04.541 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:16 Wednesday 06 July 2022 19:31:27 +0000 (0:00:00.047) 0:03:04.588 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40 Wednesday 06 July 2022 19:31:27 +0000 (0:00:00.045) 0:03:04.633 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:47 Wednesday 06 July 2022 19:31:27 +0000 (0:00:00.044) 0:03:04.678 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57 Wednesday 06 July 2022 19:31:27 +0000 (0:00:00.031) 0:03:04.710 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } TASK [Add a second PV to the VG] *********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:211 Wednesday 06 July 2022 19:31:27 +0000 (0:00:00.142) 0:03:04.852 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:31:27 +0000 (0:00:00.119) 0:03:04.972 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:31:27 +0000 (0:00:00.059) 0:03:05.032 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.565) 0:03:05.597 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.092) 0:03:05.690 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.046) 0:03:05.737 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.044) 0:03:05.781 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.079) 0:03:05.860 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.076) 0:03:05.937 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.036) 0:03:05.973 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1" ], "name": "foo", "volumes": [ { "name": "test", "size": "20m" } ] } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.056) 0:03:06.030 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.049) 0:03:06.080 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.036) 0:03:06.116 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.037) 0:03:06.154 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.036) 0:03:06.190 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.035) 0:03:06.226 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:31:28 +0000 (0:00:00.070) 0:03:06.297 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:31:29 +0000 (0:00:00.033) 0:03:06.331 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/nvme1n1p1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/mapper/foo-test", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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": [ "nvme0n1", "nvme1n1" ], "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_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:31:31 +0000 (0:00:02.310) 0:03:08.641 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:31:31 +0000 (0:00:00.054) 0:03:08.696 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:31:31 +0000 (0:00:00.033) 0:03:08.729 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/nvme1n1", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "create format", "device": "/dev/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/nvme1n1p1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/mapper/foo-test", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "e2fsprogs", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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": [ "nvme0n1", "nvme1n1" ], "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_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:31:31 +0000 (0:00:00.055) 0:03:08.784 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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": [ "nvme0n1", "nvme1n1" ], "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_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:31:31 +0000 (0:00:00.052) 0:03:08.837 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:31:31 +0000 (0:00:00.051) 0:03:08.888 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:31:31 +0000 (0:00:00.049) 0:03:08.938 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:31:31 +0000 (0:00:00.037) 0:03:08.975 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:31:31 +0000 (0:00:00.050) 0:03:09.025 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:31:31 +0000 (0:00:00.038) 0:03:09.064 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657135876.5736127, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1657135872.7476127, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12658016, "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": 1657135872.7466128, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3616533118", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:31:32 +0000 (0:00:00.403) 0:03:09.468 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:31:32 +0000 (0:00:00.086) 0:03:09.555 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:222 Wednesday 06 July 2022 19:31:33 +0000 (0:00:00.985) 0:03:10.540 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.033561", "end": "2022-07-06 15:31:33.288504", "rc": 0, "start": "2022-07-06 15:31:33.254943" } STDOUT: sTS21k-kZRI-7MHc-3jX1-l9Ho-qoR9-yp8PiP TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:226 Wednesday 06 July 2022 19:31:33 +0000 (0:00:00.418) 0:03:10.959 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV from the VG] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:230 Wednesday 06 July 2022 19:31:33 +0000 (0:00:00.049) 0:03:11.008 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:31:33 +0000 (0:00:00.124) 0:03:11.133 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:31:33 +0000 (0:00:00.106) 0:03:11.239 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:31:34 +0000 (0:00:00.544) 0:03:11.783 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:31:34 +0000 (0:00:00.101) 0:03:11.884 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:31:34 +0000 (0:00:00.051) 0:03:11.935 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:31:34 +0000 (0:00:00.049) 0:03:11.985 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:31:34 +0000 (0:00:00.083) 0:03:12.068 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:31:34 +0000 (0:00:00.034) 0:03:12.103 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:31:34 +0000 (0:00:00.044) 0:03:12.148 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme1n1" ], "name": "foo", "volumes": [ { "name": "test", "size": "20m" } ] } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:31:34 +0000 (0:00:00.052) 0:03:12.200 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:31:34 +0000 (0:00:00.051) 0:03:12.252 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:31:34 +0000 (0:00:00.039) 0:03:12.291 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:31:35 +0000 (0:00:00.039) 0:03:12.331 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:31:35 +0000 (0:00:00.038) 0:03:12.369 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:31:35 +0000 (0:00:00.085) 0:03:12.455 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:31:35 +0000 (0:00:00.076) 0:03:12.532 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:31:35 +0000 (0:00:00.036) 0:03:12.568 ******** changed: [/cache/centos-9.qcow2.snap] => { "actions": [ { "action": "destroy format", "device": "/dev/nvme0n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme0n1p1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme0n1", "/dev/mapper/foo-test", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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": [ "nvme1n1" ], "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_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:31:38 +0000 (0:00:03.283) 0:03:15.852 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:31:38 +0000 (0:00:00.051) 0:03:15.903 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:31:38 +0000 (0:00:00.033) 0:03:15.937 ******** ok: [/cache/centos-9.qcow2.snap] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/nvme0n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme0n1p1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme0n1", "/dev/mapper/foo-test", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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": [ "nvme1n1" ], "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_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:31:38 +0000 (0:00:00.128) 0:03:16.066 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme1n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "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": [ "nvme1n1" ], "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_options": "defaults", "mount_passno": 0, "mount_point": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "size": "20m", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:31:38 +0000 (0:00:00.049) 0:03:16.115 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:31:38 +0000 (0:00:00.048) 0:03:16.164 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:31:38 +0000 (0:00:00.046) 0:03:16.210 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:31:38 +0000 (0:00:00.036) 0:03:16.247 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:31:38 +0000 (0:00:00.050) 0:03:16.298 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:31:39 +0000 (0:00:00.036) 0:03:16.334 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657135876.5736127, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1657135872.7476127, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12658016, "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": 1657135872.7466128, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3616533118", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:31:39 +0000 (0:00:00.405) 0:03:16.740 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:31:39 +0000 (0:00:00.034) 0:03:16.775 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [Get UUID of the 'foo' volume group] ************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:241 Wednesday 06 July 2022 19:31:40 +0000 (0:00:01.064) 0:03:17.839 ******** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.042270", "end": "2022-07-06 15:31:40.602026", "rc": 0, "start": "2022-07-06 15:31:40.559756" } STDOUT: sTS21k-kZRI-7MHc-3jX1-l9Ho-qoR9-yp8PiP TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:245 Wednesday 06 July 2022 19:31:40 +0000 (0:00:00.436) 0:03:18.276 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:249 Wednesday 06 July 2022 19:31:40 +0000 (0:00:00.047) 0:03:18.323 ******** TASK [fedora.linux_system_roles.storage : set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Wednesday 06 July 2022 19:31:41 +0000 (0:00:00.132) 0:03:18.456 ******** included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Wednesday 06 July 2022 19:31:41 +0000 (0:00:00.060) 0:03:18.516 ******** ok: [/cache/centos-9.qcow2.snap] TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Wednesday 06 July 2022 19:31:41 +0000 (0:00:00.555) 0:03:19.072 ******** skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [/cache/centos-9.qcow2.snap] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : define an empty list of pools to be used in testing] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Wednesday 06 July 2022 19:31:41 +0000 (0:00:00.100) 0:03:19.172 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Wednesday 06 July 2022 19:31:41 +0000 (0:00:00.051) 0:03:19.224 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Wednesday 06 July 2022 19:31:42 +0000 (0:00:00.152) 0:03:19.376 ******** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Wednesday 06 July 2022 19:31:42 +0000 (0:00:00.089) 0:03:19.466 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure blivet is available] ******* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 Wednesday 06 July 2022 19:31:42 +0000 (0:00:00.034) 0:03:19.500 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : show storage_pools] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13 Wednesday 06 July 2022 19:31:42 +0000 (0:00:00.041) 0:03:19.541 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "name": "foo", "state": "absent" } ] } TASK [fedora.linux_system_roles.storage : show storage_volumes] **************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18 Wednesday 06 July 2022 19:31:42 +0000 (0:00:00.051) 0:03:19.593 ******** ok: [/cache/centos-9.qcow2.snap] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : get required packages] *************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 Wednesday 06 July 2022 19:31:42 +0000 (0:00:00.053) 0:03:19.646 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35 Wednesday 06 July 2022 19:31:42 +0000 (0:00:00.036) 0:03:19.683 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : make sure required packages are installed] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 Wednesday 06 July 2022 19:31:42 +0000 (0:00:00.038) 0:03:19.722 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : get service facts] ******************* task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Wednesday 06 July 2022 19:31:42 +0000 (0:00:00.043) 0:03:19.765 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53 Wednesday 06 July 2022 19:31:42 +0000 (0:00:00.043) 0:03:19.808 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Wednesday 06 July 2022 19:31:42 +0000 (0:00:00.074) 0:03:19.883 ******** TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Wednesday 06 July 2022 19:31:42 +0000 (0:00:00.033) 0:03:19.917 ******** changed: [/cache/centos-9.qcow2.snap] => { "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/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme0n1", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78 Wednesday 06 July 2022 19:31:44 +0000 (0:00:02.025) 0:03:21.942 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Wednesday 06 July 2022 19:31:44 +0000 (0:00:00.047) 0:03:21.990 ******** TASK [fedora.linux_system_roles.storage : show blivet_output] ****************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96 Wednesday 06 July 2022 19:31:44 +0000 (0:00:00.039) 0:03:22.030 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/nvme1n1p1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/nvme1n1p1", "fs_type": null }, { "action": "destroy format", "device": "/dev/nvme1n1", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sr0", "/dev/vda1", "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/nvme0n1", "/dev/nvme1n1", "/dev/nvme2n1", "/dev/vdb1", "/dev/vdc1", "/dev/vdd", "/dev/vde", "/dev/vdf" ], "mounts": [], "packages": [ "xfsprogs", "e2fsprogs" ], "pools": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Wednesday 06 July 2022 19:31:44 +0000 (0:00:00.052) 0:03:22.082 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105 Wednesday 06 July 2022 19:31:44 +0000 (0:00:00.058) 0:03:22.141 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : remove obsolete mounts] ************** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Wednesday 06 July 2022 19:31:44 +0000 (0:00:00.054) 0:03:22.196 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Wednesday 06 July 2022 19:31:44 +0000 (0:00:00.049) 0:03:22.245 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : set up new/current mounts] *********** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137 Wednesday 06 July 2022 19:31:44 +0000 (0:00:00.035) 0:03:22.280 ******** TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Wednesday 06 July 2022 19:31:45 +0000 (0:00:00.046) 0:03:22.327 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] *** task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156 Wednesday 06 July 2022 19:31:45 +0000 (0:00:00.035) 0:03:22.362 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1657135876.5736127, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1657135872.7476127, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 12658016, "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": 1657135872.7466128, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3616533118", "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Wednesday 06 July 2022 19:31:45 +0000 (0:00:00.449) 0:03:22.811 ******** TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 Wednesday 06 July 2022 19:31:45 +0000 (0:00:00.034) 0:03:22.846 ******** ok: [/cache/centos-9.qcow2.snap] META: role_complete for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/tests_lvm_pool_members.yml:258 Wednesday 06 July 2022 19:31:46 +0000 (0:00:00.996) 0:03:23.842 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml for /cache/centos-9.qcow2.snap TASK [Print out pool information] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:1 Wednesday 06 July 2022 19:31:46 +0000 (0:00:00.090) 0:03:23.933 ******** ok: [/cache/centos-9.qcow2.snap] => { "_storage_pools_list": [ { "disks": [ "nvme0n1", "nvme1n1", "nvme2n1" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "state": "absent", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6 Wednesday 06 July 2022 19:31:46 +0000 (0:00:00.076) 0:03:24.010 ******** skipping: [/cache/centos-9.qcow2.snap] => {} TASK [Collect info about the volumes.] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14 Wednesday 06 July 2022 19:31:46 +0000 (0:00:00.046) 0:03:24.056 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "info": { "/dev/nvme0n1": { "fstype": "", "label": "", "name": "/dev/nvme0n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme1n1": { "fstype": "", "label": "", "name": "/dev/nvme1n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/nvme2n1": { "fstype": "", "label": "", "name": "/dev/nvme2n1", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sr0": { "fstype": "iso9660", "label": "cidata", "name": "/dev/sr0", "size": "364K", "type": "rom", "uuid": "2022-07-06-19-28-08-00" }, "/dev/vda": { "fstype": "", "label": "", "name": "/dev/vda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vda1": { "fstype": "xfs", "label": "", "name": "/dev/vda1", "size": "10G", "type": "partition", "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737" }, "/dev/vdb": { "fstype": "", "label": "", "name": "/dev/vdb", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdb1": { "fstype": "ext4", "label": "yumcache", "name": "/dev/vdb1", "size": "2G", "type": "partition", "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2" }, "/dev/vdc": { "fstype": "", "label": "", "name": "/dev/vdc", "size": "2G", "type": "disk", "uuid": "" }, "/dev/vdc1": { "fstype": "ext4", "label": "yumvarlib", "name": "/dev/vdc1", "size": "2G", "type": "partition", "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5" }, "/dev/vdd": { "fstype": "", "label": "", "name": "/dev/vdd", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vde": { "fstype": "", "label": "", "name": "/dev/vde", "size": "10G", "type": "disk", "uuid": "" }, "/dev/vdf": { "fstype": "", "label": "", "name": "/dev/vdf", "size": "10G", "type": "disk", "uuid": "" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 Wednesday 06 July 2022 19:31:47 +0000 (0:00:00.423) 0:03:24.479 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003311", "end": "2022-07-06 15:31:47.205870", "rc": 0, "start": "2022-07-06 15:31:47.202559" } STDOUT: # # /etc/fstab # Created by anaconda on Mon Jun 6 13:57:31 2022 # # 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=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 / xfs defaults 0 0 /dev/vdb1 /var/cache/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 /dev/vdc1 /var/lib/dnf auto defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig 0 2 TASK [Read the /etc/crypttab file] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24 Wednesday 06 July 2022 19:31:47 +0000 (0:00:00.394) 0:03:24.874 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003594", "end": "2022-07-06 15:31:47.577372", "failed_when_result": false, "rc": 0, "start": "2022-07-06 15:31:47.573778" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:33 Wednesday 06 July 2022 19:31:47 +0000 (0:00:00.375) 0:03:25.250 ******** [WARNING]: The loop variable 'storage_test_pool' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['nvme0n1', 'nvme1n1', 'nvme2n1'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'absent', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:5 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.078) 0:03:25.329 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:18 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.048) 0:03:25.377 ******** included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members) included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes) TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:1 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.069) 0:03:25.447 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:6 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.063) 0:03:25.511 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:15 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.034) 0:03:25.545 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:19 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.064) 0:03:25.610 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:23 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.063) 0:03:25.673 ******** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:29 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.164) 0:03:25.837 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:33 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.052) 0:03:25.890 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:37 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.061) 0:03:25.951 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:41 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.033) 0:03:25.985 ******** TASK [Check MD RAID] *********************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:50 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.032) 0:03:26.017 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml for /cache/centos-9.qcow2.snap TASK [get information about RAID] ********************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:6 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.065) 0:03:26.083 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:12 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.037) 0:03:26.120 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:16 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.037) 0:03:26.158 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:20 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.037) 0:03:26.196 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID active devices count] ***************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:24 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.038) 0:03:26.234 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID spare devices count] ****************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:30 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.037) 0:03:26.271 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [check RAID metadata version] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:36 Wednesday 06 July 2022 19:31:48 +0000 (0:00:00.036) 0:03:26.308 ******** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:44 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.037) 0:03:26.345 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_md_active_devices_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/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:53 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.044) 0:03:26.390 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member LVM RAID settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml:1 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.104) 0:03:26.495 ******** TASK [Check Thin Pools] ******************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:56 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.037) 0:03:26.532 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member thinpool settings] ********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml:1 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.068) 0:03:26.600 ******** TASK [Check member encryption] ************************************************* task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:59 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.039) 0:03:26.640 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:4 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.068) 0:03:26.708 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:8 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.064) 0:03:26.773 ******** TASK [Validate pool member crypttab entries] *********************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:15 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.034) 0:03:26.807 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:22 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.036) 0:03:26.843 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:62 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.046) 0:03:26.890 ******** included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap TASK [Validate pool member VDO settings] *************************************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml:1 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.066) 0:03:26.957 ******** TASK [set_fact] **************************************************************** task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:65 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.033) 0:03:26.990 ******** ok: [/cache/centos-9.qcow2.snap] => { "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/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml:3 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.043) 0:03:27.034 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.030) 0:03:27.065 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_pool": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:47 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.167) 0:03:27.233 ******** TASK [Clean up variable namespace] ********************************************* task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57 Wednesday 06 July 2022 19:31:49 +0000 (0:00:00.035) 0:03:27.268 ******** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null, "storage_test_volume": null }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=620 changed=30 unreachable=0 failed=0 skipped=407 rescued=0 ignored=0 Wednesday 06 July 2022 19:31:50 +0000 (0:00:00.070) 0:03:27.339 ******** =============================================================================== fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state -- 30.61s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state -- 20.75s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 3.92s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 3.28s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 3.24s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 2.76s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 2.75s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 2.58s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Ensure cryptsetup is present -------------------------------------------- 2.35s /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:6 ------------ fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 2.31s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 2.30s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 2.05s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 2.03s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 fedora.linux_system_roles.storage : get service facts ------------------- 1.77s /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 Read the /etc/fstab file for volume existence --------------------------- 1.44s /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 --------------------- Get the backing device path --------------------------------------------- 1.43s /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-encryption.yml:1 ------------ Read the /etc/fstab file for volume existence --------------------------- 1.40s /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 --------------------- Read the /etc/fstab file for volume existence --------------------------- 1.39s /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 --------------------- Read the /etc/fstab file for volume existence --------------------------- 1.38s /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19 --------------------- Read the /etc/crypttab file --------------------------------------------- 1.38s /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24 ---------------------