# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.17.2] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.17/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-main13k3bj8g/.collection executable location = /opt/ansible-2.17/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.17/bin/python) jinja version = 3.1.4 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.yml ******************************************* 1 plays in /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml PLAY [Test lvm pool members] *************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:2 Thursday 08 August 2024 22:25:26 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:14 Thursday 08 August 2024 22:25:27 +0000 (0:00:00.981) 0:00:00.994 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:25:27 +0000 (0:00:00.016) 0:00:01.011 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:25:27 +0000 (0:00:00.014) 0:00:01.025 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:25:27 +0000 (0:00:00.018) 0:00:01.044 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:25:28 +0000 (0:00:00.035) 0:00:01.079 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:25:28 +0000 (0:00:00.257) 0:00:01.337 ******* ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:25:28 +0000 (0:00:00.024) 0:00:01.361 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:25:28 +0000 (0:00:00.012) 0:00:01.374 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:25:28 +0000 (0:00:00.012) 0:00:01.386 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:25:28 +0000 (0:00:00.038) 0:00:01.425 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-into-dbus-python-0.8.2-6.el10.noarch", "Installed: python3-justbases-0.15.2-8.el10.noarch", "Installed: python3-justbytes-0.15.2-6.el10.noarch", "Installed: device-mapper-multipath-0.9.9-1.el10.x86_64", "Installed: device-mapper-multipath-libs-0.9.9-1.el10.x86_64", "Installed: jose-14-101.el10.x86_64", "Installed: libjose-14-101.el10.x86_64", "Installed: libblockdev-3.1.0-6.el10.x86_64", "Installed: libblockdev-crypto-3.1.0-6.el10.x86_64", "Installed: libblockdev-dm-3.1.0-6.el10.x86_64", "Installed: libblockdev-fs-3.1.0-6.el10.x86_64", "Installed: libblockdev-loop-3.1.0-6.el10.x86_64", "Installed: libblockdev-lvm-3.1.0-6.el10.x86_64", "Installed: lsof-4.98.0-5.el10.x86_64", "Installed: libblockdev-mdraid-3.1.0-6.el10.x86_64", "Installed: libblockdev-mpath-3.1.0-6.el10.x86_64", "Installed: luksmeta-9-25.el10.x86_64", "Installed: libblockdev-nvme-3.1.0-6.el10.x86_64", "Installed: python3-libmount-2.40.2-4.el10.x86_64", "Installed: stratis-cli-3.6.0-4.el10.noarch", "Installed: libblockdev-swap-3.1.0-6.el10.x86_64", "Installed: libluksmeta-9-25.el10.x86_64", "Installed: libblockdev-utils-3.1.0-6.el10.x86_64", "Installed: stratisd-3.6.7-3.el10.x86_64", "Installed: libbytesize-2.10-4.el10.x86_64", "Installed: mdadm-4.3-2.el10.2.x86_64", "Installed: python3-packaging-23.2-5.el10.noarch", "Installed: volume_key-libs-0.3.12-22.el10.x86_64", "Installed: nspr-4.35.0-27.el10.x86_64", "Installed: python3-psutil-5.9.8-3.el10.x86_64", "Installed: nss-3.101.0-6.el10.x86_64", "Installed: nss-softokn-3.101.0-6.el10.x86_64", "Installed: nss-softokn-freebl-3.101.0-6.el10.x86_64", "Installed: nss-sysinit-3.101.0-6.el10.x86_64", "Installed: python3-pyparted-1:3.13.0-6.el10.x86_64", "Installed: nss-util-3.101.0-6.el10.x86_64", "Installed: libnvme-1.9-4.el10.x86_64", "Installed: clevis-20-4.el10.x86_64", "Installed: clevis-luks-20-4.el10.x86_64", "Installed: clevis-pin-tpm2-0.5.3-6.el10.x86_64", "Installed: python3-blivet-1:3.10.0-5.el10.noarch", "Installed: python3-blockdev-3.1.0-6.el10.x86_64", "Installed: python3-bytesize-2.10-4.el10.x86_64", "Installed: python3-dbus-client-gen-0.5.1-7.el10.noarch", "Installed: python3-dbus-python-client-gen-0.8.3-6.el10.noarch", "Installed: python3-dbus-signature-pyparsing-0.4.1-8.el10.noarch", "Installed: cryptsetup-2.7.3-2.el10.x86_64", "Installed: blivet-data-1:3.10.0-5.el10.noarch" ] } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:25:36 +0000 (0:00:08.247) 0:00:09.672 ******* ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:25:36 +0000 (0:00:00.017) 0:00:09.690 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:25:36 +0000 (0:00:00.013) 0:00:09.703 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:25:37 +0000 (0:00:00.477) 0:00:10.181 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Thursday 08 August 2024 22:25:37 +0000 (0:00:00.020) 0:00:10.201 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Thursday 08 August 2024 22:25:37 +0000 (0:00:00.011) 0:00:10.213 ******* skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Thursday 08 August 2024 22:25:37 +0000 (0:00:00.012) 0:00:10.226 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:25:37 +0000 (0:00:00.012) 0:00:10.238 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:25:37 +0000 (0:00:00.767) 0:00:11.006 ******* ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "audit-rules.service": { "name": "audit-rules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "capsule@.service": { "name": "capsule@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd.service": { "name": "dhcpcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd@.service": { "name": "dhcpcd@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_multipath.service": { "name": "modprobe@dm_multipath.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon-root.service": { "name": "quotaon-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon@.service": { "name": "quotaon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-bootctl@.service": { "name": "systemd-bootctl@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-creds@.service": { "name": "systemd-creds@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-clear.service": { "name": "systemd-hibernate-clear.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hibernate-resume.service": { "name": "systemd-hibernate-resume.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald-sync@.service": { "name": "systemd-journald-sync@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrextend@.service": { "name": "systemd-pcrextend@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrlock-file-system.service": { "name": "systemd-pcrlock-file-system.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-code.service": { "name": "systemd-pcrlock-firmware-code.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-config.service": { "name": "systemd-pcrlock-firmware-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-machine-id.service": { "name": "systemd-pcrlock-machine-id.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-make-policy.service": { "name": "systemd-pcrlock-make-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-authority.service": { "name": "systemd-pcrlock-secureboot-authority.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-policy.service": { "name": "systemd-pcrlock-secureboot-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock@.service": { "name": "systemd-pcrlock@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck-root.service": { "name": "systemd-quotacheck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-quotacheck@.service": { "name": "systemd-quotacheck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-sysext@.service": { "name": "systemd-sysext@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup-early.service": { "name": "systemd-tpm2-setup-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup.service": { "name": "systemd-tpm2-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-load-credentials.service": { "name": "systemd-udev-load-credentials.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:25:39 +0000 (0:00:01.834) 0:00:12.840 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:25:39 +0000 (0:00:00.028) 0:00:12.868 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:25:39 +0000 (0:00:00.010) 0:00:12.879 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.371) 0:00:13.251 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.016) 0:00:13.267 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155727.450094, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ae1945b1145796e43fbae119583ee269aa43df77", "ctime": 1722942068.47124, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097283, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1344, "uid": 0, "version": "1965065750", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.209) 0:00:13.476 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.015) 0:00:13.492 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.010) 0:00:13.503 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.014) 0:00:13.517 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.017) 0:00:13.535 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.014) 0:00:13.549 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.021) 0:00:13.570 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.012) 0:00:13.582 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.022) 0:00:13.605 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.016) 0:00:13.622 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.011) 0:00:13.633 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1722940773.6404564, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722941096.6574564, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "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": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "876379946", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.203) 0:00:13.837 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:25:40 +0000 (0:00:00.012) 0:00:13.850 ******* ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:18 Thursday 08 August 2024 22:25:41 +0000 (0:00:00.734) 0:00:14.584 ******* ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:25 Thursday 08 August 2024 22:25:41 +0000 (0:00:00.018) 0:00:14.603 ******* ok: [sut] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.el10.1", "source": "rpm", "version": "1.48.4" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.el10.1", "source": "rpm", "version": "1.48.4" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "1.el10.1", "source": "rpm", "version": "1.48.4" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "4.el10", "source": "rpm", "version": "1.26" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-ucode-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "9.el10", "source": "rpm", "version": "4.0" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "9.el10", "source": "rpm", "version": "4.0" } ], "audit-rules": [ { "arch": "x86_64", "epoch": null, "name": "audit-rules", "release": "9.el10", "source": "rpm", "version": "4.0" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "6.el10", "source": "rpm", "version": "1.5.0" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "6.el10", "source": "rpm", "version": "1.5.0" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "21.el10", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "4.el10", "source": "rpm", "version": "5.2.26" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "22.el10", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el9", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "35.el9", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "45.el10", "source": "rpm", "version": "2.41" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "45.el10", "source": "rpm", "version": "2.41" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "5.el10", "source": "rpm", "version": "3.10.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "19.el10", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "5.el10", "source": "rpm", "version": "1.25.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "7.el10", "source": "rpm", "version": "2023.2.62_v7.0.401" } ], "centos-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "centos-gpg-keys", "release": "0.14.el10", "source": "rpm", "version": "10.0" } ], "centos-stream-release": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-release", "release": "0.14.el10", "source": "rpm", "version": "10.0" } ], "centos-stream-repos": [ { "arch": "noarch", "epoch": null, "name": "centos-stream-repos", "release": "0.14.el10", "source": "rpm", "version": "10.0" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "5.el10", "source": "rpm", "version": "4.5" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "cirrus-audio-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "4.el10", "source": "rpm", "version": "20" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "4.el10", "source": "rpm", "version": "20" } ], "clevis-pin-tpm2": [ { "arch": "x86_64", "epoch": null, "name": "clevis-pin-tpm2", "release": "6.el10", "source": "rpm", "version": "0.5.3" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "14.el10", "source": "rpm", "version": "24.1.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "10.el10", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "2.el10", "source": "rpm", "version": "9.5" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "2.el10", "source": "rpm", "version": "9.5" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "2.el10", "source": "rpm", "version": "2.15" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "7.el10", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "7.el10", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "3.el10", "source": "rpm", "version": "1.1.2" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "3.el10", "source": "rpm", "version": "1.1.2" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "5.el10", "source": "rpm", "version": "1.7.0" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "5.el10", "source": "rpm", "version": "1.7.0" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "4.el10", "source": "rpm", "version": "1.11^20190603git9e74f2d" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git3de485c.el10", "source": "rpm", "version": "20240725" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git3de485c.el10", "source": "rpm", "version": "20240725" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "2.el10", "source": "rpm", "version": "2.7.3" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "2.el10", "source": "rpm", "version": "2.7.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "8.el10", "source": "rpm", "version": "8.6.0" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-gssapi", "release": "22.el10", "source": "rpm", "version": "2.1.28" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "22.el10", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "4.el10", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "6.el10", "source": "rpm", "version": "35" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "4.el10", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "4.el10", "source": "rpm", "version": "1.14.10" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": null, "name": "default-fonts-core-sans", "release": "1.el10", "source": "rpm", "version": "4.1" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper", "release": "2.el10", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-event", "release": "2.el10", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-event-libs", "release": "2.el10", "source": "rpm", "version": "1.02.197" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 10, "name": "device-mapper-libs", "release": "2.el10", "source": "rpm", "version": "1.02.197" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "1.el10", "source": "rpm", "version": "0.9.9" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "1.el10", "source": "rpm", "version": "0.9.9" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "4.el10", "source": "rpm", "version": "1.0.11" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": null, "name": "dhcpcd", "release": "4.el10", "source": "rpm", "version": "10.0.6" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "7.el10", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "6.el10", "source": "rpm", "version": "4.20.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "6.el10", "source": "rpm", "version": "4.20.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "5.el10", "source": "rpm", "version": "4.7.0" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "2.el10", "source": "rpm", "version": "101" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "2.el10", "source": "rpm", "version": "101" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "2.el10", "source": "rpm", "version": "101" } ], "dracut-squash": [ { "arch": "x86_64", "epoch": null, "name": "dracut-squash", "release": "2.el10", "source": "rpm", "version": "101" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "8.el10", "source": "rpm", "version": "2.7.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "2.el10", "source": "rpm", "version": "1.47.1" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "2.el10", "source": "rpm", "version": "1.47.1" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "5.el10", "source": "rpm", "version": "0.191" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "5.el10", "source": "rpm", "version": "0.191" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "5.el10", "source": "rpm", "version": "0.191" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "5.el10", "source": "rpm", "version": "0.191" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "2.el10", "source": "rpm", "version": "6.7" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.el10", "source": "rpm", "version": "2.6.2" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "6.el10", "source": "rpm", "version": "5.45" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "6.el10", "source": "rpm", "version": "5.45" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "9.el10", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "4.el10", "source": "rpm", "version": "4.10.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.el10", "source": "rpm", "version": "2.2.1" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.el10", "source": "rpm", "version": "2.2.1" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "16.el10", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "22.el10.gating_test1", "source": "rpm", "version": "2.9.9" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse3-libs", "release": "5.el10", "source": "rpm", "version": "3.16.2" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el10", "source": "rpm", "version": "5.3.0" } ], "gawk-all-langpacks": [ { "arch": "x86_64", "epoch": null, "name": "gawk-all-langpacks", "release": "4.el10", "source": "rpm", "version": "5.3.0" } ], "gdbm": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "8.el10", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "8.el10", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "10.el10", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "3.el10", "source": "rpm", "version": "0.22.5" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "3.el10", "source": "rpm", "version": "0.22.5" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "3.el10", "source": "rpm", "version": "0.22.5" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "3.el10", "source": "rpm", "version": "2.45.2" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "3.el10", "source": "rpm", "version": "2.45.2" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "3.el10", "source": "rpm", "version": "2.45.2" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.el10", "source": "rpm", "version": "2.80.4" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "17.el10", "source": "rpm", "version": "2.39" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "17.el10", "source": "rpm", "version": "2.39" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "17.el10", "source": "rpm", "version": "2.39" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "17.el10", "source": "rpm", "version": "2.39" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "9.el10", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.el10", "source": "rpm", "version": "2.4.5" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "1.el10", "source": "rpm", "version": "2.4.5" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "6.el10", "source": "rpm", "version": "3.8.6" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": null, "name": "gnutls-dane", "release": "6.el10", "source": "rpm", "version": "3.8.6" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "5.el10", "source": "rpm", "version": "1.79.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.el10", "source": "rpm", "version": "20240401" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.el10", "source": "rpm", "version": "20240401" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.el10", "source": "rpm", "version": "20240401" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.el10", "source": "rpm", "version": "20240401" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "4.el10", "source": "rpm", "version": "1.23.2" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "9.el10", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "7.el10", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "120.el10", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "120.el10", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "120.el10", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "120.el10", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "120.el10", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "76.el10", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "4.el10", "source": "rpm", "version": "0.9.2" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "2.el10", "source": "rpm", "version": "1.13" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "13.el10", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "8.el10", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "10.el10", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "10.el10", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "10.el10", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "8.el10", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "10.0.el10.1", "source": "rpm", "version": "0.379" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "5.el10", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "2.el10", "source": "rpm", "version": "58" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.el10", "source": "rpm", "version": "10.25" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.el10", "source": "rpm", "version": "10.25" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-audio-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "4.el10", "source": "rpm", "version": "6.7.0" } ], "iproute-tc": [ { "arch": "x86_64", "epoch": null, "name": "iproute-tc", "release": "4.el10", "source": "rpm", "version": "6.7.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.el10", "source": "rpm", "version": "7.21" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.el10", "source": "rpm", "version": "7.21" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "8.el10", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "8.el10", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "6.el10", "source": "rpm", "version": "20240117" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 2, "name": "irqbalance", "release": "2.el10", "source": "rpm", "version": "1.9.4" } ], "iwlwifi-dvm-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwlwifi-dvm-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "iwlwifi-mvm-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwlwifi-mvm-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "2.el10", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.el10", "source": "rpm", "version": "3.5.0" } ], "jose": [ { "arch": "x86_64", "epoch": null, "name": "jose", "release": "101.el10", "source": "rpm", "version": "14" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "5.el10", "source": "rpm", "version": "1.7.1" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.el10", "source": "rpm", "version": "0.17" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "4.el10", "source": "rpm", "version": "2.6.4" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "4.el10", "source": "rpm", "version": "2.6.4" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "4.el10", "source": "rpm", "version": "2.6.4" } ], "kdump-utils": [ { "arch": "x86_64", "epoch": null, "name": "kdump-utils", "release": "1.el10", "source": "rpm", "version": "1.0.43" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "15.el10", "source": "rpm", "version": "6.10.0" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "15.el10", "source": "rpm", "version": "6.10.0" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "15.el10", "source": "rpm", "version": "6.10.0" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "15.el10", "source": "rpm", "version": "6.10.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "15.el10", "source": "rpm", "version": "6.10.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "15.el10", "source": "rpm", "version": "6.10.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "15.el10", "source": "rpm", "version": "2.0.28" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "4.el10", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "4.el10", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "6.el10", "source": "rpm", "version": "31" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "6.el10", "source": "rpm", "version": "31" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "1.el10", "source": "rpm", "version": "0.9.9" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "2.el10", "source": "rpm", "version": "1.21.3" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "1.el10", "source": "rpm", "version": "4.1" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "1.el10", "source": "rpm", "version": "4.1" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-fonts-en", "release": "1.el10", "source": "rpm", "version": "4.1" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "8.el10", "source": "rpm", "version": "643" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "3.el10", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "20.el10", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "7.el10", "source": "rpm", "version": "3.7.2" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "5.el10", "source": "rpm", "version": "2.5.6" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "4.el10", "source": "rpm", "version": "2.5.2" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "57.el10", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvme", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "1.el10", "source": "rpm", "version": "1.5.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "4.el10", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "4.el10", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "5.el10", "source": "rpm", "version": "2.69" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "5.el10", "source": "rpm", "version": "0.8.4" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "5.el10", "source": "rpm", "version": "0.8.4" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "2.el10", "source": "rpm", "version": "0.11.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "57.el10", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "2.el10", "source": "rpm", "version": "1.47.1" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "2.el10", "source": "rpm", "version": "0.1.21" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "8.el10", "source": "rpm", "version": "8.6.0" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "57.el10", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "5.el10", "source": "rpm", "version": "0.73.1" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "3.el10", "source": "rpm", "version": "0.6.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "51.20230828cvs.el10", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "10.el10", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "12.el10", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "14.el10", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "5.el10", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "8.el10", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "5.el10", "source": "rpm", "version": "1.14.0" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "5.el10", "source": "rpm", "version": "14.1.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.el10", "source": "rpm", "version": "1.11.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "5.el10", "source": "rpm", "version": "14.1.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.el10", "source": "rpm", "version": "1.50" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.el10", "source": "rpm", "version": "2.3.7" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "57.el10", "source": "rpm", "version": "1.3.1" } ], "libjose": [ { "arch": "x86_64", "epoch": null, "name": "libjose", "release": "101.el10", "source": "rpm", "version": "14" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "14.el10", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "14.el10", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.el10", "source": "rpm", "version": "1.6.7" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "4.el10", "source": "rpm", "version": "2.9.1" } ], "libluksmeta": [ { "arch": "x86_64", "epoch": null, "name": "libluksmeta", "release": "25.el10", "source": "rpm", "version": "9" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "6.el10", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "11.el10", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "1.el10", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "6.el10", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "28.el10", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.rc4.el10.1", "source": "rpm", "version": "2.6.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "6.el10", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.el10", "source": "rpm", "version": "1.61.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "4.el10", "source": "rpm", "version": "3.9.0" } ], "libnvme": [ { "arch": "x86_64", "epoch": null, "name": "libnvme", "release": "4.el10", "source": "rpm", "version": "1.9" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "57.el10", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "6.el10", "source": "rpm", "version": "1.5.7" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "4.el10", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "11.el10", "source": "rpm", "version": "1.4.5" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "57.el10", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "2.el10", "source": "rpm", "version": "1.18.0" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "9.el10", "source": "rpm", "version": "2.5.3" } ], "libsecret": [ { "arch": "x86_64", "epoch": null, "name": "libsecret", "release": "5.el10", "source": "rpm", "version": "0.21.2" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "6.el10", "source": "rpm", "version": "0.7.29" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "2.el10", "source": "rpm", "version": "1.47.1" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "7.el10", "source": "rpm", "version": "0.10.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "7.el10", "source": "rpm", "version": "0.10.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "5.el10", "source": "rpm", "version": "14.1.1" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "12.el10", "source": "rpm", "version": "2.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.el10", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "7.el10", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "2.el10", "source": "rpm", "version": "1.4.10" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "2.el10", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.el10", "source": "rpm", "version": "1.3.5" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "9.el10", "source": "rpm", "version": "1.1" } ], "liburing": [ { "arch": "x86_64", "epoch": null, "name": "liburing", "release": "4.el10", "source": "rpm", "version": "2.5" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "3.el10", "source": "rpm", "version": "1.0.27" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "14.el10", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "9.el10", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "9.el10", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "9.el10", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "3.el10", "source": "rpm", "version": "1.7.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "2.el10", "source": "rpm", "version": "2.12.5" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "4.el10", "source": "rpm", "version": "1.1.39" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "15.el10", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "8.el10", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.el10", "source": "rpm", "version": "0.9.32" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "1.el10", "source": "rpm", "version": "3.22.0" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "4.el10", "source": "rpm", "version": "B.02.20" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "5.el10", "source": "rpm", "version": "4.98.0" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "12.el10", "source": "rpm", "version": "0.32" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "6.el10", "source": "rpm", "version": "5.4.6" } ], "luksmeta": [ { "arch": "x86_64", "epoch": null, "name": "luksmeta", "release": "25.el10", "source": "rpm", "version": "9" } ], "lvm2": [ { "arch": "x86_64", "epoch": 10, "name": "lvm2", "release": "2.el10", "source": "rpm", "version": "2.03.23" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 10, "name": "lvm2-libs", "release": "2.el10", "source": "rpm", "version": "2.03.23" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "7.el10", "source": "rpm", "version": "1.9.4" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "13.el10", "source": "rpm", "version": "2.10" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "7.el10", "source": "rpm", "version": "4.4.1" } ], "makedumpfile": [ { "arch": "x86_64", "epoch": null, "name": "makedumpfile", "release": "12.el10", "source": "rpm", "version": "1.7.5" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "7.el10", "source": "rpm", "version": "2.12.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "2.el10.2", "source": "rpm", "version": "4.3" } ], "memstrack": [ { "arch": "x86_64", "epoch": null, "name": "memstrack", "release": "5.el10", "source": "rpm", "version": "0.2.5" } ], "microcode_ctl": [ { "arch": "noarch", "epoch": 4, "name": "microcode_ctl", "release": "1.el10", "source": "rpm", "version": "20240531" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "11.el10", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.el10", "source": "rpm", "version": "4.2.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "13.20240127.el10", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "13.20240127.el10", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "13.20240127.el10", "source": "rpm", "version": "6.4" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "1.el10", "source": "rpm", "version": "3.10" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "4.el10", "source": "rpm", "version": "0.52.24" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.rc4.el10.1", "source": "rpm", "version": "2.6.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "4.el10", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "19.el10", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "27.el10", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "6.el10", "source": "rpm", "version": "3.101.0" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "6.el10", "source": "rpm", "version": "2.0.16" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": null, "name": "nxpwireless-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "5.el10", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "4.el10", "source": "rpm", "version": "2.6.7" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "2.el10.0", "source": "rpm", "version": "9.8p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "2.el10.0", "source": "rpm", "version": "9.8p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "2.el10.0", "source": "rpm", "version": "9.8p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "7.el10", "source": "rpm", "version": "3.2.2" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "7.el10", "source": "rpm", "version": "3.2.2" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "7.el10", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "4.el10", "source": "rpm", "version": "0.25.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "4.el10", "source": "rpm", "version": "0.25.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "3.el10", "source": "rpm", "version": "1.6.1" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "3.el10", "source": "rpm", "version": "1.6.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "5.el10", "source": "rpm", "version": "3.6" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "1.el10", "source": "rpm", "version": "3.13.0" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.el10.2", "source": "rpm", "version": "10.44" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.el10.2", "source": "rpm", "version": "10.44" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "1.el10", "source": "rpm", "version": "2.2.3" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.el10", "source": "rpm", "version": "1.6.0" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "1.el10", "source": "rpm", "version": "2.2.3" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "508.el10", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "508.el10", "source": "rpm", "version": "1.88" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "503.el10", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "508.el10", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "504.el10", "source": "rpm", "version": "2.189" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "503.el10", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "4.el10", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "508.el10", "source": "rpm", "version": "1.54" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "505.el10", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "508.el10", "source": "rpm", "version": "1.37" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "17.el10", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "4.el10", "source": "rpm", "version": "5.78" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "508.el10", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "508.el10", "source": "rpm", "version": "2.86" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "508.el10", "source": "rpm", "version": "1.43" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "504.el10", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "504.el10", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "508.el10", "source": "rpm", "version": "1.13" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "508.el10", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "1.el10", "source": "rpm", "version": "2.58" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "508.el10", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "3.el10", "source": "rpm", "version": "2.45.2" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "6.el10", "source": "rpm", "version": "0.088" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "508.el10", "source": "rpm", "version": "1.52" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "3.el10", "source": "rpm", "version": "0.42" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "2.el10", "source": "rpm", "version": "2.085" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "508.el10", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "504.el10", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "4.el10", "source": "rpm", "version": "20231213" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "508.el10", "source": "rpm", "version": "1.16" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.el10", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "508.el10", "source": "rpm", "version": "2.13" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "503.el10", "source": "rpm", "version": "3.91" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "504.el10", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "505.el10", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "7.el10", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "505.el10", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "504.el10", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "508.el10", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "1.el10", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "503.el10", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "508.el10", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "505.el10", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "504.el10", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "22.el10", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "503.el10", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.el10", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "6.el10", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.el10", "source": "rpm", "version": "5.27" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "508.el10", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "504.el10", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "508.el10", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "508.el10", "source": "rpm", "version": "5.38.2" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "508.el10", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "505.el10", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "508.el10", "source": "rpm", "version": "5.38.2" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "508.el10", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "508.el10", "source": "rpm", "version": "1.28" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "508.el10", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "508.el10", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "504.el10", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "503.el10", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "508.el10", "source": "rpm", "version": "1.05" } ], "pigz": [ { "arch": "x86_64", "epoch": null, "name": "pigz", "release": "7.el10", "source": "rpm", "version": "2.8" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "2.el10", "source": "rpm", "version": "1.3.0" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.el10", "source": "rpm", "version": "124" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.el10", "source": "rpm", "version": "124" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "29.el10", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "7.el10", "source": "rpm", "version": "1.19" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": null, "name": "prefixdevname", "release": "2.el10", "source": "rpm", "version": "0.2.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "4.el10", "source": "rpm", "version": "4.0.4" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.el10", "source": "rpm", "version": "1.5.0" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "7.el10", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "4.el10", "source": "rpm", "version": "20240107" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "4.el10", "source": "rpm", "version": "3.12.4" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "4.el10", "source": "rpm", "version": "3.12.4" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "6.el10", "source": "rpm", "version": "23.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "9.el10", "source": "rpm", "version": "4.0" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "5.el10", "source": "rpm", "version": "3.10.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "6.el10", "source": "rpm", "version": "3.1.0" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "4.el10", "source": "rpm", "version": "2.10" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "4.el10", "source": "rpm", "version": "3.3.2" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "9.el10", "source": "rpm", "version": "5.0.8" } ], "python3-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python3-configshell", "release": "7.el10", "source": "rpm", "version": "1.1.30" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "14.el10", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "7.el10", "source": "rpm", "version": "1.3.2" } ], "python3-dbus-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-client-gen", "release": "7.el10", "source": "rpm", "version": "0.5.1" } ], "python3-dbus-python-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-python-client-gen", "release": "6.el10", "source": "rpm", "version": "0.8.3" } ], "python3-dbus-signature-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-signature-pyparsing", "release": "8.el10", "source": "rpm", "version": "0.4.1" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "4.el10", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "6.el10", "source": "rpm", "version": "4.20.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "5.el10", "source": "rpm", "version": "4.7.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.el10", "source": "rpm", "version": "2.2.1" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "6.el10", "source": "rpm", "version": "3.46.0" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "6.el10", "source": "rpm", "version": "3.46.0" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "5.el10", "source": "rpm", "version": "0.73.1" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "python3-into-dbus-python": [ { "arch": "noarch", "epoch": null, "name": "python3-into-dbus-python", "release": "6.el10", "source": "rpm", "version": "0.8.2" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "2.el10", "source": "rpm", "version": "3.1.4" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "5.el10", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.el10", "source": "rpm", "version": "2.3" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "6.el10", "source": "rpm", "version": "4.19.1" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema-specifications", "release": "5.el10", "source": "rpm", "version": "2023.11.2" } ], "python3-justbases": [ { "arch": "noarch", "epoch": null, "name": "python3-justbases", "release": "8.el10", "source": "rpm", "version": "0.15.2" } ], "python3-justbytes": [ { "arch": "noarch", "epoch": null, "name": "python3-justbytes", "release": "6.el10", "source": "rpm", "version": "0.15.2" } ], "python3-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python3-kmod", "release": "5.el10", "source": "rpm", "version": "0.9.2" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "2.el10", "source": "rpm", "version": "0.1.21" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "5.el10", "source": "rpm", "version": "0.73.1" } ], "python3-libmount": [ { "arch": "x86_64", "epoch": null, "name": "python3-libmount", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "4.el10", "source": "rpm", "version": "3.12.4" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "2.el10", "source": "rpm", "version": "3.7" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "2.el10", "source": "rpm", "version": "5.2.1" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "5.el10", "source": "rpm", "version": "2.1.3" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "4.el10", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "4.el10", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": null, "name": "python3-packaging", "release": "5.el10", "source": "rpm", "version": "23.2" } ], "python3-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python3-pip-wheel", "release": "3.el10", "source": "rpm", "version": "23.3.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.el10", "source": "rpm", "version": "3.7" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "3.el10", "source": "rpm", "version": "5.9.8" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "5.el10", "source": "rpm", "version": "3.1.1" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "6.el10", "source": "rpm", "version": "3.13.0" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "9.el10", "source": "rpm", "version": "3.5" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "9.el10", "source": "rpm", "version": "0.24.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "18.el10", "source": "rpm", "version": "6.0.1" } ], "python3-referencing": [ { "arch": "noarch", "epoch": null, "name": "python3-referencing", "release": "5.el10", "source": "rpm", "version": "0.31.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "1.el10", "source": "rpm", "version": "2.32.3" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpds-py", "release": "5.el10", "source": "rpm", "version": "0.17.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "python3-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python3-rtslib", "release": "8.el10", "source": "rpm", "version": "2.1.76" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "3.el10", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "5.el10", "source": "rpm", "version": "69.0.3" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "15.el10", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "10.el10", "source": "rpm", "version": "235" } ], "python3-typing-extensions": [ { "arch": "noarch", "epoch": null, "name": "python3-typing-extensions", "release": "5.el10", "source": "rpm", "version": "4.9.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.el10", "source": "rpm", "version": "1.26.19" } ], "python3-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python3-urwid", "release": "3.el10", "source": "rpm", "version": "2.5.3" } ], "python3-wcwidth": [ { "arch": "noarch", "epoch": null, "name": "python3-wcwidth", "release": "4.el10", "source": "rpm", "version": "0.2.6" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 18, "name": "qemu-guest-agent", "release": "6.el10", "source": "rpm", "version": "9.0.0" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "6.el10", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "6.el10", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "9.el10", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "redhat-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "redhat-mono-vf-fonts", "release": "12.el10", "source": "rpm", "version": "4.0.3" } ], "redhat-text-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "redhat-text-vf-fonts", "release": "12.el10", "source": "rpm", "version": "4.0.3" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el9", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "3.el10", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "37.el10", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "0.el10", "source": "rpm", "version": "1.2.7" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-audit", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "3.el10", "source": "rpm", "version": "1.6.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "2.el10", "source": "rpm", "version": "4.19.1.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "4.el10", "source": "rpm", "version": "3.3.0" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "2.el10", "source": "rpm", "version": "8.2312.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "2.el10", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.el10", "source": "rpm", "version": "40.13.6" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.el10", "source": "rpm", "version": "40.13.6" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "3.el10", "source": "rpm", "version": "2.14.5" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "5.el10", "source": "rpm", "version": "1.48" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "5.el10", "source": "rpm", "version": "1.48" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "3.el10", "source": "rpm", "version": "4.15.0" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "6.el10", "source": "rpm", "version": "2.3.3" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "5.el10", "source": "rpm", "version": "1.1.10" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "3.el10", "source": "rpm", "version": "3.45.1" } ], "squashfs-tools": [ { "arch": "x86_64", "epoch": null, "name": "squashfs-tools", "release": "5.el10", "source": "rpm", "version": "4.6.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-krb5-common", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.el10", "source": "rpm", "version": "2.10.0~beta2" } ], "stratis-cli": [ { "arch": "noarch", "epoch": null, "name": "stratis-cli", "release": "4.el10", "source": "rpm", "version": "3.6.0" } ], "stratisd": [ { "arch": "x86_64", "epoch": null, "name": "stratisd", "release": "3.el10", "source": "rpm", "version": "3.6.7" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "4.p5.el10", "source": "rpm", "version": "1.9.15" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "4.p5.el10", "source": "rpm", "version": "1.9.15" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "11.el10", "source": "rpm", "version": "256" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "11.el10", "source": "rpm", "version": "256" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "11.el10", "source": "rpm", "version": "256" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "11.el10", "source": "rpm", "version": "256" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "4.el10", "source": "rpm", "version": "1.35" } ], "target-restore": [ { "arch": "noarch", "epoch": null, "name": "target-restore", "release": "8.el10", "source": "rpm", "version": "2.1.76" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "2.el10", "source": "rpm", "version": "2.1.58" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "24.el10", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": null, "name": "tiwilink-firmware", "release": "5.el10", "source": "rpm", "version": "20240624" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "2.el10", "source": "rpm", "version": "5.7" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "2.el10", "source": "rpm", "version": "4.1.3" } ], "tpm2-tss-fapi": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss-fapi", "release": "2.el10", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "3.el10", "source": "rpm", "version": "2024a" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "10.el10", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "10.el10", "source": "rpm", "version": "1.19.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "6.el10", "source": "rpm", "version": "0.14.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.el10", "source": "rpm", "version": "2.40.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "22.el10", "source": "rpm", "version": "0.3.12" } ], "wget2": [ { "arch": "x86_64", "epoch": null, "name": "wget2", "release": "8.el10", "source": "rpm", "version": "2.1.0" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": null, "name": "wget2-libs", "release": "8.el10", "source": "rpm", "version": "2.1.0" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": null, "name": "wget2-wget", "release": "8.el10", "source": "rpm", "version": "2.1.0" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "42.el10", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "4.el10", "source": "rpm", "version": "6.5.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "2.el10", "source": "rpm", "version": "2.41" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "2.el10", "source": "rpm", "version": "9.1.083" } ], "xz": [ { "arch": "x86_64", "epoch": 1, "name": "xz", "release": "1.el10", "source": "rpm", "version": "5.6.2" } ], "xz-libs": [ { "arch": "x86_64", "epoch": 1, "name": "xz-libs", "release": "1.el10", "source": "rpm", "version": "5.6.2" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "6.el10", "source": "rpm", "version": "4.20.0" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "5.el10", "source": "rpm", "version": "4.7.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": null, "name": "zlib-ng-compat", "release": "3.el10", "source": "rpm", "version": "2.1.6" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:28 Thursday 08 August 2024 22:25:42 +0000 (0:00:00.756) 0:00:15.360 ******* ok: [sut] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:32 Thursday 08 August 2024 22:25:42 +0000 (0:00:00.033) 0:00:15.393 ******* ok: [sut] => { "ansible_facts": { "blivet_pkg_version": "3.10.0-5.el10" }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:46 Thursday 08 August 2024 22:25:42 +0000 (0:00:00.075) 0:00:15.469 ******* included: /WORKDIR/git-main13k3bj8g/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/get_unused_disk.yml:2 Thursday 08 August 2024 22:25:42 +0000 (0:00:00.061) 0:00:15.530 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/get_unused_disk.yml:11 Thursday 08 August 2024 22:25:43 +0000 (0:00:00.691) 0:00:16.221 ******* ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-main13k3bj8g/tests/get_unused_disk.yml:20 Thursday 08 August 2024 22:25:43 +0000 (0:00:00.324) 0:00:16.546 ******* skipping: [sut] => { "changed": false, "false_condition": "'Unable to find unused disk' in unused_disks_return.disks", "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/get_unused_disk.yml:29 Thursday 08 August 2024 22:25:43 +0000 (0:00:00.054) 0:00:16.601 ******* ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-main13k3bj8g/tests/get_unused_disk.yml:34 Thursday 08 August 2024 22:25:43 +0000 (0:00:00.055) 0:00:16.657 ******* skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/get_unused_disk.yml:39 Thursday 08 August 2024 22:25:43 +0000 (0:00:00.056) 0:00:16.713 ******* ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ] } TASK [Create volume group 'foo' with 3 PVs] ************************************ task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:53 Thursday 08 August 2024 22:25:43 +0000 (0:00:00.049) 0:00:16.762 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:25:43 +0000 (0:00:00.077) 0:00:16.840 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:25:43 +0000 (0:00:00.066) 0:00:16.907 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:25:43 +0000 (0:00:00.069) 0:00:16.976 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.215) 0:00:17.192 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.046) 0:00:17.238 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.056) 0:00:17.295 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.048) 0:00:17.343 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.047) 0:00:17.391 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.070) 0:00:17.461 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.045) 0:00:17.506 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.050) 0:00:17.556 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.057) 0:00:17.614 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.047) 0:00:17.661 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.046) 0:00:17.707 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.050) 0:00:17.757 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.050) 0:00:17.808 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.124) 0:00:17.932 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:25:44 +0000 (0:00:00.058) 0:00:17.990 ******* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:25:54 +0000 (0:00:09.557) 0:00:27.548 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:25:54 +0000 (0:00:00.047) 0:00:27.595 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155727.450094, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ae1945b1145796e43fbae119583ee269aa43df77", "ctime": 1722942068.47124, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097283, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1344, "uid": 0, "version": "1965065750", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:25:54 +0000 (0:00:00.245) 0:00:27.840 ******* changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:25:55 +0000 (0:00:00.294) 0:00:28.134 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:25:55 +0000 (0:00:00.019) 0:00:28.154 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:25:55 +0000 (0:00:00.049) 0:00:28.203 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:25:55 +0000 (0:00:00.053) 0:00:28.257 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:25:55 +0000 (0:00:00.063) 0:00:28.320 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:25:55 +0000 (0:00:00.033) 0:00:28.353 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:25:55 +0000 (0:00:00.048) 0:00:28.402 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:25:55 +0000 (0:00:00.026) 0:00:28.428 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:25:55 +0000 (0:00:00.025) 0:00:28.454 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:25:55 +0000 (0:00:00.045) 0:00:28.500 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155940.7312944, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722941096.6574564, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "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": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "876379946", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:25:55 +0000 (0:00:00.244) 0:00:28.744 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:25:55 +0000 (0:00:00.054) 0:00:28.799 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:61 Thursday 08 August 2024 22:25:56 +0000 (0:00:00.798) 0:00:29.597 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:2 Thursday 08 August 2024 22:25:56 +0000 (0:00:00.066) 0:00:29.664 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:7 Thursday 08 August 2024 22:25:56 +0000 (0:00:00.051) 0:00:29.716 ******* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:15 Thursday 08 August 2024 22:25:56 +0000 (0:00:00.049) 0:00:29.765 ******* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "X5jtsU-TLCM-49NX-eVar-F7jE-4eAU-xF6t7g" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "tkgVCS-Gffb-gXpr-Cz5J-8lP8-Xq6E-pNMBJC" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "k2eaIX-A3zR-8j2T-7H51-i0zL-St8d-MZRkws" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "C5BTHm-gW7O-5LRb-P7Mo-dgCD-849z-e9I1YY" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "IdbVyh-3Zgp-7OPB-1t96-wzrG-3vX2-N00dUN" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "diNiUO-5rJ0-mLAA-fxzY-ftyS-hDDw-ySQSeQ" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "C9L8iY-ZcNs-GBAp-769E-mPVM-9Tpe-yDU9wY" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "AaJyeD-OCV2-6EHS-EjKt-SPRS-kIhD-PKKK1j" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "2MTGdV-381C-sdhD-2z43-DKdG-O06C-jNBXhd" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "873b1dad-0393-45ca-9e96-c9afb071909f" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:20 Thursday 08 August 2024 22:25:57 +0000 (0:00:00.335) 0:00:30.101 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003115", "end": "2024-08-08 22:25:57.323562", "rc": 0, "start": "2024-08-08 22:25:57.320447" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Aug 6 10:39:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=873b1dad-0393-45ca-9e96-c9afb071909f / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:25 Thursday 08 August 2024 22:25:57 +0000 (0:00:00.329) 0:00:30.430 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003199", "end": "2024-08-08 22:25:57.560165", "failed_when_result": false, "rc": 0, "start": "2024-08-08 22:25:57.556966" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:34 Thursday 08 August 2024 22:25:57 +0000 (0:00:00.235) 0:00:30.666 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:5 Thursday 08 August 2024 22:25:57 +0000 (0:00:00.068) 0:00:30.735 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:18 Thursday 08 August 2024 22:25:57 +0000 (0:00:00.047) 0:00:30.783 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.028767", "end": "2024-08-08 22:25:57.939889", "rc": 0, "start": "2024-08-08 22:25:57.911122" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:24 Thursday 08 August 2024 22:25:57 +0000 (0:00:00.264) 0:00:31.047 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:34 Thursday 08 August 2024 22:25:58 +0000 (0:00:00.110) 0:00:31.158 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:2 Thursday 08 August 2024 22:25:58 +0000 (0:00:00.092) 0:00:31.250 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:8 Thursday 08 August 2024 22:25:58 +0000 (0:00:00.055) 0:00:31.306 ******* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } ok: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdd1", "pv": "/dev/sdd1" } ok: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sde1", "pv": "/dev/sde1" } ok: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdf1", "pv": "/dev/sdf1" } ok: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdg1", "pv": "/dev/sdg1" } ok: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh1", "pv": "/dev/sdh1" } ok: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdi1", "pv": "/dev/sdi1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:17 Thursday 08 August 2024 22:26:00 +0000 (0:00:01.990) 0:00:33.296 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:22 Thursday 08 August 2024 22:26:00 +0000 (0:00:00.053) 0:00:33.350 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:27 Thursday 08 August 2024 22:26:00 +0000 (0:00:00.057) 0:00:33.407 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:36 Thursday 08 August 2024 22:26:00 +0000 (0:00:00.055) 0:00:33.462 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:41 Thursday 08 August 2024 22:26:00 +0000 (0:00:00.049) 0:00:33.511 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:46 Thursday 08 August 2024 22:26:00 +0000 (0:00:00.051) 0:00:33.563 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:51 Thursday 08 August 2024 22:26:00 +0000 (0:00:00.045) 0:00:33.609 ******* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdd1" } MSG: All assertions passed ok: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sde1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdf1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdg1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdi1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:64 Thursday 08 August 2024 22:26:00 +0000 (0:00:00.283) 0:00:33.892 ******* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.44.114 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.44.114 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:73 Thursday 08 August 2024 22:26:01 +0000 (0:00:00.397) 0:00:34.290 ******* skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdd1" } skipping: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sde1" } skipping: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdf1" } skipping: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdg1" } skipping: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh1" } skipping: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdi1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:83 Thursday 08 August 2024 22:26:01 +0000 (0:00:00.273) 0:00:34.563 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:8 Thursday 08 August 2024 22:26:01 +0000 (0:00:00.158) 0:00:34.722 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:14 Thursday 08 August 2024 22:26:01 +0000 (0:00:00.056) 0:00:34.779 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:19 Thursday 08 August 2024 22:26:01 +0000 (0:00:00.050) 0:00:34.830 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:24 Thursday 08 August 2024 22:26:01 +0000 (0:00:00.050) 0:00:34.881 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:29 Thursday 08 August 2024 22:26:01 +0000 (0:00:00.049) 0:00:34.930 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:37 Thursday 08 August 2024 22:26:01 +0000 (0:00:00.049) 0:00:34.979 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:46 Thursday 08 August 2024 22:26:01 +0000 (0:00:00.053) 0:00:35.032 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:55 Thursday 08 August 2024 22:26:02 +0000 (0:00:00.049) 0:00:35.082 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:64 Thursday 08 August 2024 22:26:02 +0000 (0:00:00.049) 0:00:35.131 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:74 Thursday 08 August 2024 22:26:02 +0000 (0:00:00.052) 0:00:35.184 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:83 Thursday 08 August 2024 22:26:02 +0000 (0:00:00.053) 0:00:35.237 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:86 Thursday 08 August 2024 22:26:02 +0000 (0:00:00.054) 0:00:35.292 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml:2 Thursday 08 August 2024 22:26:02 +0000 (0:00:00.068) 0:00:35.361 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:89 Thursday 08 August 2024 22:26:02 +0000 (0:00:00.054) 0:00:35.416 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml:2 Thursday 08 August 2024 22:26:02 +0000 (0:00:00.072) 0:00:35.488 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:92 Thursday 08 August 2024 22:26:02 +0000 (0:00:00.022) 0:00:35.511 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:5 Thursday 08 August 2024 22:26:02 +0000 (0:00:00.075) 0:00:35.586 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:10 Thursday 08 August 2024 22:26:02 +0000 (0:00:00.117) 0:00:35.703 ******* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdd1) => { "_storage_test_pool_member_path": "/dev/sdd1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sde1) => { "_storage_test_pool_member_path": "/dev/sde1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdf1) => { "_storage_test_pool_member_path": "/dev/sdf1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdg1) => { "_storage_test_pool_member_path": "/dev/sdg1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdh1) => { "_storage_test_pool_member_path": "/dev/sdh1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdi1) => { "_storage_test_pool_member_path": "/dev/sdi1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:17 Thursday 08 August 2024 22:26:02 +0000 (0:00:00.331) 0:00:36.034 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdc1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdd1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sde1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdf1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdg1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdh1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdi1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:03 +0000 (0:00:00.333) 0:00:36.368 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:03 +0000 (0:00:00.090) 0:00:36.459 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:03 +0000 (0:00:00.062) 0:00:36.521 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:03 +0000 (0:00:00.062) 0:00:36.584 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:03 +0000 (0:00:00.099) 0:00:36.684 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:03 +0000 (0:00:00.167) 0:00:36.851 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:03 +0000 (0:00:00.051) 0:00:36.903 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:03 +0000 (0:00:00.061) 0:00:36.964 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:03 +0000 (0:00:00.057) 0:00:37.021 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.052) 0:00:37.074 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.050) 0:00:37.124 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.049) 0:00:37.173 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.046) 0:00:37.220 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.054) 0:00:37.275 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.053) 0:00:37.328 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.049) 0:00:37.378 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.048) 0:00:37.426 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.050) 0:00:37.476 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.048) 0:00:37.525 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.098) 0:00:37.623 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.125) 0:00:37.749 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.050) 0:00:37.799 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.050) 0:00:37.850 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.049) 0:00:37.899 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.049) 0:00:37.949 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:04 +0000 (0:00:00.063) 0:00:38.013 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.061) 0:00:38.074 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.068) 0:00:38.143 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.052) 0:00:38.195 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.052) 0:00:38.248 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.048) 0:00:38.297 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.052) 0:00:38.349 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.053) 0:00:38.402 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.049) 0:00:38.452 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.131) 0:00:38.584 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.056) 0:00:38.640 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.050) 0:00:38.690 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.059) 0:00:38.750 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.082) 0:00:38.832 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.054) 0:00:38.887 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.058) 0:00:38.945 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.054) 0:00:38.999 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:05 +0000 (0:00:00.059) 0:00:39.059 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.055) 0:00:39.114 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.057) 0:00:39.172 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.054) 0:00:39.226 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.049) 0:00:39.275 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.047) 0:00:39.323 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.047) 0:00:39.370 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.133) 0:00:39.504 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.054) 0:00:39.558 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.051) 0:00:39.610 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.051) 0:00:39.662 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.051) 0:00:39.713 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:24 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.049) 0:00:39.762 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:95 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.050) 0:00:39.813 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml:2 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.072) 0:00:39.886 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:98 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.019) 0:00:39.906 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:6 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.071) 0:00:39.977 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:11 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.045) 0:00:40.023 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:15 Thursday 08 August 2024 22:26:06 +0000 (0:00:00.047) 0:00:40.070 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:25 Thursday 08 August 2024 22:26:07 +0000 (0:00:00.086) 0:00:40.157 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:34 Thursday 08 August 2024 22:26:07 +0000 (0:00:00.127) 0:00:40.285 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:44 Thursday 08 August 2024 22:26:07 +0000 (0:00:00.057) 0:00:40.342 ******* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:101 Thursday 08 August 2024 22:26:07 +0000 (0:00:00.074) 0:00:40.416 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml:3 Thursday 08 August 2024 22:26:07 +0000 (0:00:00.051) 0:00:40.467 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:44 Thursday 08 August 2024 22:26:07 +0000 (0:00:00.021) 0:00:40.489 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:54 Thursday 08 August 2024 22:26:07 +0000 (0:00:00.020) 0:00:40.509 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Save UUID of the created volume group] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:64 Thursday 08 August 2024 22:26:07 +0000 (0:00:00.049) 0:00:40.559 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.029009", "end": "2024-08-08 22:26:07.717895", "rc": 0, "start": "2024-08-08 22:26:07.688886" } STDOUT: Iu339f-Jz7p-3dyO-hjod-xQ93-0Hfa-kLmMfB TASK [Verify that nothing changes when disks don't change] ********************* task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:69 Thursday 08 August 2024 22:26:07 +0000 (0:00:00.265) 0:00:40.824 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:26:07 +0000 (0:00:00.076) 0:00:40.900 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:26:07 +0000 (0:00:00.065) 0:00:40.966 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:26:07 +0000 (0:00:00.102) 0:00:41.069 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.185) 0:00:41.254 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.166) 0:00:41.421 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.048) 0:00:41.470 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.049) 0:00:41.519 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.050) 0:00:41.570 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.075) 0:00:41.645 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.047) 0:00:41.693 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.050) 0:00:41.743 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.050) 0:00:41.794 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.050) 0:00:41.844 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.051) 0:00:41.896 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.048) 0:00:41.944 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.050) 0:00:41.995 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:26:08 +0000 (0:00:00.069) 0:00:42.064 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:26:09 +0000 (0:00:00.052) 0:00:42.117 ******* ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/foo", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:26:12 +0000 (0:00:03.934) 0:00:46.051 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.052) 0:00:46.104 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155957.322352, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ef6e142964d1bc6de0bda1bd824e3bea9c315c6b", "ctime": 1723155955.023344, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 320864577, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2921665492", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.255) 0:00:46.359 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.048) 0:00:46.408 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.019) 0:00:46.427 ******* ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.050) 0:00:46.478 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.049) 0:00:46.527 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.049) 0:00:46.577 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.026) 0:00:46.603 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.048) 0:00:46.651 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.025) 0:00:46.677 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.025) 0:00:46.703 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.045) 0:00:46.749 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155940.7312944, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722941096.6574564, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "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": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "876379946", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.250) 0:00:46.999 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:26:13 +0000 (0:00:00.059) 0:00:47.058 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:77 Thursday 08 August 2024 22:26:14 +0000 (0:00:00.820) 0:00:47.878 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:2 Thursday 08 August 2024 22:26:14 +0000 (0:00:00.070) 0:00:47.948 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:7 Thursday 08 August 2024 22:26:14 +0000 (0:00:00.053) 0:00:48.002 ******* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:15 Thursday 08 August 2024 22:26:14 +0000 (0:00:00.051) 0:00:48.053 ******* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "X5jtsU-TLCM-49NX-eVar-F7jE-4eAU-xF6t7g" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "tkgVCS-Gffb-gXpr-Cz5J-8lP8-Xq6E-pNMBJC" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "k2eaIX-A3zR-8j2T-7H51-i0zL-St8d-MZRkws" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "C5BTHm-gW7O-5LRb-P7Mo-dgCD-849z-e9I1YY" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "IdbVyh-3Zgp-7OPB-1t96-wzrG-3vX2-N00dUN" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "diNiUO-5rJ0-mLAA-fxzY-ftyS-hDDw-ySQSeQ" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "C9L8iY-ZcNs-GBAp-769E-mPVM-9Tpe-yDU9wY" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "AaJyeD-OCV2-6EHS-EjKt-SPRS-kIhD-PKKK1j" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "2MTGdV-381C-sdhD-2z43-DKdG-O06C-jNBXhd" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "873b1dad-0393-45ca-9e96-c9afb071909f" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:20 Thursday 08 August 2024 22:26:15 +0000 (0:00:00.245) 0:00:48.299 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003244", "end": "2024-08-08 22:26:15.428163", "rc": 0, "start": "2024-08-08 22:26:15.424919" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Aug 6 10:39:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=873b1dad-0393-45ca-9e96-c9afb071909f / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:25 Thursday 08 August 2024 22:26:15 +0000 (0:00:00.234) 0:00:48.533 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003160", "end": "2024-08-08 22:26:15.664817", "failed_when_result": false, "rc": 0, "start": "2024-08-08 22:26:15.661657" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:34 Thursday 08 August 2024 22:26:15 +0000 (0:00:00.237) 0:00:48.771 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:5 Thursday 08 August 2024 22:26:15 +0000 (0:00:00.066) 0:00:48.838 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:18 Thursday 08 August 2024 22:26:15 +0000 (0:00:00.054) 0:00:48.892 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.032472", "end": "2024-08-08 22:26:16.052828", "rc": 0, "start": "2024-08-08 22:26:16.020356" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:24 Thursday 08 August 2024 22:26:16 +0000 (0:00:00.270) 0:00:49.163 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:34 Thursday 08 August 2024 22:26:16 +0000 (0:00:00.140) 0:00:49.303 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:2 Thursday 08 August 2024 22:26:16 +0000 (0:00:00.090) 0:00:49.393 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:8 Thursday 08 August 2024 22:26:16 +0000 (0:00:00.056) 0:00:49.450 ******* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } ok: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdd1", "pv": "/dev/sdd1" } ok: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sde1", "pv": "/dev/sde1" } ok: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdf1", "pv": "/dev/sdf1" } ok: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdg1", "pv": "/dev/sdg1" } ok: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh1", "pv": "/dev/sdh1" } ok: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdi1", "pv": "/dev/sdi1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:17 Thursday 08 August 2024 22:26:18 +0000 (0:00:01.874) 0:00:51.324 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:22 Thursday 08 August 2024 22:26:18 +0000 (0:00:00.055) 0:00:51.380 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sdh1", "/dev/sdi1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:27 Thursday 08 August 2024 22:26:18 +0000 (0:00:00.055) 0:00:51.435 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:36 Thursday 08 August 2024 22:26:18 +0000 (0:00:00.053) 0:00:51.489 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:41 Thursday 08 August 2024 22:26:18 +0000 (0:00:00.050) 0:00:51.540 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:46 Thursday 08 August 2024 22:26:18 +0000 (0:00:00.055) 0:00:51.595 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:51 Thursday 08 August 2024 22:26:18 +0000 (0:00:00.048) 0:00:51.644 ******* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdd1" } MSG: All assertions passed ok: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sde1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdf1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdg1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdi1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:64 Thursday 08 August 2024 22:26:18 +0000 (0:00:00.285) 0:00:51.930 ******* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.44.114 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.44.114 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:73 Thursday 08 August 2024 22:26:19 +0000 (0:00:00.411) 0:00:52.341 ******* skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [sut] => (item=/dev/sdd1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdd1" } skipping: [sut] => (item=/dev/sde1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sde1" } skipping: [sut] => (item=/dev/sdf1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdf1" } skipping: [sut] => (item=/dev/sdg1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdg1" } skipping: [sut] => (item=/dev/sdh1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh1" } skipping: [sut] => (item=/dev/sdi1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdi1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:83 Thursday 08 August 2024 22:26:19 +0000 (0:00:00.292) 0:00:52.633 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:8 Thursday 08 August 2024 22:26:19 +0000 (0:00:00.143) 0:00:52.777 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:14 Thursday 08 August 2024 22:26:19 +0000 (0:00:00.047) 0:00:52.824 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:19 Thursday 08 August 2024 22:26:19 +0000 (0:00:00.046) 0:00:52.871 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:24 Thursday 08 August 2024 22:26:19 +0000 (0:00:00.046) 0:00:52.918 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:29 Thursday 08 August 2024 22:26:19 +0000 (0:00:00.046) 0:00:52.965 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:37 Thursday 08 August 2024 22:26:19 +0000 (0:00:00.047) 0:00:53.012 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:46 Thursday 08 August 2024 22:26:19 +0000 (0:00:00.047) 0:00:53.059 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:55 Thursday 08 August 2024 22:26:20 +0000 (0:00:00.046) 0:00:53.105 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:64 Thursday 08 August 2024 22:26:20 +0000 (0:00:00.046) 0:00:53.151 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:74 Thursday 08 August 2024 22:26:20 +0000 (0:00:00.047) 0:00:53.199 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:83 Thursday 08 August 2024 22:26:20 +0000 (0:00:00.048) 0:00:53.248 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:86 Thursday 08 August 2024 22:26:20 +0000 (0:00:00.049) 0:00:53.297 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml:2 Thursday 08 August 2024 22:26:20 +0000 (0:00:00.068) 0:00:53.365 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:89 Thursday 08 August 2024 22:26:20 +0000 (0:00:00.058) 0:00:53.424 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml:2 Thursday 08 August 2024 22:26:20 +0000 (0:00:00.069) 0:00:53.494 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:92 Thursday 08 August 2024 22:26:20 +0000 (0:00:00.019) 0:00:53.514 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:5 Thursday 08 August 2024 22:26:20 +0000 (0:00:00.070) 0:00:53.585 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:10 Thursday 08 August 2024 22:26:20 +0000 (0:00:00.052) 0:00:53.637 ******* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdd1) => { "_storage_test_pool_member_path": "/dev/sdd1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sde1) => { "_storage_test_pool_member_path": "/dev/sde1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdf1) => { "_storage_test_pool_member_path": "/dev/sdf1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdg1) => { "_storage_test_pool_member_path": "/dev/sdg1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdh1) => { "_storage_test_pool_member_path": "/dev/sdh1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdi1) => { "_storage_test_pool_member_path": "/dev/sdi1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:17 Thursday 08 August 2024 22:26:20 +0000 (0:00:00.257) 0:00:53.895 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdc1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdd1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sde1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdf1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdg1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdh1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdi1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.289) 0:00:54.184 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.056) 0:00:54.240 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.053) 0:00:54.293 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.048) 0:00:54.342 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.050) 0:00:54.392 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.130) 0:00:54.522 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.050) 0:00:54.572 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.053) 0:00:54.626 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.054) 0:00:54.681 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.050) 0:00:54.732 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.050) 0:00:54.782 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.048) 0:00:54.831 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.049) 0:00:54.880 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.053) 0:00:54.933 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.053) 0:00:54.987 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:21 +0000 (0:00:00.050) 0:00:55.038 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.055) 0:00:55.094 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.050) 0:00:55.144 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.048) 0:00:55.193 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.106) 0:00:55.300 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.144) 0:00:55.445 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.053) 0:00:55.499 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.051) 0:00:55.550 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.050) 0:00:55.601 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.054) 0:00:55.656 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.055) 0:00:55.711 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.055) 0:00:55.766 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.055) 0:00:55.822 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.062) 0:00:55.885 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.052) 0:00:55.938 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.049) 0:00:55.987 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:22 +0000 (0:00:00.053) 0:00:56.041 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.055) 0:00:56.096 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.051) 0:00:56.148 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.096) 0:00:56.244 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.138) 0:00:56.383 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.049) 0:00:56.432 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.055) 0:00:56.487 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.053) 0:00:56.541 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.051) 0:00:56.593 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.051) 0:00:56.644 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.051) 0:00:56.696 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.049) 0:00:56.745 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.061) 0:00:56.806 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.053) 0:00:56.860 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.049) 0:00:56.909 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.049) 0:00:56.959 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.050) 0:00:57.010 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:23 +0000 (0:00:00.056) 0:00:57.067 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.134) 0:00:57.201 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.053) 0:00:57.255 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.050) 0:00:57.305 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.050) 0:00:57.355 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.049) 0:00:57.405 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:24 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.047) 0:00:57.452 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:95 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.049) 0:00:57.501 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml:2 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.072) 0:00:57.574 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:98 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.019) 0:00:57.594 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:6 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.073) 0:00:57.667 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:11 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.047) 0:00:57.715 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:15 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.046) 0:00:57.762 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:25 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.045) 0:00:57.807 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:34 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.118) 0:00:57.925 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:44 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.047) 0:00:57.973 ******* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:101 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.047) 0:00:58.021 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml:3 Thursday 08 August 2024 22:26:24 +0000 (0:00:00.049) 0:00:58.070 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:44 Thursday 08 August 2024 22:26:25 +0000 (0:00:00.019) 0:00:58.090 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:54 Thursday 08 August 2024 22:26:25 +0000 (0:00:00.020) 0:00:58.110 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:80 Thursday 08 August 2024 22:26:25 +0000 (0:00:00.051) 0:00:58.162 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.024313", "end": "2024-08-08 22:26:25.327909", "rc": 0, "start": "2024-08-08 22:26:25.303596" } STDOUT: Iu339f-Jz7p-3dyO-hjod-xQ93-0Hfa-kLmMfB TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:85 Thursday 08 August 2024 22:26:25 +0000 (0:00:00.277) 0:00:58.439 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:89 Thursday 08 August 2024 22:26:25 +0000 (0:00:00.051) 0:00:58.491 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:26:25 +0000 (0:00:00.079) 0:00:58.570 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:26:25 +0000 (0:00:00.061) 0:00:58.632 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:26:25 +0000 (0:00:00.055) 0:00:58.687 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:26:25 +0000 (0:00:00.217) 0:00:58.905 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:26:25 +0000 (0:00:00.046) 0:00:58.952 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:26:25 +0000 (0:00:00.048) 0:00:59.000 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:26:25 +0000 (0:00:00.052) 0:00:59.052 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:26:26 +0000 (0:00:00.052) 0:00:59.105 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:26:26 +0000 (0:00:00.078) 0:00:59.183 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:26:26 +0000 (0:00:00.049) 0:00:59.233 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:26:26 +0000 (0:00:00.051) 0:00:59.285 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:26:26 +0000 (0:00:00.052) 0:00:59.338 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:26:26 +0000 (0:00:00.049) 0:00:59.387 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:26:26 +0000 (0:00:00.048) 0:00:59.435 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:26:26 +0000 (0:00:00.047) 0:00:59.483 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:26:26 +0000 (0:00:00.047) 0:00:59.530 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:26:26 +0000 (0:00:00.101) 0:00:59.631 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:26:26 +0000 (0:00:00.063) 0:00:59.695 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/foo", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:26:33 +0000 (0:00:07.225) 0:01:06.920 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:26:33 +0000 (0:00:00.050) 0:01:06.971 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155957.322352, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ef6e142964d1bc6de0bda1bd824e3bea9c315c6b", "ctime": 1723155955.023344, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 320864577, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2921665492", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:26:34 +0000 (0:00:00.248) 0:01:07.220 ******* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:26:34 +0000 (0:00:00.240) 0:01:07.460 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:26:34 +0000 (0:00:00.020) 0:01:07.481 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:26:34 +0000 (0:00:00.053) 0:01:07.534 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:26:34 +0000 (0:00:00.050) 0:01:07.584 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:26:34 +0000 (0:00:00.050) 0:01:07.635 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:26:34 +0000 (0:00:00.025) 0:01:07.660 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:26:34 +0000 (0:00:00.047) 0:01:07.708 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:26:34 +0000 (0:00:00.025) 0:01:07.733 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:26:34 +0000 (0:00:00.028) 0:01:07.762 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:26:34 +0000 (0:00:00.047) 0:01:07.809 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155940.7312944, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722941096.6574564, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "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": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "876379946", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:26:35 +0000 (0:00:00.315) 0:01:08.125 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:26:35 +0000 (0:00:00.020) 0:01:08.146 ******* ok: [sut] TASK [Get the partition table type on disk removed from the VG] **************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:97 Thursday 08 August 2024 22:26:35 +0000 (0:00:00.787) 0:01:08.933 ******* ok: [sut] => { "changed": false, "cmd": [ "lsblk", "-o", "PTTYPE", "--noheadings", "--nodeps", "/dev/sdb" ], "delta": "0:00:00.004369", "end": "2024-08-08 22:26:36.063903", "rc": 0, "start": "2024-08-08 22:26:36.059534" } TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:102 Thursday 08 August 2024 22:26:36 +0000 (0:00:00.238) 0:01:09.172 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:106 Thursday 08 August 2024 22:26:36 +0000 (0:00:00.050) 0:01:09.222 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:2 Thursday 08 August 2024 22:26:36 +0000 (0:00:00.067) 0:01:09.290 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:7 Thursday 08 August 2024 22:26:36 +0000 (0:00:00.052) 0:01:09.342 ******* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:15 Thursday 08 August 2024 22:26:36 +0000 (0:00:00.049) 0:01:09.391 ******* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "X5jtsU-TLCM-49NX-eVar-F7jE-4eAU-xF6t7g" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "873b1dad-0393-45ca-9e96-c9afb071909f" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:20 Thursday 08 August 2024 22:26:36 +0000 (0:00:00.242) 0:01:09.634 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003127", "end": "2024-08-08 22:26:36.764692", "rc": 0, "start": "2024-08-08 22:26:36.761565" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Aug 6 10:39:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=873b1dad-0393-45ca-9e96-c9afb071909f / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:25 Thursday 08 August 2024 22:26:36 +0000 (0:00:00.237) 0:01:09.872 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003111", "end": "2024-08-08 22:26:37.007412", "failed_when_result": false, "rc": 0, "start": "2024-08-08 22:26:37.004301" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:34 Thursday 08 August 2024 22:26:37 +0000 (0:00:00.241) 0:01:10.113 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:5 Thursday 08 August 2024 22:26:37 +0000 (0:00:00.065) 0:01:10.178 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:18 Thursday 08 August 2024 22:26:37 +0000 (0:00:00.126) 0:01:10.305 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030741", "end": "2024-08-08 22:26:37.461733", "rc": 0, "start": "2024-08-08 22:26:37.430992" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:24 Thursday 08 August 2024 22:26:37 +0000 (0:00:00.263) 0:01:10.568 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:34 Thursday 08 August 2024 22:26:37 +0000 (0:00:00.051) 0:01:10.620 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:2 Thursday 08 August 2024 22:26:37 +0000 (0:00:00.085) 0:01:10.706 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:8 Thursday 08 August 2024 22:26:37 +0000 (0:00:00.055) 0:01:10.761 ******* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:17 Thursday 08 August 2024 22:26:37 +0000 (0:00:00.228) 0:01:10.990 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:22 Thursday 08 August 2024 22:26:37 +0000 (0:00:00.051) 0:01:11.041 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:27 Thursday 08 August 2024 22:26:38 +0000 (0:00:00.051) 0:01:11.093 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:36 Thursday 08 August 2024 22:26:38 +0000 (0:00:00.053) 0:01:11.147 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:41 Thursday 08 August 2024 22:26:38 +0000 (0:00:00.048) 0:01:11.195 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:46 Thursday 08 August 2024 22:26:38 +0000 (0:00:00.050) 0:01:11.245 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:51 Thursday 08 August 2024 22:26:38 +0000 (0:00:00.045) 0:01:11.291 ******* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:64 Thursday 08 August 2024 22:26:38 +0000 (0:00:00.050) 0:01:11.341 ******* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.44.114 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.44.114 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:73 Thursday 08 August 2024 22:26:38 +0000 (0:00:00.467) 0:01:11.809 ******* skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:83 Thursday 08 August 2024 22:26:38 +0000 (0:00:00.052) 0:01:11.862 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:8 Thursday 08 August 2024 22:26:38 +0000 (0:00:00.066) 0:01:11.928 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:14 Thursday 08 August 2024 22:26:38 +0000 (0:00:00.046) 0:01:11.974 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:19 Thursday 08 August 2024 22:26:38 +0000 (0:00:00.051) 0:01:12.026 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:24 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.048) 0:01:12.074 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:29 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.046) 0:01:12.121 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:37 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.046) 0:01:12.167 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:46 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.045) 0:01:12.212 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:55 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.046) 0:01:12.259 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:64 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.045) 0:01:12.305 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:74 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.046) 0:01:12.352 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:83 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.044) 0:01:12.396 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:86 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.047) 0:01:12.444 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml:2 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.140) 0:01:12.585 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:89 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.018) 0:01:12.604 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml:2 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.068) 0:01:12.672 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:92 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.019) 0:01:12.692 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:5 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.068) 0:01:12.760 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:10 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.051) 0:01:12.812 ******* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:17 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.048) 0:01:12.860 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.063) 0:01:12.924 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.054) 0:01:12.978 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:39 +0000 (0:00:00.052) 0:01:13.031 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.088) 0:01:13.119 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.132) 0:01:13.252 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.050) 0:01:13.302 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:24 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.048) 0:01:13.351 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:95 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.047) 0:01:13.398 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml:2 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.070) 0:01:13.468 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:98 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.019) 0:01:13.488 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:6 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.071) 0:01:13.559 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:11 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.047) 0:01:13.606 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:15 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.046) 0:01:13.653 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:25 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.045) 0:01:13.699 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:34 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.044) 0:01:13.743 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:44 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.046) 0:01:13.790 ******* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:101 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.127) 0:01:13.917 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml:3 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.047) 0:01:13.965 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:44 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.018) 0:01:13.984 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:54 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.019) 0:01:14.004 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:109 Thursday 08 August 2024 22:26:40 +0000 (0:00:00.048) 0:01:14.052 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026135", "end": "2024-08-08 22:26:41.200821", "rc": 0, "start": "2024-08-08 22:26:41.174686" } STDOUT: Iu339f-Jz7p-3dyO-hjod-xQ93-0Hfa-kLmMfB TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:114 Thursday 08 August 2024 22:26:41 +0000 (0:00:00.254) 0:01:14.307 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Add the second disk back to the 'foo' volume group] ********************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:118 Thursday 08 August 2024 22:26:41 +0000 (0:00:00.048) 0:01:14.355 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:26:41 +0000 (0:00:00.081) 0:01:14.436 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:26:41 +0000 (0:00:00.061) 0:01:14.498 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:26:41 +0000 (0:00:00.053) 0:01:14.551 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:26:41 +0000 (0:00:00.171) 0:01:14.723 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:26:41 +0000 (0:00:00.047) 0:01:14.770 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:26:41 +0000 (0:00:00.101) 0:01:14.871 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:26:41 +0000 (0:00:00.136) 0:01:15.008 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:26:41 +0000 (0:00:00.049) 0:01:15.057 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:26:42 +0000 (0:00:00.074) 0:01:15.132 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:26:42 +0000 (0:00:00.048) 0:01:15.181 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:26:42 +0000 (0:00:00.051) 0:01:15.232 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:26:42 +0000 (0:00:00.049) 0:01:15.282 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:26:42 +0000 (0:00:00.047) 0:01:15.329 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:26:42 +0000 (0:00:00.046) 0:01:15.376 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:26:42 +0000 (0:00:00.046) 0:01:15.422 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:26:42 +0000 (0:00:00.047) 0:01:15.469 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:26:42 +0000 (0:00:00.060) 0:01:15.530 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:26:42 +0000 (0:00:00.018) 0:01:15.549 ******* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/foo", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:26:44 +0000 (0:00:02.400) 0:01:17.950 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:26:45 +0000 (0:00:00.163) 0:01:18.113 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155957.322352, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ef6e142964d1bc6de0bda1bd824e3bea9c315c6b", "ctime": 1723155955.023344, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 320864577, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2921665492", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:26:45 +0000 (0:00:00.245) 0:01:18.358 ******* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:26:45 +0000 (0:00:00.244) 0:01:18.603 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:26:45 +0000 (0:00:00.021) 0:01:18.624 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/foo", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:26:45 +0000 (0:00:00.055) 0:01:18.679 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:26:45 +0000 (0:00:00.051) 0:01:18.731 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:26:45 +0000 (0:00:00.052) 0:01:18.784 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:26:45 +0000 (0:00:00.027) 0:01:18.811 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:26:45 +0000 (0:00:00.051) 0:01:18.863 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:26:45 +0000 (0:00:00.036) 0:01:18.900 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:26:45 +0000 (0:00:00.027) 0:01:18.928 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:26:45 +0000 (0:00:00.050) 0:01:18.978 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155940.7312944, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722941096.6574564, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "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": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "876379946", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:26:46 +0000 (0:00:00.238) 0:01:19.217 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:26:46 +0000 (0:00:00.021) 0:01:19.239 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:126 Thursday 08 August 2024 22:26:46 +0000 (0:00:00.831) 0:01:20.070 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:2 Thursday 08 August 2024 22:26:47 +0000 (0:00:00.072) 0:01:20.142 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:7 Thursday 08 August 2024 22:26:47 +0000 (0:00:00.051) 0:01:20.194 ******* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:15 Thursday 08 August 2024 22:26:47 +0000 (0:00:00.049) 0:01:20.244 ******* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "X5jtsU-TLCM-49NX-eVar-F7jE-4eAU-xF6t7g" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "E2t372-cbTz-h08s-yJnX-MNeo-MRe0-Pwg6dP" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "873b1dad-0393-45ca-9e96-c9afb071909f" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:20 Thursday 08 August 2024 22:26:47 +0000 (0:00:00.235) 0:01:20.479 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003005", "end": "2024-08-08 22:26:47.603746", "rc": 0, "start": "2024-08-08 22:26:47.600741" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Aug 6 10:39:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=873b1dad-0393-45ca-9e96-c9afb071909f / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:25 Thursday 08 August 2024 22:26:47 +0000 (0:00:00.228) 0:01:20.708 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003055", "end": "2024-08-08 22:26:47.833658", "failed_when_result": false, "rc": 0, "start": "2024-08-08 22:26:47.830603" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:34 Thursday 08 August 2024 22:26:47 +0000 (0:00:00.230) 0:01:20.939 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:5 Thursday 08 August 2024 22:26:47 +0000 (0:00:00.065) 0:01:21.005 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:18 Thursday 08 August 2024 22:26:47 +0000 (0:00:00.047) 0:01:21.052 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.025401", "end": "2024-08-08 22:26:48.198749", "rc": 0, "start": "2024-08-08 22:26:48.173348" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:24 Thursday 08 August 2024 22:26:48 +0000 (0:00:00.252) 0:01:21.305 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:34 Thursday 08 August 2024 22:26:48 +0000 (0:00:00.050) 0:01:21.355 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:2 Thursday 08 August 2024 22:26:48 +0000 (0:00:00.166) 0:01:21.521 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:8 Thursday 08 August 2024 22:26:48 +0000 (0:00:00.055) 0:01:21.576 ******* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:17 Thursday 08 August 2024 22:26:48 +0000 (0:00:00.431) 0:01:22.008 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:22 Thursday 08 August 2024 22:26:48 +0000 (0:00:00.053) 0:01:22.062 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1", "/dev/sdb1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:27 Thursday 08 August 2024 22:26:49 +0000 (0:00:00.056) 0:01:22.118 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:36 Thursday 08 August 2024 22:26:49 +0000 (0:00:00.053) 0:01:22.171 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:41 Thursday 08 August 2024 22:26:49 +0000 (0:00:00.049) 0:01:22.220 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:46 Thursday 08 August 2024 22:26:49 +0000 (0:00:00.052) 0:01:22.273 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:51 Thursday 08 August 2024 22:26:49 +0000 (0:00:00.044) 0:01:22.318 ******* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:64 Thursday 08 August 2024 22:26:49 +0000 (0:00:00.078) 0:01:22.396 ******* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.44.114 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.44.114 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:73 Thursday 08 August 2024 22:26:49 +0000 (0:00:00.396) 0:01:22.793 ******* skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:83 Thursday 08 August 2024 22:26:49 +0000 (0:00:00.078) 0:01:22.872 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:8 Thursday 08 August 2024 22:26:49 +0000 (0:00:00.067) 0:01:22.940 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:14 Thursday 08 August 2024 22:26:49 +0000 (0:00:00.049) 0:01:22.989 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:19 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.149) 0:01:23.139 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:24 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.046) 0:01:23.185 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:29 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.046) 0:01:23.232 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:37 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.045) 0:01:23.278 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:46 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.045) 0:01:23.323 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:55 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.045) 0:01:23.369 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:64 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.047) 0:01:23.416 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:74 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.046) 0:01:23.462 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:83 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.046) 0:01:23.508 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:86 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.047) 0:01:23.556 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml:2 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.067) 0:01:23.623 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:89 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.019) 0:01:23.643 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml:2 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.067) 0:01:23.710 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:92 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.057) 0:01:23.768 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:5 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.069) 0:01:23.838 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:10 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.050) 0:01:23.889 ******* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:17 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.069) 0:01:23.958 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:50 +0000 (0:00:00.086) 0:01:24.044 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.052) 0:01:24.097 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.054) 0:01:24.152 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.050) 0:01:24.202 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.050) 0:01:24.252 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.047) 0:01:24.300 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.047) 0:01:24.348 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.052) 0:01:24.401 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.135) 0:01:24.537 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.049) 0:01:24.586 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.049) 0:01:24.636 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.049) 0:01:24.685 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:24 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.047) 0:01:24.733 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:95 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.047) 0:01:24.780 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml:2 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.070) 0:01:24.850 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:98 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.019) 0:01:24.870 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:6 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.070) 0:01:24.941 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:11 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.046) 0:01:24.987 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:15 Thursday 08 August 2024 22:26:51 +0000 (0:00:00.045) 0:01:25.033 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:25 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.045) 0:01:25.079 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:34 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.044) 0:01:25.123 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:44 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.131) 0:01:25.254 ******* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:101 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.049) 0:01:25.303 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml:3 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.047) 0:01:25.351 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:44 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.019) 0:01:25.371 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:54 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.019) 0:01:25.390 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:129 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.046) 0:01:25.437 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026780", "end": "2024-08-08 22:26:52.589811", "rc": 0, "start": "2024-08-08 22:26:52.563031" } STDOUT: Iu339f-Jz7p-3dyO-hjod-xQ93-0Hfa-kLmMfB TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:134 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.258) 0:01:25.695 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV and add the third disk to the 'foo' volume group] **** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:138 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.050) 0:01:25.746 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.087) 0:01:25.834 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.070) 0:01:25.905 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:26:52 +0000 (0:00:00.054) 0:01:25.959 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.196) 0:01:26.156 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.153) 0:01:26.310 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.048) 0:01:26.358 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.050) 0:01:26.409 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.049) 0:01:26.459 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.076) 0:01:26.536 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.050) 0:01:26.586 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sdb", "sdc" ], "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.052) 0:01:26.639 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.052) 0:01:26.691 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.049) 0:01:26.740 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.046) 0:01:26.787 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.049) 0:01:26.837 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.048) 0:01:26.885 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.062) 0:01:26.947 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:26:53 +0000 (0:00:00.019) 0:01:26.967 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdc1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/foo", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:26:57 +0000 (0:00:03.167) 0:01:30.135 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:26:57 +0000 (0:00:00.052) 0:01:30.187 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155957.322352, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ef6e142964d1bc6de0bda1bd824e3bea9c315c6b", "ctime": 1723155955.023344, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 320864577, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2921665492", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:26:57 +0000 (0:00:00.248) 0:01:30.436 ******* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:26:57 +0000 (0:00:00.241) 0:01:30.678 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:26:57 +0000 (0:00:00.020) 0:01:30.698 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdc1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/foo", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:26:57 +0000 (0:00:00.051) 0:01:30.749 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:26:57 +0000 (0:00:00.048) 0:01:30.798 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:26:57 +0000 (0:00:00.049) 0:01:30.847 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:26:57 +0000 (0:00:00.025) 0:01:30.873 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:26:57 +0000 (0:00:00.045) 0:01:30.919 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:26:57 +0000 (0:00:00.025) 0:01:30.944 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:26:57 +0000 (0:00:00.027) 0:01:30.972 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:26:57 +0000 (0:00:00.046) 0:01:31.018 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155940.7312944, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722941096.6574564, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "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": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "876379946", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:26:58 +0000 (0:00:00.264) 0:01:31.282 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:26:58 +0000 (0:00:00.018) 0:01:31.301 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:147 Thursday 08 August 2024 22:26:59 +0000 (0:00:00.854) 0:01:32.156 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:2 Thursday 08 August 2024 22:26:59 +0000 (0:00:00.074) 0:01:32.230 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:7 Thursday 08 August 2024 22:26:59 +0000 (0:00:00.053) 0:01:32.283 ******* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:15 Thursday 08 August 2024 22:26:59 +0000 (0:00:00.049) 0:01:32.333 ******* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "E2t372-cbTz-h08s-yJnX-MNeo-MRe0-Pwg6dP" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "Ayj13S-rppa-9s3M-aPpv-2E1B-QGCa-eoOYZH" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "873b1dad-0393-45ca-9e96-c9afb071909f" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:20 Thursday 08 August 2024 22:26:59 +0000 (0:00:00.240) 0:01:32.573 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003114", "end": "2024-08-08 22:26:59.698874", "rc": 0, "start": "2024-08-08 22:26:59.695760" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Aug 6 10:39:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=873b1dad-0393-45ca-9e96-c9afb071909f / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:25 Thursday 08 August 2024 22:26:59 +0000 (0:00:00.231) 0:01:32.805 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003125", "end": "2024-08-08 22:26:59.934424", "failed_when_result": false, "rc": 0, "start": "2024-08-08 22:26:59.931299" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:34 Thursday 08 August 2024 22:26:59 +0000 (0:00:00.235) 0:01:33.041 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml for sut => (item={'disks': ['sdb', 'sdc'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:5 Thursday 08 August 2024 22:27:00 +0000 (0:00:00.066) 0:01:33.108 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:18 Thursday 08 August 2024 22:27:00 +0000 (0:00:00.049) 0:01:33.157 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.025514", "end": "2024-08-08 22:27:00.307694", "rc": 0, "start": "2024-08-08 22:27:00.282180" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:24 Thursday 08 August 2024 22:27:00 +0000 (0:00:00.257) 0:01:33.414 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:34 Thursday 08 August 2024 22:27:00 +0000 (0:00:00.050) 0:01:33.464 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:2 Thursday 08 August 2024 22:27:00 +0000 (0:00:00.176) 0:01:33.641 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:8 Thursday 08 August 2024 22:27:00 +0000 (0:00:00.056) 0:01:33.697 ******* ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdc1", "pv": "/dev/sdc1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:17 Thursday 08 August 2024 22:27:01 +0000 (0:00:00.435) 0:01:34.133 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:22 Thursday 08 August 2024 22:27:01 +0000 (0:00:00.052) 0:01:34.185 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sdc1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:27 Thursday 08 August 2024 22:27:01 +0000 (0:00:00.054) 0:01:34.240 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:36 Thursday 08 August 2024 22:27:01 +0000 (0:00:00.054) 0:01:34.294 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:41 Thursday 08 August 2024 22:27:01 +0000 (0:00:00.049) 0:01:34.343 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:46 Thursday 08 August 2024 22:27:01 +0000 (0:00:00.052) 0:01:34.396 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:51 Thursday 08 August 2024 22:27:01 +0000 (0:00:00.046) 0:01:34.442 ******* ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdc1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:64 Thursday 08 August 2024 22:27:01 +0000 (0:00:00.075) 0:01:34.518 ******* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.44.114 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.44.114 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:73 Thursday 08 August 2024 22:27:01 +0000 (0:00:00.391) 0:01:34.909 ******* skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sdc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdc1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:83 Thursday 08 August 2024 22:27:01 +0000 (0:00:00.079) 0:01:34.988 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:8 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.114) 0:01:35.103 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:14 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.047) 0:01:35.150 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:19 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.048) 0:01:35.199 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:24 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.048) 0:01:35.248 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:29 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.047) 0:01:35.296 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:37 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.047) 0:01:35.343 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:46 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.048) 0:01:35.392 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:55 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.048) 0:01:35.440 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:64 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.047) 0:01:35.487 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:74 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.046) 0:01:35.534 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:83 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.058) 0:01:35.592 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:86 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.052) 0:01:35.644 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml:2 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.069) 0:01:35.714 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:89 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.019) 0:01:35.733 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml:2 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.179) 0:01:35.913 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:92 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.019) 0:01:35.933 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:5 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.071) 0:01:36.005 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:10 Thursday 08 August 2024 22:27:02 +0000 (0:00:00.052) 0:01:36.057 ******* skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sdc1) => { "_storage_test_pool_member_path": "/dev/sdc1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:17 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.072) 0:01:36.130 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdb1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sdc1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.085) 0:01:36.216 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.053) 0:01:36.269 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.052) 0:01:36.322 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.048) 0:01:36.370 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.049) 0:01:36.419 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.049) 0:01:36.469 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.138) 0:01:36.607 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.052) 0:01:36.660 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.054) 0:01:36.714 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.050) 0:01:36.765 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.048) 0:01:36.813 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.051) 0:01:36.865 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:24 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.048) 0:01:36.913 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:95 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.048) 0:01:36.961 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml:2 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.070) 0:01:37.032 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:98 Thursday 08 August 2024 22:27:03 +0000 (0:00:00.020) 0:01:37.052 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:6 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.073) 0:01:37.126 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:11 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.047) 0:01:37.173 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:15 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.046) 0:01:37.220 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:25 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.138) 0:01:37.358 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:34 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.047) 0:01:37.405 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:44 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.045) 0:01:37.450 ******* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:101 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.049) 0:01:37.500 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml:3 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.049) 0:01:37.549 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:44 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.019) 0:01:37.569 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:54 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.019) 0:01:37.588 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:150 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.047) 0:01:37.636 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026189", "end": "2024-08-08 22:27:04.783721", "rc": 0, "start": "2024-08-08 22:27:04.757532" } STDOUT: Iu339f-Jz7p-3dyO-hjod-xQ93-0Hfa-kLmMfB TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:155 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.253) 0:01:37.890 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create volume group 'foo' with 3 encrypted PVs] ************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:159 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.048) 0:01:37.938 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:27:04 +0000 (0:00:00.091) 0:01:38.029 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.063) 0:01:38.093 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.149) 0:01:38.242 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.132) 0:01:38.375 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.048) 0:01:38.423 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.049) 0:01:38.472 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.049) 0:01:38.522 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.047) 0:01:38.569 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.075) 0:01:38.644 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.049) 0:01:38.694 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.052) 0:01:38.746 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.048) 0:01:38.794 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.049) 0:01:38.844 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.051) 0:01:38.896 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.049) 0:01:38.946 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:27:05 +0000 (0:00:00.048) 0:01:38.994 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:27:06 +0000 (0:00:00.193) 0:01:39.188 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:27:06 +0000 (0:00:00.023) 0:01:39.212 ******* changed: [sut] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-8de79512-92eb-4988-8fe5-4a0351462026", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8de79512-92eb-4988-8fe5-4a0351462026", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-09340238-11f0-448c-b29f-6668b4c89c31", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-09340238-11f0-448c-b29f-6668b4c89c31", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-26c3f015-a715-453f-8512-c299ffff7a29", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-26c3f015-a715-453f-8512-c299ffff7a29", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-8de79512-92eb-4988-8fe5-4a0351462026", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-09340238-11f0-448c-b29f-6668b4c89c31", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-26c3f015-a715-453f-8512-c299ffff7a29", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:28:34 +0000 (0:01:28.160) 0:03:07.372 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:28:34 +0000 (0:00:00.053) 0:03:07.426 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155957.322352, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ef6e142964d1bc6de0bda1bd824e3bea9c315c6b", "ctime": 1723155955.023344, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 320864577, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2921665492", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:28:34 +0000 (0:00:00.244) 0:03:07.670 ******* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:28:34 +0000 (0:00:00.242) 0:03:07.913 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:28:34 +0000 (0:00:00.020) 0:03:07.933 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-8de79512-92eb-4988-8fe5-4a0351462026", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-8de79512-92eb-4988-8fe5-4a0351462026", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-09340238-11f0-448c-b29f-6668b4c89c31", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-09340238-11f0-448c-b29f-6668b4c89c31", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-26c3f015-a715-453f-8512-c299ffff7a29", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-26c3f015-a715-453f-8512-c299ffff7a29", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-8de79512-92eb-4988-8fe5-4a0351462026", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-09340238-11f0-448c-b29f-6668b4c89c31", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-26c3f015-a715-453f-8512-c299ffff7a29", "password": "-", "state": "present" }, { "backing_device": "/dev/sda1", "name": "luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:28:34 +0000 (0:00:00.053) 0:03:07.987 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:28:34 +0000 (0:00:00.056) 0:03:08.044 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:28:35 +0000 (0:00:00.051) 0:03:08.096 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:28:35 +0000 (0:00:00.026) 0:03:08.122 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:28:35 +0000 (0:00:00.046) 0:03:08.169 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:28:35 +0000 (0:00:00.027) 0:03:08.196 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:28:35 +0000 (0:00:00.026) 0:03:08.223 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:28:35 +0000 (0:00:00.163) 0:03:08.386 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155940.7312944, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1722941096.6574564, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "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": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "876379946", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:28:35 +0000 (0:00:00.239) 0:03:08.626 ******* changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-8de79512-92eb-4988-8fe5-4a0351462026', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-8de79512-92eb-4988-8fe5-4a0351462026", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-9c80728a-2b26-456d-9f7a-0bb441aa812c', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-09340238-11f0-448c-b29f-6668b4c89c31', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-09340238-11f0-448c-b29f-6668b4c89c31", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-26c3f015-a715-453f-8512-c299ffff7a29', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-26c3f015-a715-453f-8512-c299ffff7a29", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sda1', 'name': 'luks-89794fbf-705a-4ff4-a59c-7eb39513d67a', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:28:37 +0000 (0:00:01.986) 0:03:10.612 ******* ok: [sut] TASK [Save UUID of the created volume group] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:170 Thursday 08 August 2024 22:28:38 +0000 (0:00:00.871) 0:03:11.483 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.031852", "end": "2024-08-08 22:28:38.641051", "rc": 0, "start": "2024-08-08 22:28:38.609199" } STDOUT: s9IE83-8M3V-j3zg-u7qj-OYHf-5jNw-wFswnT TASK [Remove 2 PVs from the 'foo' volume group] ******************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:175 Thursday 08 August 2024 22:28:38 +0000 (0:00:00.265) 0:03:11.748 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:28:38 +0000 (0:00:00.096) 0:03:11.845 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:28:38 +0000 (0:00:00.065) 0:03:11.910 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:28:38 +0000 (0:00:00.055) 0:03:11.966 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.202) 0:03:12.169 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.051) 0:03:12.220 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.184) 0:03:12.405 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.053) 0:03:12.458 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.055) 0:03:12.513 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.078) 0:03:12.591 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.050) 0:03:12.642 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.053) 0:03:12.695 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.052) 0:03:12.748 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.050) 0:03:12.798 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.048) 0:03:12.847 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.049) 0:03:12.897 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.049) 0:03:12.946 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:28:39 +0000 (0:00:00.063) 0:03:13.009 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:28:40 +0000 (0:00:00.070) 0:03:13.080 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-26c3f015-a715-453f-8512-c299ffff7a29", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-26c3f015-a715-453f-8512-c299ffff7a29", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-09340238-11f0-448c-b29f-6668b4c89c31", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-09340238-11f0-448c-b29f-6668b4c89c31", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-8de79512-92eb-4988-8fe5-4a0351462026", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8de79512-92eb-4988-8fe5-4a0351462026", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdb1", "name": "luks-26c3f015-a715-453f-8512-c299ffff7a29", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-09340238-11f0-448c-b29f-6668b4c89c31", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-8de79512-92eb-4988-8fe5-4a0351462026", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:28:49 +0000 (0:00:09.016) 0:03:22.097 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:28:49 +0000 (0:00:00.060) 0:03:22.157 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155957.322352, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ef6e142964d1bc6de0bda1bd824e3bea9c315c6b", "ctime": 1723155955.023344, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 320864577, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2921665492", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:28:49 +0000 (0:00:00.260) 0:03:22.418 ******* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:28:49 +0000 (0:00:00.243) 0:03:22.661 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:28:49 +0000 (0:00:00.025) 0:03:22.686 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/luks-26c3f015-a715-453f-8512-c299ffff7a29", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-26c3f015-a715-453f-8512-c299ffff7a29", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-09340238-11f0-448c-b29f-6668b4c89c31", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-09340238-11f0-448c-b29f-6668b4c89c31", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-8de79512-92eb-4988-8fe5-4a0351462026", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-8de79512-92eb-4988-8fe5-4a0351462026", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdb1", "name": "luks-26c3f015-a715-453f-8512-c299ffff7a29", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-09340238-11f0-448c-b29f-6668b4c89c31", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-8de79512-92eb-4988-8fe5-4a0351462026", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "cryptsetup", "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:28:49 +0000 (0:00:00.063) 0:03:22.750 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:28:49 +0000 (0:00:00.054) 0:03:22.804 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:28:49 +0000 (0:00:00.055) 0:03:22.860 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:28:49 +0000 (0:00:00.028) 0:03:22.889 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:28:49 +0000 (0:00:00.052) 0:03:22.941 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:28:49 +0000 (0:00:00.030) 0:03:22.972 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:28:49 +0000 (0:00:00.028) 0:03:23.000 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:28:49 +0000 (0:00:00.048) 0:03:23.049 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723156117.497525, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "82b4b99f57acef99861edc1a7e57b2b79b5b6ef9", "ctime": 1723156117.498525, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 524288321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "1190940522", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:28:50 +0000 (0:00:00.370) 0:03:23.420 ******* changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-26c3f015-a715-453f-8512-c299ffff7a29', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-26c3f015-a715-453f-8512-c299ffff7a29", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-09340238-11f0-448c-b29f-6668b4c89c31', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-09340238-11f0-448c-b29f-6668b4c89c31", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-59d6f0ad-6192-44f2-a9bf-f4364a18f8da", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-9c80728a-2b26-456d-9f7a-0bb441aa812c', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-9c80728a-2b26-456d-9f7a-0bb441aa812c", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-8de79512-92eb-4988-8fe5-4a0351462026', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-8de79512-92eb-4988-8fe5-4a0351462026", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-64625dcc-9e23-4a68-8782-4e3dc0bb3d26", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-4858fe80-c17f-4a08-92a5-d5cfd37352e4", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-15ce340b-ac6c-4aa1-9982-4ad618ba169c", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:28:52 +0000 (0:00:01.776) 0:03:25.197 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:185 Thursday 08 August 2024 22:28:52 +0000 (0:00:00.809) 0:03:26.006 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:2 Thursday 08 August 2024 22:28:53 +0000 (0:00:00.080) 0:03:26.087 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:7 Thursday 08 August 2024 22:28:53 +0000 (0:00:00.058) 0:03:26.145 ******* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:15 Thursday 08 August 2024 22:28:53 +0000 (0:00:00.050) 0:03:26.196 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "size": "10G", "type": "crypt", "uuid": "LOdodK-ZJsc-3Mzd-NdKJ-O8I9-Se6L-G2jAB2" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "89794fbf-705a-4ff4-a59c-7eb39513d67a" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "873b1dad-0393-45ca-9e96-c9afb071909f" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:20 Thursday 08 August 2024 22:28:53 +0000 (0:00:00.239) 0:03:26.436 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003127", "end": "2024-08-08 22:28:53.565724", "rc": 0, "start": "2024-08-08 22:28:53.562597" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Aug 6 10:39:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=873b1dad-0393-45ca-9e96-c9afb071909f / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:25 Thursday 08 August 2024 22:28:53 +0000 (0:00:00.235) 0:03:26.671 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003173", "end": "2024-08-08 22:28:53.810280", "failed_when_result": false, "rc": 0, "start": "2024-08-08 22:28:53.807107" } STDOUT: luks-89794fbf-705a-4ff4-a59c-7eb39513d67a /dev/sda1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:34 Thursday 08 August 2024 22:28:53 +0000 (0:00:00.245) 0:03:26.916 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:5 Thursday 08 August 2024 22:28:53 +0000 (0:00:00.069) 0:03:26.986 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:18 Thursday 08 August 2024 22:28:54 +0000 (0:00:00.110) 0:03:27.096 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.025701", "end": "2024-08-08 22:28:54.304727", "rc": 0, "start": "2024-08-08 22:28:54.279026" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:24 Thursday 08 August 2024 22:28:54 +0000 (0:00:00.370) 0:03:27.467 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:34 Thursday 08 August 2024 22:28:54 +0000 (0:00:00.054) 0:03:27.522 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:2 Thursday 08 August 2024 22:28:54 +0000 (0:00:00.105) 0:03:27.627 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:8 Thursday 08 August 2024 22:28:54 +0000 (0:00:00.064) 0:03:27.692 ******* ok: [sut] => (item=/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "pv": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:17 Thursday 08 August 2024 22:28:54 +0000 (0:00:00.240) 0:03:27.932 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:22 Thursday 08 August 2024 22:28:54 +0000 (0:00:00.055) 0:03:27.987 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:27 Thursday 08 August 2024 22:28:54 +0000 (0:00:00.056) 0:03:28.043 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:36 Thursday 08 August 2024 22:28:55 +0000 (0:00:00.055) 0:03:28.099 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:41 Thursday 08 August 2024 22:28:55 +0000 (0:00:00.049) 0:03:28.149 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and not storage_test_pool.encryption", "skip_reason": "Conditional result was False" } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:46 Thursday 08 August 2024 22:28:55 +0000 (0:00:00.047) 0:03:28.197 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:51 Thursday 08 August 2024 22:28:55 +0000 (0:00:00.048) 0:03:28.245 ******* ok: [sut] => (item=/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:64 Thursday 08 August 2024 22:28:55 +0000 (0:00:00.056) 0:03:28.301 ******* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.44.114 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.44.114 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:73 Thursday 08 August 2024 22:28:55 +0000 (0:00:00.400) 0:03:28.702 ******* skipping: [sut] => (item=/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:83 Thursday 08 August 2024 22:28:55 +0000 (0:00:00.165) 0:03:28.867 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:8 Thursday 08 August 2024 22:28:55 +0000 (0:00:00.067) 0:03:28.934 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:14 Thursday 08 August 2024 22:28:55 +0000 (0:00:00.055) 0:03:28.990 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:19 Thursday 08 August 2024 22:28:55 +0000 (0:00:00.048) 0:03:29.038 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:24 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.046) 0:03:29.085 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:29 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.047) 0:03:29.133 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:37 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.048) 0:03:29.182 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:46 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.048) 0:03:29.230 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:55 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.046) 0:03:29.277 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:64 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.048) 0:03:29.325 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:74 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.048) 0:03:29.374 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:83 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.047) 0:03:29.421 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:86 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.047) 0:03:29.469 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml:2 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.159) 0:03:29.628 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:89 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.023) 0:03:29.651 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml:2 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.072) 0:03:29.724 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:92 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.021) 0:03:29.745 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:5 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.072) 0:03:29.817 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "1", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:10 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.051) 0:03:29.869 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a) TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:2 Thursday 08 August 2024 22:28:56 +0000 (0:00:00.068) 0:03:29.937 ******* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/89794fbf-705a-4ff4-a59c-7eb39513d67a" ], "delta": "0:00:00.003051", "end": "2024-08-08 22:28:57.068905", "rc": 0, "start": "2024-08-08 22:28:57.065854" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:12 Thursday 08 August 2024 22:28:57 +0000 (0:00:00.244) 0:03:30.182 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:18 Thursday 08 August 2024 22:28:57 +0000 (0:00:00.799) 0:03:30.981 ******* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.006915", "end": "2024-08-08 22:28:58.114668", "rc": 0, "start": "2024-08-08 22:28:58.107753" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 89794fbf-705a-4ff4-a59c-7eb39513d67a Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 800768 Threads: 2 Salt: a1 1e 42 d9 73 9e 4f 0d 76 c1 ea 35 b6 f5 26 88 70 1f b7 b3 19 21 76 d4 b6 74 d5 f9 7e 61 fe 64 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 105533 Salt: b5 ab e3 f8 de ac 21 cf b1 c2 4c 44 29 64 0e 27 f7 ae b5 e8 32 2c 20 d7 0f 9c fb 87 4d 9f ed 49 Digest: 83 8b 41 09 35 f6 35 36 77 37 8f 97 28 ba 39 15 02 eb 55 a9 83 c1 a1 7f 71 e7 2b ca f1 23 72 af TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:26 Thursday 08 August 2024 22:28:58 +0000 (0:00:00.239) 0:03:31.221 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:38 Thursday 08 August 2024 22:28:58 +0000 (0:00:00.057) 0:03:31.278 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:50 Thursday 08 August 2024 22:28:58 +0000 (0:00:00.192) 0:03:31.470 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:17 Thursday 08 August 2024 22:28:58 +0000 (0:00:00.050) 0:03:31.521 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:28:58 +0000 (0:00:00.098) 0:03:31.620 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-89794fbf-705a-4ff4-a59c-7eb39513d67a /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:28:58 +0000 (0:00:00.075) 0:03:31.695 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:28:58 +0000 (0:00:00.069) 0:03:31.765 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:28:58 +0000 (0:00:00.057) 0:03:31.823 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:28:58 +0000 (0:00:00.050) 0:03:31.874 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:28:58 +0000 (0:00:00.054) 0:03:31.928 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:24 Thursday 08 August 2024 22:28:58 +0000 (0:00:00.048) 0:03:31.976 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:95 Thursday 08 August 2024 22:28:58 +0000 (0:00:00.051) 0:03:32.028 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml:2 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.072) 0:03:32.100 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:98 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.022) 0:03:32.123 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:6 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.126) 0:03:32.250 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:11 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.049) 0:03:32.299 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:15 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.048) 0:03:32.348 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:25 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.047) 0:03:32.395 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:34 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.050) 0:03:32.446 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:44 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.050) 0:03:32.497 ******* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:101 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.049) 0:03:32.546 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml:3 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.049) 0:03:32.595 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:44 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.020) 0:03:32.616 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:54 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.019) 0:03:32.636 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:188 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.048) 0:03:32.684 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026163", "end": "2024-08-08 22:28:59.830649", "rc": 0, "start": "2024-08-08 22:28:59.804486" } STDOUT: s9IE83-8M3V-j3zg-u7qj-OYHf-5jNw-wFswnT TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:193 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.254) 0:03:32.939 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Add the disks back to the 'foo' volume group] **************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:197 Thursday 08 August 2024 22:28:59 +0000 (0:00:00.049) 0:03:32.989 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.155) 0:03:33.144 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.064) 0:03:33.209 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.055) 0:03:33.265 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.137) 0:03:33.402 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.048) 0:03:33.451 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.048) 0:03:33.500 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.050) 0:03:33.550 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.049) 0:03:33.600 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.075) 0:03:33.676 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.047) 0:03:33.723 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_password": "yabbadabbadoo", "name": "foo" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.052) 0:03:33.775 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.050) 0:03:33.825 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.166) 0:03:33.992 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:29:00 +0000 (0:00:00.048) 0:03:34.040 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:29:01 +0000 (0:00:00.049) 0:03:34.090 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:29:01 +0000 (0:00:00.050) 0:03:34.141 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:29:01 +0000 (0:00:00.061) 0:03:34.203 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:29:01 +0000 (0:00:00.020) 0:03:34.224 ******* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "fs_type": null }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "fs_type": null }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "fs_type": null }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "fs_type": null }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "fs_type": null }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "fs_type": null }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-b8082a40-70c1-414a-b185-86f085665921", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-5a50114c-bf04-470c-9a12-119695431b51", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-003a9013-8b4a-4390-855c-055981d5a853", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "password": "-", "state": "present" } ], "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:30:20 +0000 (0:01:19.001) 0:04:53.226 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:30:20 +0000 (0:00:00.054) 0:04:53.280 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155957.322352, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ef6e142964d1bc6de0bda1bd824e3bea9c315c6b", "ctime": 1723155955.023344, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 320864577, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2921665492", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:30:20 +0000 (0:00:00.249) 0:04:53.529 ******* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:30:20 +0000 (0:00:00.238) 0:04:53.768 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:30:20 +0000 (0:00:00.020) 0:04:53.789 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdi1", "fs_type": null }, { "action": "create format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "fs_type": null }, { "action": "create format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdh1", "fs_type": null }, { "action": "create format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "fs_type": null }, { "action": "create format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdg1", "fs_type": null }, { "action": "create format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "fs_type": null }, { "action": "create format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdf1", "fs_type": null }, { "action": "create format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "fs_type": null }, { "action": "create format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sde1", "fs_type": null }, { "action": "create format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdd1", "fs_type": null }, { "action": "create format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "fs_type": null }, { "action": "create format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdc1", "fs_type": null }, { "action": "create format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "fs_type": null }, { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "create device", "device": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "fs_type": null } ], "changed": true, "crypts": [ { "backing_device": "/dev/sdi1", "name": "luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "password": "-", "state": "present" }, { "backing_device": "/dev/sdh1", "name": "luks-b8082a40-70c1-414a-b185-86f085665921", "password": "-", "state": "present" }, { "backing_device": "/dev/sdg1", "name": "luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "password": "-", "state": "present" }, { "backing_device": "/dev/sdf1", "name": "luks-5a50114c-bf04-470c-9a12-119695431b51", "password": "-", "state": "present" }, { "backing_device": "/dev/sde1", "name": "luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "password": "-", "state": "present" }, { "backing_device": "/dev/sdd1", "name": "luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "password": "-", "state": "present" }, { "backing_device": "/dev/sdc1", "name": "luks-003a9013-8b4a-4390-855c-055981d5a853", "password": "-", "state": "present" }, { "backing_device": "/dev/sdb1", "name": "luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "password": "-", "state": "present" } ], "failed": false, "leaves": [ "/dev/xvda1", "/dev/xvda2", "/dev/foo" ], "mounts": [], "packages": [ "lvm2", "xfsprogs", "cryptsetup" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:30:20 +0000 (0:00:00.057) 0:04:53.846 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:30:20 +0000 (0:00:00.089) 0:04:53.935 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:30:20 +0000 (0:00:00.068) 0:04:54.004 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:30:20 +0000 (0:00:00.042) 0:04:54.047 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:30:21 +0000 (0:00:00.224) 0:04:54.271 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:30:21 +0000 (0:00:00.029) 0:04:54.301 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:30:21 +0000 (0:00:00.029) 0:04:54.331 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:30:21 +0000 (0:00:00.061) 0:04:54.392 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723156133.8085299, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0d737e1db71e1fa75065f1fba5dc8f6f535e60b8", "ctime": 1723156132.0795295, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 44040332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 54, "uid": 0, "version": "1056391873", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:30:21 +0000 (0:00:00.267) 0:04:54.659 ******* changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-b8082a40-70c1-414a-b185-86f085665921', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-b8082a40-70c1-414a-b185-86f085665921", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-754e83ba-7965-4415-b2fd-c520d4953bfa', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-5a50114c-bf04-470c-9a12-119695431b51', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-5a50114c-bf04-470c-9a12-119695431b51", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-679ad780-5c33-4faf-925e-a8f1e6141bc1', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-003a9013-8b4a-4390-855c-055981d5a853', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-003a9013-8b4a-4390-855c-055981d5a853", "password": "-", "state": "present" } } MSG: line added changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6', 'password': '-', 'state': 'present'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "password": "-", "state": "present" } } MSG: line added TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:30:23 +0000 (0:00:01.823) 0:04:56.483 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:207 Thursday 08 August 2024 22:30:24 +0000 (0:00:00.850) 0:04:57.334 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:2 Thursday 08 August 2024 22:30:24 +0000 (0:00:00.105) 0:04:57.440 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": true, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:7 Thursday 08 August 2024 22:30:24 +0000 (0:00:00.069) 0:04:57.509 ******* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:15 Thursday 08 August 2024 22:30:24 +0000 (0:00:00.053) 0:04:57.563 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "size": "10G", "type": "crypt", "uuid": "DB2cHy-6TZl-BVD7-9faK-wJS9-qlnR-o0Mq2j" }, "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "size": "1024G", "type": "crypt", "uuid": "5EfOPx-mY3S-NU5A-9d7P-OhRc-ONw3-3umVUz" }, "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "size": "10G", "type": "crypt", "uuid": "ogG8Ax-KPud-Ogvb-D6ga-GnXW-SSxI-6HNniN" }, "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "size": "1024G", "type": "crypt", "uuid": "awRd2G-bz1n-vdDJ-m3nS-1wzy-RuEn-BSNveI" }, "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "size": "1024G", "type": "crypt", "uuid": "U8n6kL-A22H-0d7J-5acY-BVL8-MZdc-oV9Vaj" }, "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "size": "10G", "type": "crypt", "uuid": "LOdodK-ZJsc-3Mzd-NdKJ-O8I9-Se6L-G2jAB2" }, "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "size": "10G", "type": "crypt", "uuid": "C63FgL-aczx-xd3K-W2lx-OaLz-2WUw-T08fer" }, "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "size": "10G", "type": "crypt", "uuid": "epUol9-2eRz-TWVv-Ev65-fGzm-eFqq-egR09T" }, "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "size": "10G", "type": "crypt", "uuid": "Oo3uRq-3F6I-1tOa-Ko5I-3Jih-XH6Q-S8WZWM" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "89794fbf-705a-4ff4-a59c-7eb39513d67a" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "f171ac7e-b976-4bb3-bb5f-cd06945412f6" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdc1", "size": "10G", "type": "partition", "uuid": "003a9013-8b4a-4390-855c-055981d5a853" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdd1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdd1", "size": "1024G", "type": "partition", "uuid": "1074d9c1-fdfb-4156-be4a-4529f7f95ee9" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sde1", "size": "1024G", "type": "partition", "uuid": "679ad780-5c33-4faf-925e-a8f1e6141bc1" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdf1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdf1", "size": "10G", "type": "partition", "uuid": "5a50114c-bf04-470c-9a12-119695431b51" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdg1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdg1", "size": "1024G", "type": "partition", "uuid": "754e83ba-7965-4415-b2fd-c520d4953bfa" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdh1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdh1", "size": "10G", "type": "partition", "uuid": "b8082a40-70c1-414a-b185-86f085665921" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi1": { "fstype": "crypto_LUKS", "label": "", "mountpoint": "", "name": "/dev/sdi1", "size": "10G", "type": "partition", "uuid": "ea59cb4b-79b9-4aeb-8b98-6ea3763a1450" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "873b1dad-0393-45ca-9e96-c9afb071909f" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:20 Thursday 08 August 2024 22:30:24 +0000 (0:00:00.247) 0:04:57.811 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002990", "end": "2024-08-08 22:30:25.026924", "rc": 0, "start": "2024-08-08 22:30:25.023934" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Aug 6 10:39:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=873b1dad-0393-45ca-9e96-c9afb071909f / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:25 Thursday 08 August 2024 22:30:25 +0000 (0:00:00.322) 0:04:58.133 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003174", "end": "2024-08-08 22:30:25.345310", "failed_when_result": false, "rc": 0, "start": "2024-08-08 22:30:25.342136" } STDOUT: luks-89794fbf-705a-4ff4-a59c-7eb39513d67a /dev/sda1 - luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450 /dev/sdi1 - luks-b8082a40-70c1-414a-b185-86f085665921 /dev/sdh1 - luks-754e83ba-7965-4415-b2fd-c520d4953bfa /dev/sdg1 - luks-5a50114c-bf04-470c-9a12-119695431b51 /dev/sdf1 - luks-679ad780-5c33-4faf-925e-a8f1e6141bc1 /dev/sde1 - luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9 /dev/sdd1 - luks-003a9013-8b4a-4390-855c-055981d5a853 /dev/sdc1 - luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6 /dev/sdb1 - TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:34 Thursday 08 August 2024 22:30:25 +0000 (0:00:00.400) 0:04:58.533 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi'], 'encryption': True, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': 'VALUE_SPECIFIED_IN_NO_LOG_PARAMETER', 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:5 Thursday 08 August 2024 22:30:25 +0000 (0:00:00.074) 0:04:58.608 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:18 Thursday 08 August 2024 22:30:25 +0000 (0:00:00.055) 0:04:58.663 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.051565", "end": "2024-08-08 22:30:25.843939", "rc": 0, "start": "2024-08-08 22:30:25.792374" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:24 Thursday 08 August 2024 22:30:25 +0000 (0:00:00.288) 0:04:58.952 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:34 Thursday 08 August 2024 22:30:25 +0000 (0:00:00.057) 0:04:59.009 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:2 Thursday 08 August 2024 22:30:26 +0000 (0:00:00.111) 0:04:59.121 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "9", "_storage_test_pool_pvs_lvm": [ "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:8 Thursday 08 August 2024 22:30:26 +0000 (0:00:00.068) 0:04:59.189 ******* ok: [sut] => (item=/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "pv": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853" } ok: [sut] => (item=/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "pv": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9" } ok: [sut] => (item=/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "pv": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51" } ok: [sut] => (item=/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "pv": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1" } ok: [sut] => (item=/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "pv": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa" } ok: [sut] => (item=/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "pv": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a" } ok: [sut] => (item=/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "pv": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921" } ok: [sut] => (item=/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "pv": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450" } ok: [sut] => (item=/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "pv": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:17 Thursday 08 August 2024 22:30:28 +0000 (0:00:01.994) 0:05:01.184 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "9" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:22 Thursday 08 August 2024 22:30:28 +0000 (0:00:00.059) 0:05:01.243 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:27 Thursday 08 August 2024 22:30:28 +0000 (0:00:00.058) 0:05:01.302 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:36 Thursday 08 August 2024 22:30:28 +0000 (0:00:00.059) 0:05:01.361 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "crypt" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:41 Thursday 08 August 2024 22:30:28 +0000 (0:00:00.206) 0:05:01.568 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and not storage_test_pool.encryption", "skip_reason": "Conditional result was False" } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:46 Thursday 08 August 2024 22:30:28 +0000 (0:00:00.053) 0:05:01.621 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:51 Thursday 08 August 2024 22:30:28 +0000 (0:00:00.052) 0:05:01.674 ******* ok: [sut] => (item=/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450" } MSG: All assertions passed ok: [sut] => (item=/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:64 Thursday 08 August 2024 22:30:28 +0000 (0:00:00.268) 0:05:01.943 ******* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.44.114 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.44.114 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:73 Thursday 08 August 2024 22:30:29 +0000 (0:00:00.406) 0:05:02.349 ******* skipping: [sut] => (item=/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853" } skipping: [sut] => (item=/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9" } skipping: [sut] => (item=/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51" } skipping: [sut] => (item=/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1" } skipping: [sut] => (item=/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa" } skipping: [sut] => (item=/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a" } skipping: [sut] => (item=/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921" } skipping: [sut] => (item=/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450" } skipping: [sut] => (item=/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:83 Thursday 08 August 2024 22:30:29 +0000 (0:00:00.342) 0:05:02.692 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:8 Thursday 08 August 2024 22:30:29 +0000 (0:00:00.074) 0:05:02.766 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:14 Thursday 08 August 2024 22:30:29 +0000 (0:00:00.050) 0:05:02.817 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:19 Thursday 08 August 2024 22:30:29 +0000 (0:00:00.049) 0:05:02.866 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:24 Thursday 08 August 2024 22:30:29 +0000 (0:00:00.047) 0:05:02.914 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:29 Thursday 08 August 2024 22:30:29 +0000 (0:00:00.050) 0:05:02.964 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:37 Thursday 08 August 2024 22:30:29 +0000 (0:00:00.050) 0:05:03.015 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:46 Thursday 08 August 2024 22:30:30 +0000 (0:00:00.177) 0:05:03.192 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:55 Thursday 08 August 2024 22:30:30 +0000 (0:00:00.050) 0:05:03.242 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:64 Thursday 08 August 2024 22:30:30 +0000 (0:00:00.049) 0:05:03.292 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:74 Thursday 08 August 2024 22:30:30 +0000 (0:00:00.055) 0:05:03.347 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:83 Thursday 08 August 2024 22:30:30 +0000 (0:00:00.062) 0:05:03.409 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:86 Thursday 08 August 2024 22:30:30 +0000 (0:00:00.052) 0:05:03.461 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml:2 Thursday 08 August 2024 22:30:30 +0000 (0:00:00.073) 0:05:03.535 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:89 Thursday 08 August 2024 22:30:30 +0000 (0:00:00.021) 0:05:03.556 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml:2 Thursday 08 August 2024 22:30:30 +0000 (0:00:00.074) 0:05:03.631 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:92 Thursday 08 August 2024 22:30:30 +0000 (0:00:00.021) 0:05:03.652 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:5 Thursday 08 August 2024 22:30:30 +0000 (0:00:00.140) 0:05:03.792 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "1", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:10 Thursday 08 August 2024 22:30:30 +0000 (0:00:00.056) 0:05:03.849 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml for sut => (item=/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6) TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:2 Thursday 08 August 2024 22:30:31 +0000 (0:00:00.266) 0:05:04.116 ******* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/003a9013-8b4a-4390-855c-055981d5a853" ], "delta": "0:00:00.003120", "end": "2024-08-08 22:30:31.247164", "rc": 0, "start": "2024-08-08 22:30:31.244044" } STDOUT: /dev/sdc1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:12 Thursday 08 August 2024 22:30:31 +0000 (0:00:00.238) 0:05:04.354 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:18 Thursday 08 August 2024 22:30:31 +0000 (0:00:00.706) 0:05:05.060 ******* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdc1" ], "delta": "0:00:00.007191", "end": "2024-08-08 22:30:32.197053", "rc": 0, "start": "2024-08-08 22:30:32.189862" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 003a9013-8b4a-4390-855c-055981d5a853 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 802424 Threads: 2 Salt: 8c 1b 18 d8 9d 98 8a 61 70 d8 14 3a 11 a9 b3 2b 08 39 3b be 4e 71 d7 a2 5f ef 3f c4 af 5a d5 9d AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 108145 Salt: 42 86 fc 8c 8d fa f0 a1 93 c5 7d 90 99 4e 84 b9 93 ff e7 2c 02 02 e4 1f 5c 89 98 45 a9 02 d1 ec Digest: 9c da ea 02 ec 73 86 86 aa d0 88 74 f3 22 00 45 53 6b 77 91 d4 99 6b ae a5 8a 5d 6c 9a 02 a3 c8 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:26 Thursday 08 August 2024 22:30:32 +0000 (0:00:00.246) 0:05:05.307 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:38 Thursday 08 August 2024 22:30:32 +0000 (0:00:00.062) 0:05:05.370 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:50 Thursday 08 August 2024 22:30:32 +0000 (0:00:00.060) 0:05:05.430 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:2 Thursday 08 August 2024 22:30:32 +0000 (0:00:00.051) 0:05:05.482 ******* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/1074d9c1-fdfb-4156-be4a-4529f7f95ee9" ], "delta": "0:00:01.003445", "end": "2024-08-08 22:30:33.616205", "rc": 0, "start": "2024-08-08 22:30:32.612760" } STDOUT: /dev/sdd1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:12 Thursday 08 August 2024 22:30:33 +0000 (0:00:01.242) 0:05:06.724 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:18 Thursday 08 August 2024 22:30:34 +0000 (0:00:00.820) 0:05:07.544 ******* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdd1" ], "delta": "0:00:00.006871", "end": "2024-08-08 22:30:34.680470", "rc": 0, "start": "2024-08-08 22:30:34.673599" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 1074d9c1-fdfb-4156-be4a-4529f7f95ee9 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 814104 Threads: 2 Salt: a2 e9 16 39 5b 9a ca 22 2a c1 e4 0c d9 29 29 ea 84 ac b7 58 f8 6f dc d2 ba 05 90 39 8d d9 fa fe AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 108323 Salt: c0 22 a1 a3 f7 e8 f9 ec 8d 31 84 66 a6 4f f3 6c 57 63 5f a6 dd f4 56 57 8c c6 32 28 a0 0b 99 cc Digest: d1 96 1b a1 2b a7 4e 0c 83 d2 fd 41 c2 e6 a0 41 ca df 49 30 8c f3 80 a4 7f 62 d8 53 f7 c0 3c c9 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:26 Thursday 08 August 2024 22:30:34 +0000 (0:00:00.243) 0:05:07.788 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:38 Thursday 08 August 2024 22:30:34 +0000 (0:00:00.186) 0:05:07.974 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:50 Thursday 08 August 2024 22:30:34 +0000 (0:00:00.051) 0:05:08.026 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:2 Thursday 08 August 2024 22:30:35 +0000 (0:00:00.051) 0:05:08.077 ******* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/5a50114c-bf04-470c-9a12-119695431b51" ], "delta": "0:00:00.003086", "end": "2024-08-08 22:30:35.212487", "rc": 0, "start": "2024-08-08 22:30:35.209401" } STDOUT: /dev/sdf1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:12 Thursday 08 August 2024 22:30:35 +0000 (0:00:00.243) 0:05:08.320 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:18 Thursday 08 August 2024 22:30:36 +0000 (0:00:00.819) 0:05:09.140 ******* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdf1" ], "delta": "0:00:00.006878", "end": "2024-08-08 22:30:36.274659", "rc": 0, "start": "2024-08-08 22:30:36.267781" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 5a50114c-bf04-470c-9a12-119695431b51 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 810600 Threads: 2 Salt: 9b 51 3e 09 13 8c 40 a4 48 59 4a 3e 8e 56 15 17 35 b5 92 76 84 2e e1 a7 7f e0 21 9a b2 45 90 56 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 105025 Salt: 66 ab 55 62 b2 50 c1 e4 c6 9a 4f d5 62 72 df df e0 b0 66 07 5e ad 32 55 4e 7b a5 6b 14 29 0f d7 Digest: 06 33 a9 0c a4 be 34 9f 4d 92 99 d2 ba 17 fd 74 44 81 4a 9d 58 23 78 63 09 3d ce a1 33 8e c6 64 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:26 Thursday 08 August 2024 22:30:36 +0000 (0:00:00.242) 0:05:09.382 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:38 Thursday 08 August 2024 22:30:36 +0000 (0:00:00.060) 0:05:09.443 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:50 Thursday 08 August 2024 22:30:36 +0000 (0:00:00.053) 0:05:09.496 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:2 Thursday 08 August 2024 22:30:36 +0000 (0:00:00.058) 0:05:09.554 ******* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/679ad780-5c33-4faf-925e-a8f1e6141bc1" ], "delta": "0:00:01.004283", "end": "2024-08-08 22:30:37.691054", "rc": 0, "start": "2024-08-08 22:30:36.686771" } STDOUT: /dev/sde1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:12 Thursday 08 August 2024 22:30:37 +0000 (0:00:01.245) 0:05:10.800 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:18 Thursday 08 August 2024 22:30:38 +0000 (0:00:00.722) 0:05:11.522 ******* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sde1" ], "delta": "0:00:00.006992", "end": "2024-08-08 22:30:38.659627", "rc": 0, "start": "2024-08-08 22:30:38.652635" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 679ad780-5c33-4faf-925e-a8f1e6141bc1 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 812698 Threads: 2 Salt: e2 63 c1 82 6b 9f 15 8a 0d 32 88 01 72 02 48 92 94 a4 a1 03 36 bb 66 14 39 15 ff 82 9d 99 43 4c AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 108145 Salt: 21 41 3f 06 74 b6 76 42 f8 c3 24 2d 4c 29 37 47 27 df 5b b5 0f 95 7c b4 84 ad cf 52 b9 bb 77 34 Digest: 14 f6 a6 a0 68 1e 94 ff 27 bc 30 0f 02 3d c7 1c 4c 68 d2 0f 87 5f dc 3b 2d e8 d5 83 ce ff 98 b5 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:26 Thursday 08 August 2024 22:30:38 +0000 (0:00:00.244) 0:05:11.767 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:38 Thursday 08 August 2024 22:30:38 +0000 (0:00:00.057) 0:05:11.825 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:50 Thursday 08 August 2024 22:30:38 +0000 (0:00:00.186) 0:05:12.011 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:2 Thursday 08 August 2024 22:30:38 +0000 (0:00:00.051) 0:05:12.062 ******* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/754e83ba-7965-4415-b2fd-c520d4953bfa" ], "delta": "0:00:00.003150", "end": "2024-08-08 22:30:39.198200", "rc": 0, "start": "2024-08-08 22:30:39.195050" } STDOUT: /dev/sdg1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:12 Thursday 08 August 2024 22:30:39 +0000 (0:00:00.242) 0:05:12.305 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:18 Thursday 08 August 2024 22:30:39 +0000 (0:00:00.748) 0:05:13.054 ******* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdg1" ], "delta": "0:00:00.006950", "end": "2024-08-08 22:30:40.194800", "rc": 0, "start": "2024-08-08 22:30:40.187850" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 754e83ba-7965-4415-b2fd-c520d4953bfa Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 804450 Threads: 2 Salt: 06 ca ed 02 a7 b9 f8 4a b7 a4 38 30 76 c8 d2 0f dc dd cd bb 32 3f ff 40 06 d0 9e 59 de 34 0b 22 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 104523 Salt: 4f df 66 14 33 8e c4 cc e8 6b 88 c0 c0 ea cf df 39 8b 51 c2 80 65 e0 d7 4f 00 0a cf 8c f6 48 59 Digest: e3 bd 14 3b 0e 61 1b d8 2b 3c 33 09 04 79 08 dc 01 e1 73 52 94 37 6d 7e 6b 4f b4 6e 12 39 8c 26 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:26 Thursday 08 August 2024 22:30:40 +0000 (0:00:00.250) 0:05:13.304 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:38 Thursday 08 August 2024 22:30:40 +0000 (0:00:00.061) 0:05:13.366 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:50 Thursday 08 August 2024 22:30:40 +0000 (0:00:00.052) 0:05:13.418 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:2 Thursday 08 August 2024 22:30:40 +0000 (0:00:00.072) 0:05:13.490 ******* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/89794fbf-705a-4ff4-a59c-7eb39513d67a" ], "delta": "0:00:00.003090", "end": "2024-08-08 22:30:40.626838", "rc": 0, "start": "2024-08-08 22:30:40.623748" } STDOUT: /dev/sda1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:12 Thursday 08 August 2024 22:30:40 +0000 (0:00:00.244) 0:05:13.735 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:18 Thursday 08 August 2024 22:30:41 +0000 (0:00:01.076) 0:05:14.811 ******* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sda1" ], "delta": "0:00:00.007005", "end": "2024-08-08 22:30:41.950988", "rc": 0, "start": "2024-08-08 22:30:41.943983" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: 89794fbf-705a-4ff4-a59c-7eb39513d67a Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 800768 Threads: 2 Salt: a1 1e 42 d9 73 9e 4f 0d 76 c1 ea 35 b6 f5 26 88 70 1f b7 b3 19 21 76 d4 b6 74 d5 f9 7e 61 fe 64 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 105533 Salt: b5 ab e3 f8 de ac 21 cf b1 c2 4c 44 29 64 0e 27 f7 ae b5 e8 32 2c 20 d7 0f 9c fb 87 4d 9f ed 49 Digest: 83 8b 41 09 35 f6 35 36 77 37 8f 97 28 ba 39 15 02 eb 55 a9 83 c1 a1 7f 71 e7 2b ca f1 23 72 af TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:26 Thursday 08 August 2024 22:30:41 +0000 (0:00:00.249) 0:05:15.061 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:38 Thursday 08 August 2024 22:30:42 +0000 (0:00:00.065) 0:05:15.126 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:50 Thursday 08 August 2024 22:30:42 +0000 (0:00:00.051) 0:05:15.178 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:2 Thursday 08 August 2024 22:30:42 +0000 (0:00:00.117) 0:05:15.295 ******* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/b8082a40-70c1-414a-b185-86f085665921" ], "delta": "0:00:00.003155", "end": "2024-08-08 22:30:42.501340", "rc": 0, "start": "2024-08-08 22:30:42.498185" } STDOUT: /dev/sdh1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:12 Thursday 08 August 2024 22:30:42 +0000 (0:00:00.375) 0:05:15.671 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:18 Thursday 08 August 2024 22:30:43 +0000 (0:00:00.767) 0:05:16.438 ******* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdh1" ], "delta": "0:00:00.007152", "end": "2024-08-08 22:30:43.575562", "rc": 0, "start": "2024-08-08 22:30:43.568410" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: b8082a40-70c1-414a-b185-86f085665921 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 804127 Threads: 2 Salt: dd 3b 04 d4 a6 86 fc a0 7e a7 e2 1e aa 22 37 5c a4 a7 d6 e3 60 30 04 cf ee 7a d1 d2 a1 f5 13 d5 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 105703 Salt: 72 9a f3 0a 95 a4 cf dd ba 19 8c de 9c e1 df 05 3a 1a fa 89 81 5e c7 95 9a b4 d0 42 02 e0 f2 f5 Digest: a4 70 e5 97 57 a7 5c 32 71 69 37 4b 9f a7 b2 7e ef 3e c4 b8 99 0f 6b b9 3e e5 7b 50 e1 41 83 a9 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:26 Thursday 08 August 2024 22:30:43 +0000 (0:00:00.252) 0:05:16.691 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:38 Thursday 08 August 2024 22:30:43 +0000 (0:00:00.073) 0:05:16.764 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:50 Thursday 08 August 2024 22:30:43 +0000 (0:00:00.051) 0:05:16.816 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:2 Thursday 08 August 2024 22:30:43 +0000 (0:00:00.061) 0:05:16.878 ******* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/ea59cb4b-79b9-4aeb-8b98-6ea3763a1450" ], "delta": "0:00:00.003203", "end": "2024-08-08 22:30:44.013914", "rc": 0, "start": "2024-08-08 22:30:44.010711" } STDOUT: /dev/sdi1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:12 Thursday 08 August 2024 22:30:44 +0000 (0:00:00.257) 0:05:17.135 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:18 Thursday 08 August 2024 22:30:44 +0000 (0:00:00.746) 0:05:17.881 ******* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdi1" ], "delta": "0:00:00.007072", "end": "2024-08-08 22:30:45.020830", "rc": 0, "start": "2024-08-08 22:30:45.013758" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: ea59cb4b-79b9-4aeb-8b98-6ea3763a1450 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 808872 Threads: 2 Salt: b4 1a cc 6e ee c4 60 36 72 ac 2b 89 fd 19 67 60 f3 06 3d 4d b4 79 25 e6 d0 b4 2e 51 e3 09 96 8a AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 105194 Salt: f4 15 3b 89 6a 8e be 98 17 ca 4c 06 5a f0 5d 00 ae 76 fa 8c 1f 0f c7 f1 ed 07 85 b8 36 a3 32 28 Digest: 4f 97 a0 ae 2d e0 ca 14 32 42 45 2f 27 4a b6 a9 fa 20 0b 8a 94 d8 7e 00 ee 0d f8 4d 4b d3 39 04 TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:26 Thursday 08 August 2024 22:30:45 +0000 (0:00:00.251) 0:05:18.132 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:38 Thursday 08 August 2024 22:30:45 +0000 (0:00:00.059) 0:05:18.192 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:50 Thursday 08 August 2024 22:30:45 +0000 (0:00:00.051) 0:05:18.243 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Get the backing device path] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:2 Thursday 08 August 2024 22:30:45 +0000 (0:00:00.050) 0:05:18.294 ******* ok: [sut] => { "changed": false, "cmd": [ "realpath", "/dev/disk/by-uuid/f171ac7e-b976-4bb3-bb5f-cd06945412f6" ], "delta": "0:00:00.003246", "end": "2024-08-08 22:30:45.429139", "rc": 0, "start": "2024-08-08 22:30:45.425893" } STDOUT: /dev/sdb1 TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:12 Thursday 08 August 2024 22:30:45 +0000 (0:00:00.243) 0:05:18.537 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this member] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:18 Thursday 08 August 2024 22:30:46 +0000 (0:00:01.155) 0:05:19.692 ******* ok: [sut] => { "changed": false, "cmd": [ "cryptsetup", "luksDump", "/dev/sdb1" ], "delta": "0:00:00.007011", "end": "2024-08-08 22:30:46.830621", "rc": 0, "start": "2024-08-08 22:30:46.823610" } STDOUT: LUKS header information Version: 2 Epoch: 3 Metadata area: 16384 [bytes] Keyslots area: 16744448 [bytes] UUID: f171ac7e-b976-4bb3-bb5f-cd06945412f6 Label: (no label) Subsystem: (no subsystem) Flags: (no flags) Data segments: 0: crypt offset: 16777216 [bytes] length: (whole device) cipher: aes-xts-plain64 sector: 512 [bytes] Keyslots: 0: luks2 Key: 512 bits Priority: normal Cipher: aes-xts-plain64 Cipher key: 512 bits PBKDF: argon2id Time cost: 4 Memory: 805592 Threads: 2 Salt: 3b 3d 86 8c 2a e7 52 09 ae 4f c5 46 da 45 0e f6 17 09 e3 12 09 c3 04 97 e1 3c 13 64 06 bf 2c 69 AF stripes: 4000 AF hash: sha256 Area offset:32768 [bytes] Area length:258048 [bytes] Digest ID: 0 Tokens: Digests: 0: pbkdf2 Hash: sha256 Iterations: 107084 Salt: 92 96 3d 58 f3 08 7e e9 14 51 6d f0 0e 53 c1 f2 cc 67 fc d3 85 56 e9 67 d0 3c 38 cf f6 c1 7f 13 Digest: 99 52 27 5c 7c b5 77 34 6e e3 85 10 98 dd 32 4e 06 f1 06 58 5a 81 06 52 0c 2b 55 65 8f 6e 53 9c TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:26 Thursday 08 August 2024 22:30:46 +0000 (0:00:00.246) 0:05:19.939 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:38 Thursday 08 August 2024 22:30:46 +0000 (0:00:00.062) 0:05:20.001 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_key_size", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-encryption.yml:50 Thursday 08 August 2024 22:30:46 +0000 (0:00:00.054) 0:05:20.056 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.encryption_cipher", "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:17 Thursday 08 August 2024 22:30:47 +0000 (0:00:00.050) 0:05:20.107 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450) included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:30:47 +0000 (0:00:00.347) 0:05:20.454 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-003a9013-8b4a-4390-855c-055981d5a853 /dev/sdc1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:30:47 +0000 (0:00:00.058) 0:05:20.513 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:30:47 +0000 (0:00:00.059) 0:05:20.572 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:30:47 +0000 (0:00:00.059) 0:05:20.632 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:30:47 +0000 (0:00:00.054) 0:05:20.686 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:30:47 +0000 (0:00:00.058) 0:05:20.745 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:30:47 +0000 (0:00:00.125) 0:05:20.871 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9 /dev/sdd1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:30:47 +0000 (0:00:00.198) 0:05:21.070 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.059) 0:05:21.129 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.064) 0:05:21.194 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.060) 0:05:21.254 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.063) 0:05:21.318 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.071) 0:05:21.389 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-5a50114c-bf04-470c-9a12-119695431b51 /dev/sdf1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.060) 0:05:21.450 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.070) 0:05:21.520 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.062) 0:05:21.583 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.054) 0:05:21.637 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.056) 0:05:21.693 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.051) 0:05:21.744 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-679ad780-5c33-4faf-925e-a8f1e6141bc1 /dev/sde1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.057) 0:05:21.802 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.206) 0:05:22.008 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:30:48 +0000 (0:00:00.058) 0:05:22.067 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.064) 0:05:22.132 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.060) 0:05:22.193 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.051) 0:05:22.244 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-754e83ba-7965-4415-b2fd-c520d4953bfa /dev/sdg1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.062) 0:05:22.306 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.058) 0:05:22.365 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.059) 0:05:22.424 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.056) 0:05:22.481 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.058) 0:05:22.539 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.052) 0:05:22.591 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-89794fbf-705a-4ff4-a59c-7eb39513d67a /dev/sda1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.060) 0:05:22.652 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.075) 0:05:22.727 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.240) 0:05:22.968 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:30:49 +0000 (0:00:00.065) 0:05:23.033 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.061) 0:05:23.095 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.056) 0:05:23.151 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-b8082a40-70c1-414a-b185-86f085665921 /dev/sdh1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.061) 0:05:23.213 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.060) 0:05:23.273 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.064) 0:05:23.338 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.056) 0:05:23.394 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.057) 0:05:23.452 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.053) 0:05:23.505 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450 /dev/sdi1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.059) 0:05:23.564 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.058) 0:05:23.623 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.061) 0:05:23.685 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.200) 0:05:23.886 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.057) 0:05:23.943 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.056) 0:05:24.000 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [ "luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6 /dev/sdb1 -" ] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:30:50 +0000 (0:00:00.060) 0:05:24.060 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.057) 0:05:24.117 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.057) 0:05:24.175 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.060) 0:05:24.236 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.058) 0:05:24.294 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:24 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.055) 0:05:24.349 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:95 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.052) 0:05:24.401 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml:2 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.077) 0:05:24.478 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:98 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.023) 0:05:24.501 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:6 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.161) 0:05:24.663 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:11 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.052) 0:05:24.716 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:15 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.069) 0:05:24.785 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:25 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.055) 0:05:24.840 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:34 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.051) 0:05:24.892 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:44 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.050) 0:05:24.942 ******* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:101 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.059) 0:05:25.002 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml:3 Thursday 08 August 2024 22:30:51 +0000 (0:00:00.053) 0:05:25.056 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:44 Thursday 08 August 2024 22:30:52 +0000 (0:00:00.021) 0:05:25.077 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:54 Thursday 08 August 2024 22:30:52 +0000 (0:00:00.020) 0:05:25.098 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:210 Thursday 08 August 2024 22:30:52 +0000 (0:00:00.050) 0:05:25.148 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.040295", "end": "2024-08-08 22:30:52.316916", "rc": 0, "start": "2024-08-08 22:30:52.276621" } STDOUT: s9IE83-8M3V-j3zg-u7qj-OYHf-5jNw-wFswnT TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:215 Thursday 08 August 2024 22:30:52 +0000 (0:00:00.275) 0:05:25.423 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create a new volume group with a logical volume] ************************* task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:219 Thursday 08 August 2024 22:30:52 +0000 (0:00:00.051) 0:05:25.475 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:30:52 +0000 (0:00:00.253) 0:05:25.729 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:30:52 +0000 (0:00:00.080) 0:05:25.809 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:30:52 +0000 (0:00:00.059) 0:05:25.869 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:30:52 +0000 (0:00:00.142) 0:05:26.012 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:30:52 +0000 (0:00:00.054) 0:05:26.066 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.050) 0:05:26.117 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.053) 0:05:26.170 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.052) 0:05:26.223 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.080) 0:05:26.303 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.190) 0:05:26.494 ******* ok: [sut] => { "storage_pools": [ { "disks": "sda", "encryption": false, "name": "foo", "volumes": [ { "name": "test", "size": "300m" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.054) 0:05:26.548 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.054) 0:05:26.602 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.053) 0:05:26.656 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.051) 0:05:26.707 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.051) 0:05:26.759 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.051) 0:05:26.810 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.078) 0:05:26.889 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:30:53 +0000 (0:00:00.023) 0:05:26.912 ******* changed: [sut] => { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sda1", "name": "luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-b8082a40-70c1-414a-b185-86f085665921", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-003a9013-8b4a-4390-855c-055981d5a853", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-5a50114c-bf04-470c-9a12-119695431b51", "password": "-", "state": "absent" } ], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=616d7640-7450-44ce-95e3-41dfbb1b3263", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:31:04 +0000 (0:00:10.177) 0:05:37.089 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:31:04 +0000 (0:00:00.063) 0:05:37.153 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155957.322352, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ef6e142964d1bc6de0bda1bd824e3bea9c315c6b", "ctime": 1723155955.023344, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 320864577, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2921665492", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:31:04 +0000 (0:00:00.270) 0:05:37.423 ******* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:31:04 +0000 (0:00:00.245) 0:05:37.668 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:31:04 +0000 (0:00:00.020) 0:05:37.689 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sde1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-b8082a40-70c1-414a-b185-86f085665921", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdh1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-003a9013-8b4a-4390-855c-055981d5a853", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdc1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdd1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdi1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdi", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/mapper/luks-5a50114c-bf04-470c-9a12-119695431b51", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf1", "fs_type": "luks" }, { "action": "destroy device", "device": "/dev/sdf1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "disklabel" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" } ], "changed": true, "crypts": [ { "backing_device": "/dev/sda1", "name": "luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "password": "-", "state": "absent" }, { "backing_device": "/dev/sde1", "name": "luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdb1", "name": "luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdh1", "name": "luks-b8082a40-70c1-414a-b185-86f085665921", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdc1", "name": "luks-003a9013-8b4a-4390-855c-055981d5a853", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdg1", "name": "luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdd1", "name": "luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdi1", "name": "luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "password": "-", "state": "absent" }, { "backing_device": "/dev/sdf1", "name": "luks-5a50114c-bf04-470c-9a12-119695431b51", "password": "-", "state": "absent" } ], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/foo-test" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=616d7640-7450-44ce-95e3-41dfbb1b3263", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:31:04 +0000 (0:00:00.213) 0:05:37.903 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=616d7640-7450-44ce-95e3-41dfbb1b3263", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:31:04 +0000 (0:00:00.062) 0:05:37.966 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:31:04 +0000 (0:00:00.056) 0:05:38.022 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:31:04 +0000 (0:00:00.031) 0:05:38.054 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:31:05 +0000 (0:00:00.052) 0:05:38.106 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:31:05 +0000 (0:00:00.029) 0:05:38.136 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:31:05 +0000 (0:00:00.031) 0:05:38.167 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:31:05 +0000 (0:00:00.059) 0:05:38.226 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723156225.3445685, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4bf677ed5d92604ce479e238a8c7d3b94e1e9969", "ctime": 1723156223.3565674, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 113246487, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 486, "uid": 0, "version": "166775393", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:31:05 +0000 (0:00:00.249) 0:05:38.476 ******* changed: [sut] => (item={'backing_device': '/dev/sda1', 'name': 'luks-89794fbf-705a-4ff4-a59c-7eb39513d67a', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sda1", "name": "luks-89794fbf-705a-4ff4-a59c-7eb39513d67a", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sde1', 'name': 'luks-679ad780-5c33-4faf-925e-a8f1e6141bc1', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sde1", "name": "luks-679ad780-5c33-4faf-925e-a8f1e6141bc1", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdb1', 'name': 'luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdb1", "name": "luks-f171ac7e-b976-4bb3-bb5f-cd06945412f6", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdh1', 'name': 'luks-b8082a40-70c1-414a-b185-86f085665921', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdh1", "name": "luks-b8082a40-70c1-414a-b185-86f085665921", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdc1', 'name': 'luks-003a9013-8b4a-4390-855c-055981d5a853', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdc1", "name": "luks-003a9013-8b4a-4390-855c-055981d5a853", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdg1', 'name': 'luks-754e83ba-7965-4415-b2fd-c520d4953bfa', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdg1", "name": "luks-754e83ba-7965-4415-b2fd-c520d4953bfa", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdd1', 'name': 'luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdd1", "name": "luks-1074d9c1-fdfb-4156-be4a-4529f7f95ee9", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdi1', 'name': 'luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdi1", "name": "luks-ea59cb4b-79b9-4aeb-8b98-6ea3763a1450", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed changed: [sut] => (item={'backing_device': '/dev/sdf1', 'name': 'luks-5a50114c-bf04-470c-9a12-119695431b51', 'password': '-', 'state': 'absent'}) => { "ansible_loop_var": "entry", "backup": "", "changed": true, "entry": { "backing_device": "/dev/sdf1", "name": "luks-5a50114c-bf04-470c-9a12-119695431b51", "password": "-", "state": "absent" }, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:31:07 +0000 (0:00:02.134) 0:05:40.610 ******* ok: [sut] TASK [Save UUID of the created volume group] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:231 Thursday 08 August 2024 22:31:08 +0000 (0:00:00.788) 0:05:41.399 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.025469", "end": "2024-08-08 22:31:08.552786", "rc": 0, "start": "2024-08-08 22:31:08.527317" } STDOUT: 2MJmdY-PyC1-dc23-egLG-g4UT-Csrc-1vx8qS TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:236 Thursday 08 August 2024 22:31:08 +0000 (0:00:00.261) 0:05:41.660 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:2 Thursday 08 August 2024 22:31:08 +0000 (0:00:00.280) 0:05:41.940 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": 0, "encryption_luks_version": "luks2", "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=616d7640-7450-44ce-95e3-41dfbb1b3263", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:7 Thursday 08 August 2024 22:31:08 +0000 (0:00:00.069) 0:05:42.010 ******* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:15 Thursday 08 August 2024 22:31:09 +0000 (0:00:00.066) 0:05:42.076 ******* ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test": { "fstype": "xfs", "label": "", "mountpoint": "", "name": "/dev/mapper/foo-test", "size": "300M", "type": "lvm", "uuid": "616d7640-7450-44ce-95e3-41dfbb1b3263" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "NZpaOA-6WAs-cHgS-g1Hx-8nV2-buR2-ikTOYF" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "873b1dad-0393-45ca-9e96-c9afb071909f" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:20 Thursday 08 August 2024 22:31:09 +0000 (0:00:00.290) 0:05:42.367 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003157", "end": "2024-08-08 22:31:09.506626", "rc": 0, "start": "2024-08-08 22:31:09.503469" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Aug 6 10:39:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=873b1dad-0393-45ca-9e96-c9afb071909f / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:25 Thursday 08 August 2024 22:31:09 +0000 (0:00:00.252) 0:05:42.619 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003219", "end": "2024-08-08 22:31:09.779711", "failed_when_result": false, "rc": 0, "start": "2024-08-08 22:31:09.776492" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:34 Thursday 08 August 2024 22:31:09 +0000 (0:00:00.268) 0:05:42.887 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml for sut => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': 0, 'encryption_luks_version': 'luks2', 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=616d7640-7450-44ce-95e3-41dfbb1b3263', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:5 Thursday 08 August 2024 22:31:09 +0000 (0:00:00.081) 0:05:42.969 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:18 Thursday 08 August 2024 22:31:09 +0000 (0:00:00.057) 0:05:43.026 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.028381", "end": "2024-08-08 22:31:10.185869", "rc": 0, "start": "2024-08-08 22:31:10.157488" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:24 Thursday 08 August 2024 22:31:10 +0000 (0:00:00.267) 0:05:43.293 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:34 Thursday 08 August 2024 22:31:10 +0000 (0:00:00.052) 0:05:43.346 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:2 Thursday 08 August 2024 22:31:10 +0000 (0:00:00.090) 0:05:43.437 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:8 Thursday 08 August 2024 22:31:10 +0000 (0:00:00.193) 0:05:43.631 ******* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:17 Thursday 08 August 2024 22:31:10 +0000 (0:00:00.246) 0:05:43.877 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:22 Thursday 08 August 2024 22:31:10 +0000 (0:00:00.057) 0:05:43.935 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:27 Thursday 08 August 2024 22:31:10 +0000 (0:00:00.066) 0:05:44.002 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:36 Thursday 08 August 2024 22:31:10 +0000 (0:00:00.059) 0:05:44.061 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:41 Thursday 08 August 2024 22:31:11 +0000 (0:00:00.082) 0:05:44.143 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:46 Thursday 08 August 2024 22:31:11 +0000 (0:00:00.075) 0:05:44.218 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:51 Thursday 08 August 2024 22:31:11 +0000 (0:00:00.051) 0:05:44.270 ******* ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:64 Thursday 08 August 2024 22:31:11 +0000 (0:00:00.055) 0:05:44.325 ******* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.44.114 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.44.114 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:73 Thursday 08 August 2024 22:31:11 +0000 (0:00:00.406) 0:05:44.732 ******* skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "storage_test_pool.grow_to_fill | bool", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:83 Thursday 08 August 2024 22:31:11 +0000 (0:00:00.058) 0:05:44.790 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:8 Thursday 08 August 2024 22:31:11 +0000 (0:00:00.070) 0:05:44.860 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:14 Thursday 08 August 2024 22:31:11 +0000 (0:00:00.061) 0:05:44.922 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:19 Thursday 08 August 2024 22:31:11 +0000 (0:00:00.050) 0:05:44.972 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:24 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.238) 0:05:45.211 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:29 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.049) 0:05:45.260 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:37 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.047) 0:05:45.308 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:46 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.048) 0:05:45.357 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:55 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.048) 0:05:45.406 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:64 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.049) 0:05:45.455 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:74 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.047) 0:05:45.502 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:83 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.050) 0:05:45.552 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:86 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.053) 0:05:45.606 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml:2 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.069) 0:05:45.676 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-lvmraid.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=616d7640-7450-44ce-95e3-41dfbb1b3263', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-lvmraid.yml:8 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.066) 0:05:45.743 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-lvmraid.yml:16 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.049) 0:05:45.792 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-lvmraid.yml:20 Thursday 08 August 2024 22:31:12 +0000 (0:00:00.117) 0:05:45.910 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-lvmraid.yml:27 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.190) 0:05:46.101 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-lvmraid.yml:31 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.050) 0:05:46.151 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-lvmraid.yml:37 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.048) 0:05:46.200 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-lvmraid.yml:42 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.048) 0:05:46.249 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:89 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.050) 0:05:46.299 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml:2 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.071) 0:05:46.370 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-thin.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=616d7640-7450-44ce-95e3-41dfbb1b3263', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-thin.yml:8 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.066) 0:05:46.436 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-thin.yml:16 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.050) 0:05:46.487 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-thin.yml:22 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.048) 0:05:46.536 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-thin.yml:26 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.048) 0:05:46.584 ******* ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:92 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.047) 0:05:46.632 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:5 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.154) 0:05:46.786 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:10 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.053) 0:05:46.840 ******* skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:17 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.053) 0:05:46.894 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda1) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:2 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.066) 0:05:46.960 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:6 Thursday 08 August 2024 22:31:13 +0000 (0:00:00.070) 0:05:47.030 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:14 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.082) 0:05:47.113 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:23 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.066) 0:05:47.179 ******* skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:32 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.069) 0:05:47.249 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-crypttab.yml:41 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.056) 0:05:47.305 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:24 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.057) 0:05:47.363 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:95 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.054) 0:05:47.417 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml:2 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.083) 0:05:47.500 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-vdo.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=616d7640-7450-44ce-95e3-41dfbb1b3263', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-vdo.yml:8 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.177) 0:05:47.678 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-vdo.yml:15 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.054) 0:05:47.732 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-vdo.yml:21 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.062) 0:05:47.795 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-vdo.yml:27 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.049) 0:05:47.845 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-vdo.yml:34 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.060) 0:05:47.905 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-vdo.yml:40 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.057) 0:05:47.962 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-member-vdo.yml:46 Thursday 08 August 2024 22:31:14 +0000 (0:00:00.090) 0:05:48.053 ******* ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:98 Thursday 08 August 2024 22:31:15 +0000 (0:00:00.075) 0:05:48.129 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:6 Thursday 08 August 2024 22:31:15 +0000 (0:00:00.116) 0:05:48.245 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:11 Thursday 08 August 2024 22:31:15 +0000 (0:00:00.083) 0:05:48.329 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:15 Thursday 08 August 2024 22:31:15 +0000 (0:00:00.048) 0:05:48.377 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:25 Thursday 08 August 2024 22:31:15 +0000 (0:00:00.053) 0:05:48.430 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:34 Thursday 08 August 2024 22:31:15 +0000 (0:00:00.049) 0:05:48.480 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:44 Thursday 08 August 2024 22:31:15 +0000 (0:00:00.158) 0:05:48.638 ******* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:101 Thursday 08 August 2024 22:31:15 +0000 (0:00:00.226) 0:05:48.865 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml:3 Thursday 08 August 2024 22:31:15 +0000 (0:00:00.056) 0:05:48.921 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume.yml for sut => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '', 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test', 'raid_level': None, 'size': '300m', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test', '_raw_device': '/dev/mapper/foo-test', '_mount_id': 'UUID=616d7640-7450-44ce-95e3-41dfbb1b3263', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume.yml:2 Thursday 08 August 2024 22:31:15 +0000 (0:00:00.071) 0:05:48.993 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume.yml:19 Thursday 08 August 2024 22:31:15 +0000 (0:00:00.056) 0:05:49.049 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-mount.yml:7 Thursday 08 August 2024 22:31:16 +0000 (0:00:00.260) 0:05:49.310 ******* ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-mount.yml:11 Thursday 08 August 2024 22:31:16 +0000 (0:00:00.057) 0:05:49.367 ******* ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-mount.yml:19 Thursday 08 August 2024 22:31:16 +0000 (0:00:00.060) 0:05:49.427 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-mount.yml:28 Thursday 08 August 2024 22:31:16 +0000 (0:00:00.051) 0:05:49.479 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-mount.yml:36 Thursday 08 August 2024 22:31:16 +0000 (0:00:00.056) 0:05:49.535 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-mount.yml:42 Thursday 08 August 2024 22:31:16 +0000 (0:00:00.049) 0:05:49.584 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-mount.yml:48 Thursday 08 August 2024 22:31:16 +0000 (0:00:00.050) 0:05:49.635 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-mount.yml:57 Thursday 08 August 2024 22:31:16 +0000 (0:00:00.207) 0:05:49.842 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-mount.yml:63 Thursday 08 August 2024 22:31:16 +0000 (0:00:00.059) 0:05:49.902 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-mount.yml:69 Thursday 08 August 2024 22:31:16 +0000 (0:00:00.051) 0:05:49.954 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-mount.yml:79 Thursday 08 August 2024 22:31:16 +0000 (0:00:00.055) 0:05:50.010 ******* ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-fstab.yml:2 Thursday 08 August 2024 22:31:16 +0000 (0:00:00.054) 0:05:50.064 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-fstab.yml:17 Thursday 08 August 2024 22:31:17 +0000 (0:00:00.072) 0:05:50.136 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-fstab.yml:24 Thursday 08 August 2024 22:31:17 +0000 (0:00:00.058) 0:05:50.195 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-fstab.yml:33 Thursday 08 August 2024 22:31:17 +0000 (0:00:00.058) 0:05:50.253 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-fstab.yml:45 Thursday 08 August 2024 22:31:17 +0000 (0:00:00.052) 0:05:50.305 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-fstab.yml:51 Thursday 08 August 2024 22:31:17 +0000 (0:00:00.050) 0:05:50.356 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-fs.yml:6 Thursday 08 August 2024 22:31:17 +0000 (0:00:00.049) 0:05:50.405 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-fs.yml:14 Thursday 08 August 2024 22:31:17 +0000 (0:00:00.057) 0:05:50.463 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-device.yml:3 Thursday 08 August 2024 22:31:17 +0000 (0:00:00.055) 0:05:50.519 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723156263.9005926, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1723156263.9005926, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 2156, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1723156263.9005926, "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-device.yml:9 Thursday 08 August 2024 22:31:17 +0000 (0:00:00.249) 0:05:50.768 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-device.yml:16 Thursday 08 August 2024 22:31:17 +0000 (0:00:00.056) 0:05:50.825 ******* skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-device.yml:23 Thursday 08 August 2024 22:31:17 +0000 (0:00:00.239) 0:05:51.065 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-device.yml:29 Thursday 08 August 2024 22:31:18 +0000 (0:00:00.060) 0:05:51.125 ******* ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-device.yml:33 Thursday 08 August 2024 22:31:18 +0000 (0:00:00.055) 0:05:51.181 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-device.yml:38 Thursday 08 August 2024 22:31:18 +0000 (0:00:00.051) 0:05:51.233 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:3 Thursday 08 August 2024 22:31:18 +0000 (0:00:00.058) 0:05:51.292 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:10 Thursday 08 August 2024 22:31:18 +0000 (0:00:00.051) 0:05:51.344 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:16 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.753) 0:05:52.097 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:22 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.052) 0:05:52.149 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:29 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.058) 0:05:52.208 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:40 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.063) 0:05:52.271 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:46 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.050) 0:05:52.322 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:51 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.053) 0:05:52.375 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:63 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.051) 0:05:52.426 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:75 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.050) 0:05:52.477 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:87 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.145) 0:05:52.623 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:93 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.238) 0:05:52.861 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:100 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.059) 0:05:52.920 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:108 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.056) 0:05:52.977 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:116 Thursday 08 August 2024 22:31:19 +0000 (0:00:00.055) 0:05:53.032 ******* skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-encryption.yml:124 Thursday 08 August 2024 22:31:20 +0000 (0:00:00.057) 0:05:53.090 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-md.yml:8 Thursday 08 August 2024 22:31:20 +0000 (0:00:00.053) 0:05:53.143 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-md.yml:14 Thursday 08 August 2024 22:31:20 +0000 (0:00:00.050) 0:05:53.193 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-md.yml:19 Thursday 08 August 2024 22:31:20 +0000 (0:00:00.050) 0:05:53.244 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-md.yml:24 Thursday 08 August 2024 22:31:20 +0000 (0:00:00.051) 0:05:53.295 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-md.yml:29 Thursday 08 August 2024 22:31:20 +0000 (0:00:00.054) 0:05:53.350 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-md.yml:37 Thursday 08 August 2024 22:31:20 +0000 (0:00:00.048) 0:05:53.398 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-md.yml:46 Thursday 08 August 2024 22:31:20 +0000 (0:00:00.047) 0:05:53.446 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-md.yml:54 Thursday 08 August 2024 22:31:20 +0000 (0:00:00.049) 0:05:53.496 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-md.yml:62 Thursday 08 August 2024 22:31:20 +0000 (0:00:00.048) 0:05:53.544 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-md.yml:70 Thursday 08 August 2024 22:31:20 +0000 (0:00:00.221) 0:05:53.766 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:3 Thursday 08 August 2024 22:31:20 +0000 (0:00:00.049) 0:05:53.815 ******* ok: [sut] => { "bytes": 314572800, "changed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:11 Thursday 08 August 2024 22:31:21 +0000 (0:00:00.296) 0:05:54.112 ******* ok: [sut] => { "bytes": 314572800, "changed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:20 Thursday 08 August 2024 22:31:21 +0000 (0:00:00.244) 0:05:54.356 ******* ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "314572800" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:28 Thursday 08 August 2024 22:31:21 +0000 (0:00:00.058) 0:05:54.414 ******* ok: [sut] => { "storage_test_expected_size": "314572800" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:32 Thursday 08 August 2024 22:31:21 +0000 (0:00:00.057) 0:05:54.472 ******* ok: [sut] => { "bytes": 10715943403, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:46 Thursday 08 August 2024 22:31:21 +0000 (0:00:00.248) 0:05:54.720 ******* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:50 Thursday 08 August 2024 22:31:21 +0000 (0:00:00.056) 0:05:54.777 ******* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:54 Thursday 08 August 2024 22:31:21 +0000 (0:00:00.054) 0:05:54.831 ******* skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:58 Thursday 08 August 2024 22:31:21 +0000 (0:00:00.055) 0:05:54.887 ******* skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:67 Thursday 08 August 2024 22:31:21 +0000 (0:00:00.054) 0:05:54.941 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:71 Thursday 08 August 2024 22:31:21 +0000 (0:00:00.049) 0:05:54.991 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:76 Thursday 08 August 2024 22:31:21 +0000 (0:00:00.048) 0:05:55.039 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:82 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.049) 0:05:55.089 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:86 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.048) 0:05:55.137 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:91 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.223) 0:05:55.361 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:96 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.048) 0:05:55.409 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:101 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.049) 0:05:55.458 ******* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:105 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.048) 0:05:55.507 ******* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:109 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.048) 0:05:55.555 ******* skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:113 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.048) 0:05:55.604 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:120 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.054) 0:05:55.658 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:127 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.050) 0:05:55.709 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:131 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.050) 0:05:55.759 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:137 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.053) 0:05:55.812 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:143 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.050) 0:05:55.862 ******* ok: [sut] => { "storage_test_actual_size": { "bytes": 314572800, "changed": false, "failed": false, "lvm": "300m", "parted": "300MiB", "size": "300 MiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:147 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.050) 0:05:55.913 ******* ok: [sut] => { "storage_test_expected_size": "314572800" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-size.yml:151 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.050) 0:05:55.964 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-cache.yml:5 Thursday 08 August 2024 22:31:22 +0000 (0:00:00.055) 0:05:56.019 ******* ok: [sut] => { "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.045527", "end": "2024-08-08 22:31:23.196911", "rc": 0, "start": "2024-08-08 22:31:23.151384" } STDOUT: LVM2_LV_NAME=test LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-cache.yml:13 Thursday 08 August 2024 22:31:23 +0000 (0:00:00.285) 0:05:56.304 ******* ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-cache.yml:17 Thursday 08 August 2024 22:31:23 +0000 (0:00:00.203) 0:05:56.507 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-cache.yml:24 Thursday 08 August 2024 22:31:23 +0000 (0:00:00.054) 0:05:56.562 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-cache.yml:31 Thursday 08 August 2024 22:31:23 +0000 (0:00:00.050) 0:05:56.613 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-cache.yml:37 Thursday 08 August 2024 22:31:23 +0000 (0:00:00.053) 0:05:56.666 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume-cache.yml:42 Thursday 08 August 2024 22:31:23 +0000 (0:00:00.055) 0:05:56.721 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-volume.yml:25 Thursday 08 August 2024 22:31:23 +0000 (0:00:00.052) 0:05:56.773 ******* ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:44 Thursday 08 August 2024 22:31:23 +0000 (0:00:00.050) 0:05:56.824 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:54 Thursday 08 August 2024 22:31:23 +0000 (0:00:00.020) 0:05:56.845 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Add a second PV to the VG] *********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:239 Thursday 08 August 2024 22:31:23 +0000 (0:00:00.050) 0:05:56.895 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:31:23 +0000 (0:00:00.104) 0:05:57.000 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:31:23 +0000 (0:00:00.061) 0:05:57.062 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:31:24 +0000 (0:00:00.054) 0:05:57.116 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:31:24 +0000 (0:00:00.304) 0:05:57.421 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:31:24 +0000 (0:00:00.056) 0:05:57.477 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:31:24 +0000 (0:00:00.078) 0:05:57.556 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:31:24 +0000 (0:00:00.065) 0:05:57.622 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:31:24 +0000 (0:00:00.086) 0:05:57.708 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:31:24 +0000 (0:00:00.120) 0:05:57.829 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:31:24 +0000 (0:00:00.055) 0:05:57.885 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "foo", "volumes": [ { "name": "test", "size": "300m" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:31:24 +0000 (0:00:00.056) 0:05:57.941 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:31:24 +0000 (0:00:00.053) 0:05:57.994 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:31:24 +0000 (0:00:00.053) 0:05:58.048 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:31:25 +0000 (0:00:00.050) 0:05:58.098 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:31:25 +0000 (0:00:00.050) 0:05:58.149 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:31:25 +0000 (0:00:00.050) 0:05:58.200 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:31:25 +0000 (0:00:00.166) 0:05:58.367 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:31:25 +0000 (0:00:00.117) 0:05:58.485 ******* changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=616d7640-7450-44ce-95e3-41dfbb1b3263", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:31:28 +0000 (0:00:02.767) 0:06:01.252 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:31:28 +0000 (0:00:00.058) 0:06:01.311 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155957.322352, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ef6e142964d1bc6de0bda1bd824e3bea9c315c6b", "ctime": 1723155955.023344, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 320864577, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2921665492", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:31:28 +0000 (0:00:00.255) 0:06:01.566 ******* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:31:28 +0000 (0:00:00.260) 0:06:01.826 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:31:28 +0000 (0:00:00.022) 0:06:01.849 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "add container member", "device": "/dev/sdb1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=616d7640-7450-44ce-95e3-41dfbb1b3263", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:31:28 +0000 (0:00:00.055) 0:06:01.904 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=616d7640-7450-44ce-95e3-41dfbb1b3263", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:31:28 +0000 (0:00:00.056) 0:06:01.961 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:31:28 +0000 (0:00:00.055) 0:06:02.016 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:31:28 +0000 (0:00:00.027) 0:06:02.043 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:31:29 +0000 (0:00:00.050) 0:06:02.094 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:31:29 +0000 (0:00:00.034) 0:06:02.128 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:31:29 +0000 (0:00:00.029) 0:06:02.157 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:31:29 +0000 (0:00:00.050) 0:06:02.207 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723156269.778596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1723156267.4945946, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 287310209, "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": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3846798963", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:31:29 +0000 (0:00:00.431) 0:06:02.639 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:31:29 +0000 (0:00:00.021) 0:06:02.661 ******* ok: [sut] TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:250 Thursday 08 August 2024 22:31:30 +0000 (0:00:00.795) 0:06:03.456 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.026951", "end": "2024-08-08 22:31:30.610792", "rc": 0, "start": "2024-08-08 22:31:30.583841" } STDOUT: 2MJmdY-PyC1-dc23-egLG-g4UT-Csrc-1vx8qS TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:255 Thursday 08 August 2024 22:31:30 +0000 (0:00:00.272) 0:06:03.728 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove the first PV from the VG] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:259 Thursday 08 August 2024 22:31:30 +0000 (0:00:00.053) 0:06:03.782 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:31:30 +0000 (0:00:00.141) 0:06:03.923 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:31:30 +0000 (0:00:00.076) 0:06:04.000 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:31:30 +0000 (0:00:00.056) 0:06:04.056 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:31:31 +0000 (0:00:00.249) 0:06:04.306 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:31:31 +0000 (0:00:00.052) 0:06:04.359 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:31:31 +0000 (0:00:00.056) 0:06:04.416 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:31:31 +0000 (0:00:00.214) 0:06:04.630 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:31:31 +0000 (0:00:00.051) 0:06:04.682 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:31:31 +0000 (0:00:00.077) 0:06:04.760 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:31:31 +0000 (0:00:00.050) 0:06:04.811 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sdb" ], "name": "foo", "volumes": [ { "name": "test", "size": "300m" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:31:31 +0000 (0:00:00.055) 0:06:04.866 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:31:31 +0000 (0:00:00.054) 0:06:04.920 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:31:31 +0000 (0:00:00.051) 0:06:04.972 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:31:31 +0000 (0:00:00.061) 0:06:05.033 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:31:32 +0000 (0:00:00.052) 0:06:05.086 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:31:32 +0000 (0:00:00.050) 0:06:05.137 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:31:32 +0000 (0:00:00.063) 0:06:05.200 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:31:32 +0000 (0:00:00.029) 0:06:05.230 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=616d7640-7450-44ce-95e3-41dfbb1b3263", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:31:36 +0000 (0:00:04.740) 0:06:09.970 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:31:37 +0000 (0:00:00.227) 0:06:10.198 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155957.322352, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ef6e142964d1bc6de0bda1bd824e3bea9c315c6b", "ctime": 1723155955.023344, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 320864577, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2921665492", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:31:37 +0000 (0:00:00.264) 0:06:10.462 ******* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:31:37 +0000 (0:00:00.258) 0:06:10.721 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:31:37 +0000 (0:00:00.022) 0:06:10.743 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/mapper/foo-test", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=616d7640-7450-44ce-95e3-41dfbb1b3263", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:31:37 +0000 (0:00:00.060) 0:06:10.804 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=616d7640-7450-44ce-95e3-41dfbb1b3263", "_raw_device": "/dev/mapper/foo-test", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "300m", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:31:37 +0000 (0:00:00.091) 0:06:10.895 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:31:37 +0000 (0:00:00.074) 0:06:10.969 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:31:37 +0000 (0:00:00.041) 0:06:11.011 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:31:38 +0000 (0:00:00.085) 0:06:11.096 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:31:38 +0000 (0:00:00.032) 0:06:11.129 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:31:38 +0000 (0:00:00.028) 0:06:11.158 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:31:38 +0000 (0:00:00.051) 0:06:11.210 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723156269.778596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1723156267.4945946, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 287310209, "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": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3846798963", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:31:38 +0000 (0:00:00.255) 0:06:11.465 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:31:38 +0000 (0:00:00.020) 0:06:11.485 ******* ok: [sut] TASK [Get the partition table type on disk removed from the VG] **************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:270 Thursday 08 August 2024 22:31:39 +0000 (0:00:01.019) 0:06:12.505 ******* ok: [sut] => { "changed": false, "cmd": [ "lsblk", "-o", "PTTYPE", "--noheadings", "--nodeps", "/dev/sda" ], "delta": "0:00:00.004831", "end": "2024-08-08 22:31:39.647508", "rc": 0, "start": "2024-08-08 22:31:39.642677" } TASK [Verify that removing the PV from the VG also removed the partition table] *** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:275 Thursday 08 August 2024 22:31:39 +0000 (0:00:00.249) 0:06:12.755 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get UUID of the 'foo' volume group] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:279 Thursday 08 August 2024 22:31:39 +0000 (0:00:00.060) 0:06:12.815 ******* ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheading", "-o", "vg_uuid", "foo" ], "delta": "0:00:00.028225", "end": "2024-08-08 22:31:39.975870", "rc": 0, "start": "2024-08-08 22:31:39.947645" } STDOUT: 2MJmdY-PyC1-dc23-egLG-g4UT-Csrc-1vx8qS TASK [Make sure the VG UUID didn't change (VG wasn't removed)] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:284 Thursday 08 August 2024 22:31:40 +0000 (0:00:00.271) 0:06:13.086 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up] **************************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:288 Thursday 08 August 2024 22:31:40 +0000 (0:00:00.076) 0:06:13.162 ******* included: fedora.linux_system_roles.storage for sut TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Thursday 08 August 2024 22:31:40 +0000 (0:00:00.139) 0:06:13.302 ******* included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Thursday 08 August 2024 22:31:40 +0000 (0:00:00.079) 0:06:13.381 ******* skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Thursday 08 August 2024 22:31:40 +0000 (0:00:00.103) 0:06:13.485 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [sut] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Thursday 08 August 2024 22:31:40 +0000 (0:00:00.299) 0:06:13.785 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Thursday 08 August 2024 22:31:40 +0000 (0:00:00.075) 0:06:13.861 ******* skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Thursday 08 August 2024 22:31:40 +0000 (0:00:00.063) 0:06:13.924 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Thursday 08 August 2024 22:31:40 +0000 (0:00:00.121) 0:06:14.045 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Thursday 08 August 2024 22:31:41 +0000 (0:00:00.313) 0:06:14.359 ******* redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Thursday 08 August 2024 22:31:41 +0000 (0:00:00.083) 0:06:14.443 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Thursday 08 August 2024 22:31:41 +0000 (0:00:00.050) 0:06:14.493 ******* ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "name": "foo", "state": "absent" } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Thursday 08 August 2024 22:31:41 +0000 (0:00:00.078) 0:06:14.572 ******* ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Thursday 08 August 2024 22:31:41 +0000 (0:00:00.055) 0:06:14.627 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Thursday 08 August 2024 22:31:41 +0000 (0:00:00.052) 0:06:14.680 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Thursday 08 August 2024 22:31:41 +0000 (0:00:00.049) 0:06:14.730 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Thursday 08 August 2024 22:31:41 +0000 (0:00:00.058) 0:06:14.789 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Thursday 08 August 2024 22:31:41 +0000 (0:00:00.050) 0:06:14.839 ******* ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Thursday 08 August 2024 22:31:41 +0000 (0:00:00.062) 0:06:14.901 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Thursday 08 August 2024 22:31:41 +0000 (0:00:00.020) 0:06:14.922 ******* changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Thursday 08 August 2024 22:31:48 +0000 (0:00:06.239) 0:06:21.161 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Thursday 08 August 2024 22:31:48 +0000 (0:00:00.068) 0:06:21.230 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723155957.322352, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ef6e142964d1bc6de0bda1bd824e3bea9c315c6b", "ctime": 1723155955.023344, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 320864577, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1722942068.47124, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "2921665492", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Thursday 08 August 2024 22:31:48 +0000 (0:00:00.446) 0:06:21.677 ******* ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Thursday 08 August 2024 22:31:48 +0000 (0:00:00.247) 0:06:21.925 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Thursday 08 August 2024 22:31:48 +0000 (0:00:00.023) 0:06:21.949 ******* ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/foo-test", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Thursday 08 August 2024 22:31:48 +0000 (0:00:00.060) 0:06:22.009 ******* ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Thursday 08 August 2024 22:31:49 +0000 (0:00:00.065) 0:06:22.075 ******* ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Thursday 08 August 2024 22:31:49 +0000 (0:00:00.054) 0:06:22.129 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Thursday 08 August 2024 22:31:49 +0000 (0:00:00.030) 0:06:22.160 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Thursday 08 August 2024 22:31:49 +0000 (0:00:00.052) 0:06:22.213 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Thursday 08 August 2024 22:31:49 +0000 (0:00:00.029) 0:06:22.242 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Thursday 08 August 2024 22:31:49 +0000 (0:00:00.034) 0:06:22.276 ******* skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Thursday 08 August 2024 22:31:49 +0000 (0:00:00.068) 0:06:22.345 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723156269.778596, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1723156267.4945946, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 287310209, "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": 1722940773.6404564, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3846798963", "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: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Thursday 08 August 2024 22:31:49 +0000 (0:00:00.238) 0:06:22.583 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Thursday 08 August 2024 22:31:49 +0000 (0:00:00.022) 0:06:22.606 ******* ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/tests_lvm_pool_members.yml:297 Thursday 08 August 2024 22:31:50 +0000 (0:00:00.780) 0:06:23.387 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:2 Thursday 08 August 2024 22:31:50 +0000 (0:00:00.259) 0:06:23.646 ******* ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:7 Thursday 08 August 2024 22:31:50 +0000 (0:00:00.063) 0:06:23.710 ******* skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:15 Thursday 08 August 2024 22:31:50 +0000 (0:00:00.054) 0:06:23.765 ******* ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda1", "size": "1M", "type": "partition", "uuid": "" }, "/dev/xvda2": { "fstype": "xfs", "label": "", "mountpoint": "/", "name": "/dev/xvda2", "size": "250G", "type": "partition", "uuid": "873b1dad-0393-45ca-9e96-c9afb071909f" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:20 Thursday 08 August 2024 22:31:50 +0000 (0:00:00.246) 0:06:24.012 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003133", "end": "2024-08-08 22:31:51.140979", "rc": 0, "start": "2024-08-08 22:31:51.137846" } STDOUT: # system_role:storage # # /etc/fstab # Created by anaconda on Tue Aug 6 10:39:33 2024 # # Accessible filesystems, by reference, are maintained under '/dev/disk/'. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info. # # After editing this file, run 'systemctl daemon-reload' to update systemd # units generated from this file. # UUID=873b1dad-0393-45ca-9e96-c9afb071909f / xfs defaults 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_engineering_sm/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-rdu2-c01-eng01-nfs01b.storage.rdu2.redhat.com:/bos_eng01_devops_brew_scratch_nfs_sm/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:25 Thursday 08 August 2024 22:31:51 +0000 (0:00:00.236) 0:06:24.248 ******* ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003074", "end": "2024-08-08 22:31:51.382810", "failed_when_result": false, "rc": 0, "start": "2024-08-08 22:31:51.379736" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:34 Thursday 08 August 2024 22:31:51 +0000 (0:00:00.243) 0:06:24.492 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml for sut => (item={'disks': ['sda', 'sdb', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'grow_to_fill': False, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': False, 'state': 'absent', 'type': 'lvm', 'volumes': []}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:5 Thursday 08 August 2024 22:31:51 +0000 (0:00:00.069) 0:06:24.561 ******* ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:18 Thursday 08 August 2024 22:31:51 +0000 (0:00:00.050) 0:06:24.612 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:24 Thursday 08 August 2024 22:31:51 +0000 (0:00:00.050) 0:06:24.662 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool.yml:34 Thursday 08 August 2024 22:31:51 +0000 (0:00:00.048) 0:06:24.711 ******* included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:2 Thursday 08 August 2024 22:31:51 +0000 (0:00:00.091) 0:06:24.802 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:8 Thursday 08 August 2024 22:31:52 +0000 (0:00:00.274) 0:06:25.077 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:17 Thursday 08 August 2024 22:31:52 +0000 (0:00:00.029) 0:06:25.106 ******* ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:22 Thursday 08 August 2024 22:31:52 +0000 (0:00:00.057) 0:06:25.164 ******* ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:27 Thursday 08 August 2024 22:31:52 +0000 (0:00:00.065) 0:06:25.230 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:36 Thursday 08 August 2024 22:31:52 +0000 (0:00:00.056) 0:06:25.286 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:41 Thursday 08 August 2024 22:31:52 +0000 (0:00:00.052) 0:06:25.339 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:46 Thursday 08 August 2024 22:31:52 +0000 (0:00:00.059) 0:06:25.399 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:51 Thursday 08 August 2024 22:31:52 +0000 (0:00:00.052) 0:06:25.451 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:64 Thursday 08 August 2024 22:31:52 +0000 (0:00:00.025) 0:06:25.477 ******* ok: [sut] => { "changed": false, "rc": 0 } STDOUT: True STDERR: OpenSSH_8.7p1, OpenSSL 3.0.7 1 Nov 2022 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.44.114 is address debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.44.114 originally 10.31.44.114 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: /etc/ssh/ssh_config line 56: Applying options for * debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.44.114 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:73 Thursday 08 August 2024 22:31:52 +0000 (0:00:00.425) 0:06:25.903 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:83 Thursday 08 August 2024 22:31:52 +0000 (0:00:00.027) 0:06:25.930 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:8 Thursday 08 August 2024 22:31:52 +0000 (0:00:00.071) 0:06:26.002 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:14 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.072) 0:06:26.074 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:19 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.061) 0:06:26.136 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:24 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.306) 0:06:26.442 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:29 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.105) 0:06:26.548 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:37 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.060) 0:06:26.608 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:46 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.059) 0:06:26.668 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:55 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.053) 0:06:26.721 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:64 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.052) 0:06:26.773 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:74 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.048) 0:06:26.822 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-md.yml:83 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.048) 0:06:26.871 ******* ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:86 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.052) 0:06:26.923 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-lvmraid.yml:2 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.098) 0:06:27.022 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:89 Thursday 08 August 2024 22:31:53 +0000 (0:00:00.024) 0:06:27.046 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-thin.yml:2 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.075) 0:06:27.122 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:92 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.029) 0:06:27.152 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:5 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.384) 0:06:27.537 ******* ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:10 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.096) 0:06:27.633 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:17 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.024) 0:06:27.658 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-encryption.yml:24 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.024) 0:06:27.682 ******* ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:95 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.059) 0:06:27.741 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-members-vdo.yml:2 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.071) 0:06:27.813 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:98 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.021) 0:06:27.834 ******* included: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:6 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.073) 0:06:27.907 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:11 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.048) 0:06:27.955 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:15 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.049) 0:06:28.005 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:25 Thursday 08 August 2024 22:31:54 +0000 (0:00:00.049) 0:06:28.055 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:34 Thursday 08 August 2024 22:31:55 +0000 (0:00:00.139) 0:06:28.194 ******* skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-pool-stratis.yml:44 Thursday 08 August 2024 22:31:55 +0000 (0:00:00.219) 0:06:28.414 ******* ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:101 Thursday 08 August 2024 22:31:55 +0000 (0:00:00.051) 0:06:28.466 ******* ok: [sut] => { "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: /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-volumes.yml:3 Thursday 08 August 2024 22:31:55 +0000 (0:00:00.049) 0:06:28.516 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:44 Thursday 08 August 2024 22:31:55 +0000 (0:00:00.020) 0:06:28.536 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main13k3bj8g/tests/verify-role-results.yml:54 Thursday 08 August 2024 22:31:55 +0000 (0:00:00.023) 0:06:28.560 ******* ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } PLAY RECAP ********************************************************************* sut : ok=799 changed=17 unreachable=0 failed=0 skipped=606 rescued=0 ignored=0 Thursday 08 August 2024 22:31:55 +0000 (0:00:00.085) 0:06:28.646 ******* =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 88.16s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 79.00s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 10.18s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 9.56s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 9.02s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Make sure blivet is available ------- 8.25s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 7.23s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 6.24s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.74s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.93s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.17s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.77s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.40s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 2.13s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Get the canonical device path for each member device -------------------- 1.99s /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:8 ---------------- Get the canonical device path for each member device -------------------- 1.99s /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:8 ---------------- fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 1.99s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Get the canonical device path for each member device -------------------- 1.87s /WORKDIR/git-main13k3bj8g/tests/test-verify-pool-members.yml:8 ---------------- fedora.linux_system_roles.storage : Get service facts ------------------- 1.83s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made --- 1.82s /WORKDIR/git-main13k3bj8g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Platform linux on host sut is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ---^---^---^---^---^---